Add3dPoly method

Creates a 3D polyline and adds it to the drawing. Input parameters are vertices for the polyline.

Syntax

object.Add3DPoly(Vertices)

Where:

     object is one of the ModelSpace or PaperSpace collection objects or a Block object;

     Vertices are a series of Point objects specifying coordinate locations for each polyline vertex.

Examples ...

Add3dPoly method example