AcDbPolygonMeshVertex::AcDbPolygonMeshVertex

C++
AcDbPolygonMeshVertex(
    const AcGePoint3d& position
);
Parameters
Parameters 
Description 
position 
Input WCS position point for the vertex 
Description

Constructs an AcDbPolygonMeshVertex that uses position as the position point. The vertex type is initialized to AcDb::k3dSimpleVertex

 

Links