Class Hierarchy
AcRxObject AcBrEntity AcBrBrep
C++
class AcBrBrep : public AcBrEntity;
File
brbrep.h
Description
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.
Remarks
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).
Links
AcBrBrep Constructor, AcBrBrep Methods, AcBrBrep Operators
See Also
AcDb3dSolid, AcDbRegion, AcDbBody, AcBrBrepFaceTraverser