AcDb3dPolylineVertex Constructor

Overload List

Method Description
AcDb3dPolylineVertex::AcDb3dPolylineVertex () Default constructor. Initializes the position to (0,0,0) and the vertex type to AcDb::k3dSimpleVertex.
AcDb3dPolylineVertex::AcDb3dPolylineVertex (AcGePoint3d&) Constructs an AcDb3DPolylineVertex that uses position as the position point. The vertex type is initialized to AcDb::k3dSimpleVertex.