Home
Reply
Contributor
cylo
Posts: 23

Compisite Curve

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!!!

AR
Contributor
AR
Posts: 23

Re: Compisite Curve

you probably need to create it between API_BEGIN and API_END.

Like

API_BEGIN

...create compcurve...

API_END

 

 

-AR

Contributor
cylo
Posts: 23

Re: Compisite Curve

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.

AR
Contributor
AR
Posts: 23

Re: Compisite Curve

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