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.
Autodesk.AutoCAD.BoundaryRepresentation.BrepEntity Autodesk.AutoCAD.BoundaryRepresentation.Brep
Public sealed Class Brep Inherits BrepEntity
public sealed class Brep : BrepEntity;
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).
Comments? |