Brep class

Brep class

The BREP. Describes a boundary representation (BREP) structure.

Inheritance: BrepColladaElement

The Brep type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Brep

Properties

PropertyDescription
curvesGets or sets the curves.
The curves element holds all the curves that are needed for the BREP structure.
Here are the curves that describes the kind of an edge, but here are also the curves that are needed to create a extrusion for a surface.
This element is needed, if the edges element is present.
surface_curvesGets or sets the surface curves.
Contains all 2D curves used in this B-rep.
This includes surfaces that describe the kind of the face.
This element is required if the faces element is present.
surfacesGets or sets the surfaces.
The surfaces element holds all the surfaces that are needed for the BREP structure.
Here are the surfaces that describes the kind of a face.
This element is needed, if the faces element is present.
sourceGets or sets the source.
The source elements define the access of the elements vertices, edges and faces to their geometric entities.
At least one source element is needed for the vertices.
If there are edges a second source element is needed for accessing the curves in the curve element by an IDREF_array.
If there are faces the third source element is needed for accessing the surfaces in the surface element by an IDREF_array.
verticesGets or sets the vertices.
This element defines all the vertices of an BREP structure.
Vertices are the base topological entity for all BREP structures, so this element is ever needed.
edgesGets or sets the edges.
This element defines all the edges of the BREP structure.
wiresGets or sets the wires.
This element defines all the wires of the BREP structure.
facesGets or sets the faces.
This element defines all the faces of the BREP structure.
parametric_curvesGets or sets the parametric curves.
shellsGets or sets the shells.
This element defines all the shells of the BREP structure.
solidsGets or sets the solids.
This element defines all the solids of the BREP structure.
extraGets or sets the extra.

See Also