Share

TransientGeometry.CreatePolyline3d Method

Parent Object: TransientGeometry

Description

Method that creates a new Polyline3d object. The object created is a transient mathematical object and is not displayed graphically

Syntax

TransientGeometry.CreatePolyline3d( Points As Variant ) As Polyline3d

Parameters

Name Type Description
Points Variant Input Variant that defines the coordinates of the polyline. Valid input for this argument is an ObjectCollection of Point objects or an array of Double values that contains the X, Y, Z values of each coordinate.

Version

Introduced in version 2009

Was this information helpful?