Share

AcDbFaceRecord

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbVertex
                    AcDbFaceRecord

C++

class AcDbFaceRecord : public AcDbVertex;

File

dbents.h

Description

The AcDbFaceRecord class is a special class of vertex that is used by the AcDbPolyFaceMesh class to group together mesh point vertices that represent faces in the mesh. Each AcDbFaceRecord stores the vertex indices of the vertices that are the face's corner points and the visibility information for the edges determined by the vertices.

Notes

Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.

Links

AcDbFaceRecord Constructor, AcDbFaceRecord Methods

See Also

AcDbObject, AcDbEntity, AcDbPolyFaceMesh, AcDbFace

Was this information helpful?