Description
This .NET class wraps the AcBrEntity ObjectARX class.
The BrepEntity class is the interface base class for topology objects. This class defines the functions that are common to all topology objects, and cannot be instantiated as it has no meaning on its own. It is derived from RXObject to provide full-service, runtime type checking for all derived topology classes.
Class Hierarchy
Autodesk.AutoCAD.BoundaryRepresentation.BrepEntity Autodesk.AutoCAD.BoundaryRepresentation.BoundaryLoop Autodesk.AutoCAD.BoundaryRepresentation.Brep Autodesk.AutoCAD.BoundaryRepresentation.Complex Autodesk.AutoCAD.BoundaryRepresentation.Edge Autodesk.AutoCAD.BoundaryRepresentation.Face Autodesk.AutoCAD.BoundaryRepresentation.Shell Autodesk.AutoCAD.BoundaryRepresentation.Vertex
Visual Basic
Public abstract Class BrepEntity Inherits RXObject
C#
public abstract class BrepEntity : RXObject;
Remarks
The AcBrEntity class casts aggregate collections of derived class objects for purposes of storing and retrieving from an array (such as AcDbVoidPtrArray) and declares pointers to topology objects whose subentity type will not be known until after a function call.
Links
BrepEntity Methods, BrepEntity Properties