Add3DPoly Method

Creates a 3D polyline from the given array of coordinates.

See Also | Example

Signature

RetVal = object.Add3Dpoly(PointsArray)

Object

ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.

PointsArray

Variant (array of doubles); input-only
An array of 3D WCS coordinates. The polyline will be created according to the order of the coordinates in the array. The number of elements in the array must be a multiple of three. (Three elements define a single coordinate.)

RetVal

3DPolyline object
The newly created 3DPolyline object.

Remarks

To close the polyline, use the Closed property on the 3DPolyline object.

 

   Comments?