Share

Polyline2d Object


Description

The Polyline2d object is a mathematical utility object that represents a set of connected line segments in a two dimension space. It is a transient object that is never shown graphically or saved in the Inventor document.

Methods

Name Description
Copy Creates a copy of this Polyline2d object. The result is entirely independent and can be edited without affecting the original Polyline2d object.
GetPoints Method that returns the points defining the shape of the polyline.
PutPoints Method that sets all of the coordinates of the polyline.

Properties

Name Description
Evaluator Property that returns an evaluator object for the curve. The evaluator supports general curve evaluation functions.
PointAtIndex Gets or sets the x, y position of a specified point.
PointCount Property that returns the number of points defining the polyline.

Accessed From

Polyline2d.Copy, TransientGeometry.CreatePolyline2d, TransientGeometry.CreatePolyline2dFromCurve

Version

Introduced in version 2009

Was this information helpful?