AcDbPolyFaceMeshVertex Constructor

Overload List

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