public class Brep extends ColladaElement
The BREP. Describes a boundary representation (BREP) structure.
Constructor and Description |
---|
Brep() |
Modifier and Type | Method and Description |
---|---|
Curves |
getCurves()
Gets or sets the curves.
|
Edges |
getEdges()
Gets or sets the edges.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
Faces |
getFaces()
Gets or sets the faces.
|
ParametricCurves |
getParametricCurves()
Gets or sets the parametric curves.
|
Shells |
getShells()
Gets or sets the shells.
|
Solids |
getSolids()
Gets or sets the solids.
|
Source[] |
getSource()
Gets or sets the source.
|
SurfaceCurves |
getSurfaceCurves()
Gets or sets the surface curves.
|
Surfaces |
getSurfaces()
Gets or sets the surfaces.
|
Vertices |
getVertices()
Gets or sets the vertices.
|
Wires |
getWires()
Gets or sets the wires.
|
void |
setCurves(Curves value)
Gets or sets the curves.
|
void |
setEdges(Edges value)
Gets or sets the edges.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setFaces(Faces value)
Gets or sets the faces.
|
void |
setParametricCurves(ParametricCurves value)
Gets or sets the parametric curves.
|
void |
setShells(Shells value)
Gets or sets the shells.
|
void |
setSolids(Solids value)
Gets or sets the solids.
|
void |
setSource(Source[] value)
Gets or sets the source.
|
void |
setSurfaceCurves(SurfaceCurves value)
Gets or sets the surface curves.
|
void |
setSurfaces(Surfaces value)
Gets or sets the surfaces.
|
void |
setVertices(Vertices value)
Gets or sets the vertices.
|
void |
setWires(Wires value)
Gets or sets the wires.
|
public final Curves getCurves()
Gets 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.
public final void setCurves(Curves value)
Gets 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.
public final SurfaceCurves getSurfaceCurves()
Gets 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.
public final void setSurfaceCurves(SurfaceCurves value)
Gets 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.
public final Surfaces getSurfaces()
Gets 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.
public final void setSurfaces(Surfaces value)
Gets 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.
public final Source[] getSource()
Gets 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.
public final void setSource(Source[] value)
Gets 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.
public final Vertices getVertices()
Gets 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.
public final void setVertices(Vertices value)
Gets 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.
public final Edges getEdges()
Gets or sets the edges. This element defines all the edges of the BREP structure.
public final void setEdges(Edges value)
Gets or sets the edges. This element defines all the edges of the BREP structure.
public final Wires getWires()
Gets or sets the wires. This element defines all the wires of the BREP structure.
public final void setWires(Wires value)
Gets or sets the wires. This element defines all the wires of the BREP structure.
public final Faces getFaces()
Gets or sets the faces. This element defines all the faces of the BREP structure.
public final void setFaces(Faces value)
Gets or sets the faces. This element defines all the faces of the BREP structure.
public final ParametricCurves getParametricCurves()
Gets or sets the parametric curves.
public final void setParametricCurves(ParametricCurves value)
Gets or sets the parametric curves.
public final Shells getShells()
Gets or sets the shells. This element defines all the shells of the BREP structure.
public final void setShells(Shells value)
Gets or sets the shells. This element defines all the shells of the BREP structure.
public final Solids getSolids()
Gets or sets the solids. This element defines all the solids of the BREP structure.
public final void setSolids(Solids value)
Gets or sets the solids. This element defines all the solids of the BREP structure.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.