Brep Class

This .NET class wraps the OdDbBrep class.
Inheritance Hierarchy
Namespace:  Teigha.BoundaryRepresentation
Assembly:  TD_MgdBrep (in TD_MgdBrep.dll) Version: 0.0.0.0
Syntax
public sealed class Brep : BrepEntity

The Brep type exposes the following members.

Constructors
  Name Description
Public method Brep(Brep)
Copy constructor for the Brep class.
Public method Brep(Entity)
Constructor for the Brep class. Creates a B-Rep object from another entity.
Public method Brep(FullSubentityPath)
Constructor for the Brep class. Creates a B-Rep from the specified path.
Top
Properties
  Name Description
Public property AutoDelete (Inherited from DisposableWrapper.)
Public property BoundBlock (Inherited from BrepEntity.)
Public property Brep (Inherited from BrepEntity.)
Public property Complexes
Public property Edges
Public property Faces
Public property IsDisposed (Inherited from DisposableWrapper.)
Public property IsNull (Inherited from BrepEntity.)
Public property Shells
Public property Solid
Represents a solid of this B-Rep.
Public property SubentityPath (Inherited from BrepEntity.)
Public property Surf
Represents a surface of this B-Rep.
Public property UnmanagedObject (Inherited from DisposableWrapper.)
Public property ValidationLevel (Inherited from BrepEntity.)
Public property Vertices
Top
Methods
  Name Description
Public method CheckEntity (Inherited from BrepEntity.)
Public method CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method Dispose (Inherited from DisposableWrapper.)
Public method Equals (Inherited from BrepEntity.)
Public method GetComplexsStartingFrom
Retrieves a collection of complexes.
Public method GetEdgesStartingFrom
Retrieves a collection of edges.
Public method GetFacesStartingFrom
Retrieves a collection of faces.
Public method GetHashCode (Inherited from DisposableWrapper.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method GetLineContainment (Inherited from BrepEntity.)
Public method GetMassProperties (Inherited from BrepEntity.)
Public method GetMassProperties(Double) (Inherited from BrepEntity.)
Public method GetMassProperties(Double, Double) (Inherited from BrepEntity.)
Public method GetMassProperties(Double, Double, Double) (Inherited from BrepEntity.)
Public method GetPerimeterLength (Inherited from BrepEntity.)
Public method GetPerimeterLength(Double) (Inherited from BrepEntity.)
Public method GetPerimeterLength(Double, Double) (Inherited from BrepEntity.)
Public method GetPointContainment (Inherited from BrepEntity.)
Public method GetShellsStartingFrom
Retrieves a collection of shells.
Public method GetSurfaceArea (Inherited from BrepEntity.)
Public method GetSurfaceArea(Double) (Inherited from BrepEntity.)
Public method GetSurfaceArea(Double, Double) (Inherited from BrepEntity.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetVerticesStartingFrom
Retrieves a collection of vertices.
Public method GetVolume (Inherited from BrepEntity.)
Public method GetVolume(Double) (Inherited from BrepEntity.)
Public method GetVolume(Double, Double) (Inherited from BrepEntity.)
Public method HasTransformation
Checks if this B-Rep has a transformation matrix that transforms this B-Rep (non-identity matrix).
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

©  Bricsys NV. All rights reserved.