Share

GraphicsNodeProxy.AddCurveGraphics Method

Parent Object: GraphicsNodeProxy

Description

Method that creates a new CurveGraphics graphic primitive.

Syntax

GraphicsNodeProxy.AddCurveGraphics( Curve As Object ) As CurveGraphics

Parameters

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.

Version

Introduced in version 2008

Was this information helpful?