- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Compisite Curve
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-28-2012 06:53 PM
I need to define a composite curves. Is there any interface or class to complete this function? I have tried the compcurve, but I obtain an error message: no current bulletin board exist?
Thank you!!!
Re: Compisite Curve
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-28-2012 09:52 PM
you probably need to create it between API_BEGIN and API_END.
Like
API_BEGIN ...create compcurve... API_END
-AR
Re: Compisite Curve
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-01-2012 09:18 PM
Thank you! The Macro API_BEGIN and API_END only protect your code from the exception caused by the ACIS library. It doesn't say anything about the creation of a composite curves. I want a class to represent a composite curves.
Re: Compisite Curve
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-01-2012 09:33 PM
After these blocks, you should not be getting the error messages related to bulletin board. So you should not be getting error when trying to use the compcurve.
-AR

