Share

AcDbPolygonMeshVertex::AcDbPolygonMeshVertex

C++

AcDbPolygonMeshVertex(
    const AcGePoint3d& position
);

Description

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

Parameters

Parameters Description
position Input WCS position point for the vertex

Links

AcDbPolygonMeshVertex

Was this information helpful?