Share

AcDbPolyFaceMeshVertex::AcDbPolyFaceMeshVertex

C++

AcDbPolyFaceMeshVertex(
    const AcGePoint3d& position
);

Description

Constructs an AcDbPolyFaceMeshVertex 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

AcDbPolyFaceMeshVertex

Was this information helpful?