Share

AcDbPolyFaceMesh::numFaces

C++

Adesk::Int16 numFaces() const;

Description

Returns the number of faces in the AcDbPolyFaceMesh. For AcDbPolyFaceMeshes created via the ObjectARX API, this value will accurately reflect the number of AcDbFaceRecords that have been appended to the AcDbPolyFaceMesh. For AcDbPolyFaceMeshes created via the AutoCAD PFACE command, it is possible for this value to be lower than the number of AcDbFaceRecords owned by the AcDbPolyFaceMesh.

Links

AcDbPolyFaceMesh

Was this information helpful?