GraphicsNodeProxy.AddCurveGraphics Method
Parent Object: GraphicsNodeProxyDescription
Method that creates a new CurveGraphics graphic primitive.
Syntax
GraphicsNodeProxy.AddCurveGraphics( Curve As Object ) As CurveGraphicsParameters
Name | Type | Description |
Curve | Object | Input object that defines the curve. This can be one of the following: LineSegment, Circle, Arc3d, EllipseFull, EllipticalArc, BSplineCurve and Polyline3d. |