Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbEntity AcDbPolyFaceMesh
C++
class AcDbPolyFaceMesh : public AcDbEntity;
File
dbents.h
Description
The AcDbPolyFaceMesh class represents the PolyFaceMesh special polyline entity type within AutoCAD.
Notes
The PolyFaceMesh uses a list of vertices made up of coordinate point vertices and FaceRecord vertices. The coordinate point vertices come first in the list, followed by all of the FaceRecord vertices.
Warning
Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.
Links
See Also
AcDbObject, AcDbEntity, AcDbFaceRecord, AcDbPolyFaceMeshVertex