Share

AcDbFaceRef Class

Class Hierarchy

AcRxObject
    AcDbGeomRef
        AcDbSubentRef
            AcDbFaceRef

C++

class AcDbFaceRef : public AcDbSubentRef;

File

AcDbGeomRef.h

Description

Reference to a face. It can either be represented by a face AcDbSubentId of an ASM-based AcDbEntity (AcDbSurface, AcDb3dSolid, AcDbRegion) or by a constant ASM BODY and the AcDbSubentId then specifies the index of the face in the constant ASM BODY.

Links

AcDbFaceRef Constructor, AcDbFaceRef Classes, AcDbFaceRef Methods

Was this information helpful?