Share

Autodesk.AutoCAD.BoundaryRepresentation Namespace

Description

This is namespace Autodesk.AutoCAD.BoundaryRepresentation.

Dynamic-Link Library (DLL)

acdbmgdbrep.dll

Classes

Class Description
BoundaryLoop This class wraps the AcBrLoop ObjectARX class.The BoundaryLoop class is the interface class for brep loops. This class defines... more
Brep This .NET class wraps the AcBrBrep ObjectARX class.The Brep class is the interface class for the BREP portion of... more
BrepComplexCollection This class represents a collection of complexes corresponding to the Brep.
BrepComplexEnumerator This class represents an enumeration of complexes corresponding to the Brep.
BrepEdgeCollection This class represents a collection of edges corresponding to the Brep.
BrepEdgeEnumerator This class represents an enumeration of edges corresponding to the Brep.
BrepEntity This .NET class wraps the AcBrEntity ObjectARX class.The BrepEntity class is the interface base class for topology objects. This... more
BrepFaceCollection This class represents a collection of faces corresponding to the Brep.
BrepFaceEnumerator This class represents an enumeration of faces corresponding to the Brep.
BrepShellCollection This class represents a collection of shells corresponding to the Brep.
BrepShellEnumerator This class represents an enumeration of shells corresponding to the Brep.
BrepVertexCollection This class represents a collection of vertices corresponding to the Brep.
BrepVertexEnumerator This class represents an enumeration of vertices corresponding to the Brep.
Complex This .NET class wraps the AcBrComplex ObjectARX class.The Complex class is the interface class for brep complexes. This class... more
ComplexShellCollection This class represents a collection of shells corresponding to the complex.
ComplexShellEnumerator This class represents an enumeration of shells corresponding to the complex.
Edge This .NET class wraps the AcBrEdge ObjectARX class.The Edge class is the interface class for brep edges. This class... more
EdgeLoopCollection This class represents a collection of loops corresponding to the edge.
EdgeLoopEnumerator This class represents an enumeration of loops corresponding to the edge.
Element This .NET class wraps the AcBrElement ObjectARX class.The Element class is the interface base class for mesh elements. This... more
Element2d This .NET class wraps the AcBrElement2d ObjectARX class.The Element2d class is the interface class for linear, first-order two-dimensional elements... more
Element2dNodeCollection This class represents a collection of nodes corresponding to an Element2d object.
Element2dNodeEnumerator This class represents an enumeration of nodes corresponding to an Element2d object.
EnumeratorBase This .NET class wraps the AcBrTraverser ObjectARX class.The EnumeratorBase class is the interface base class for topology traversers. This... more
ExceptionThis class provides a container for BREP errors.
Face This .NET class wraps the AcBrFace ObjectARX class.The Face class is the interface class for Brep faces. This class... more
FaceLoopCollection This class represents a collection of loops corresponding to the face.
FaceLoopEnumerator This class represents an enumeration of loops corresponding to the face.
Hit This .NET class wraps the AcBrHit ObjectARX class.The Hit class is the interface class for contexted hits generated by... more
LoopEdgeCollection This class represents a collection of edges corresponding to the loop.
LoopEdgeEnumerator This class represents an enumeration of edges corresponding to the loop.
LoopVertexCollection This class represents a collection of vertices corresponding to the loop.
LoopVertexEnumerator This class represents an enumeration of vertices corresponding to the loop.
Mesh This .NET class wraps the AcBrMesh ObjectARX class.The Mesh class is the interface base class for meshes. This class... more
Mesh2d This .NET class wraps the AcBrMesh2d ObjectARX class.The Mesh2d class is the interface class for 2D meshes. This class... more
Mesh2dControl This .NET class wraps the AcBrMesh2dControl ObjectARX class.The Mesh2dControl class is the interface class for 2d mesh controls. This... more
Mesh2dElement2dCollection This class represents a collection of Element2d objects corresponding to the Mesh2d object.
Mesh2dElement2dEnumerator This class represents an enumeration of Element2d objects corresponding to the Mesh2d object.
Mesh2dFilter This .NET class wraps the AcBrMesh2dFilter ObjectARX class.The Mesh2dFilter class is the interface class for 2d mesh filters. This class... more
MeshControl This .NET class wraps the AcBrMeshControl ObjectARX class.The MeshControl class is the interface base class for mesh controls. This... more
MeshEntity This .NET class wraps the AcBrMeshEntity ObjectARX class.The MeshEntity class is the interface base class for mesh objects and... more
Node This .NET class wraps the AcBrNode ObjectARX class.The Node class is the interface class for nodes in a mesh.... more
Shell This .NET class wraps the AcBrShell ObjectARX class.The Shell class is the interface class for brep shells. This class... more
ShellFaceCollection This class represents a collection of faces corresponding to the shell.
ShellFaceEnumerator This class represents an enumeration of faces corresponding to the shell.
Vertex This .NET class wraps the AcBrVertex ObjectARX class.The Vertex class is the interface class for brep vertices. This class... more
VertexEdgeCollection This class represents a collection of edges corresponding to the vertex.
VertexEdgeEnumerator This class represents an enumeration of edges corresponding to the vertex.
VertexLoopCollection This class represents a collection of loops corresponding to the vertex.
VertexLoopEnumerator This class represents an enumeration of loops corresponding to the vertex.

Enumerations

Enumeration Description
Element2dShapeThis enum defines the shapes of the 2D elements.
ErrorStatusThe ErrorStatus enumerated values are used by all BREP functions.
LoopType The LoopType enum classifies a loop as interior, exterior, and so on.
PointContainmentDefines how the points are contained.
ShellType The ShellType enum classifies a shell as interior, exterior, and so on.
ValidationLevel The ValidationLevel enum sets the level of validation for a BREP object.Setting the validation level on an object-by-object basis... more

Structures

Structure Description
MassProperties This .NET class wraps the AcBrMassProps ObjectARX struct.The MassProperties class contains the volume, the mass (equal to the volume... more

Was this information helpful?