Share

Polyline3d Object


Description

The Polyline3d object is a mathematical utility object that represents a set of connected line segments. 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 Polyline3d object. The result is entirely independent and can be edited without affecting the original Polyline3d 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, z position of a specified point.
PointCount Property that returns the number of points defining the polyline.

Accessed From

Polyline3d.Copy, TransientGeometry.CreatePolyline3d, TransientGeometry.CreatePolyline3dFromCurve

Version

Introduced in version 2009

Was this information helpful?