Autodesk.AutoCAD.BoundaryRepresentation Namespace > Brep Class
Brep Class
Description

This .NET class wraps the AcBrBrep ObjectARX class. 

The Brep 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.

Class Hierarchy
Autodesk.AutoCAD.BoundaryRepresentation.BrepEntity
    Autodesk.AutoCAD.BoundaryRepresentation.Brep
Visual Basic
Public sealed Class Brep
Inherits BrepEntity
C#
public sealed class Brep : BrepEntity;
Remarks

The intended use of the Brep 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 BlockReferences); and a null subentity ID (NullSubentityId).

Links
See Also
   Comments?