Share

AcDb3dPolyline Constructor

Overload List

Method Description
AcDb3dPolyline::AcDb3dPolyline () Default constructor. Constructs an open polyline with the type initialized to AcDb::k3dSimplePoly.
AcDb3dPolyline::AcDb3dPolyline (AcDb::Poly3dType, AcGePoint3dArray&, Adesk::Boolean) This constructor creates a 3D polyline of the type specified by type, with the vertices in the array vertices. If closed is Adesk::kTrue, then the polyline will be closed (that is, there will be a line drawn from the last vertex to the first vertex); otherwise, the polyline will be open.Possible values for type are:

Was this information helpful?