AcRxObject AcBrEntity AcBrBrep
class AcBrBrep : public AcBrEntity;
brbrep.h
The AcBrBrep class is the interface class for the BREP portion of an AutoCAD database entity. This class defines the functions that are pertinent to the highest level of a BREP, and serves mainly as a mapping between an AutoCAD (solid, region, or body) entity and AcBr objects. It is also used to set the BREP owner of an AcBrBrepFaceTraverser.
The intended use of the AcBrBrep class is to create an AcBr-contexted object for the highest conceptual level of the BREP (solid, region, or body), for use in global traverser initialization.
The subentity path should contain the object ID of an AutoCAD solid, region, or body; its chained transforms (via nested AcDbBlockReferences); and a null subentity ID (kNullSubentId).
AcBrBrep Constructor, AcBrBrep Methods, AcBrBrep Operators
AcDb3dSolid, AcDbRegion, AcDbBody, AcBrBrepFaceTraverser