Share

TransientGeometry.CreatePolyline2dFromCurve Method

Parent Object: TransientGeometry

Description

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 Polyline2d

Parameters

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.

Version

Introduced in version 2009

Was this information helpful?