TransientGeometry.CreatePolyline2dFromCurve Method
Parent Object: TransientGeometryDescription
Method that creates a new Polyline2d object by approximating the input curve within the specified tolerance. The object created is a transient mathematical object and is not displayed graphically.
Syntax
TransientGeometry.CreatePolyline2dFromCurve( Curve As Object, Tolerance As Double ) As Polyline2dParameters
Name | Type | Description |
Curve | Object | Input transient geometry curve that will be approximated. Valid input for this argument is an Arc2d, BSplineCurve2d, Circle2d, EllipseFull2d, EllipticalArc2d, and LineSegment2d. |
Tolerance | Double | Input Double defining the approximation tolerance. This value is in centimeters. |