3D Circle
3D Circle Mathematical Objects implement
ICircle3D_KC2
interface, which controls its properties.
To create a circle call IObjectGenerator.Create
method with eType parameter set to eObjTypeCircle...
To add a 3D circle to the model use
IStdShape.Circle() or wrap the circle into a Line Entity as described
in Wrapping Mathematical Curves
See also:
Curves Overview, Native Curves
|