Brep

Inheritance: java.lang.Object, ColladaElement

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

Constructors

ConstructorDescription
Brep()

Methods

MethodDescription
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
getEdges()Gets or sets the edges. This element defines all the edges of the BREP structure.
setEdges(Edges value)Gets or sets the edges. This element defines all the edges of the BREP structure.
getWires()Gets or sets the wires. This element defines all the wires of the BREP structure.
setWires(Wires value)Gets or sets the wires. This element defines all the wires of the BREP structure.
getFaces()Gets or sets the faces. This element defines all the faces of the BREP structure.
setFaces(Faces value)Gets or sets the faces. This element defines all the faces of the BREP structure.
getParametricCurves()Gets or sets the parametric curves.
setParametricCurves(ParametricCurves value)Gets or sets the parametric curves.
getShells()Gets or sets the shells. This element defines all the shells of the BREP structure.
setShells(Shells value)Gets or sets the shells. This element defines all the shells of the BREP structure.
getSolids()Gets or sets the solids. This element defines all the solids of the BREP structure.
setSolids(Solids value)Gets or sets the solids. This element defines all the solids of the BREP structure.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.

Brep()

public Brep()

getCurves()

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.

Returns: Curves

setCurves(Curves value)

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.

getSurfaceCurves()

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.

Returns: SurfaceCurves

setSurfaceCurves(SurfaceCurves value)

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.

getSurfaces()

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.

Returns: Surfaces

setSurfaces(Surfaces value)

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.

getSource()

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.

Returns: Source[]

setSource(Source[] value)

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.

getVertices()

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.

Returns: Vertices

setVertices(Vertices value)

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.

getEdges()

public final Edges getEdges()

Gets or sets the edges. This element defines all the edges of the BREP structure.

Returns: Edges

setEdges(Edges value)

public final void setEdges(Edges value)

Gets or sets the edges. This element defines all the edges of the BREP structure.

getWires()

public final Wires getWires()

Gets or sets the wires. This element defines all the wires of the BREP structure.

Returns: Wires

setWires(Wires value)

public final void setWires(Wires value)

Gets or sets the wires. This element defines all the wires of the BREP structure.

getFaces()

public final Faces getFaces()

Gets or sets the faces. This element defines all the faces of the BREP structure.

Returns: Faces

setFaces(Faces value)

public final void setFaces(Faces value)

Gets or sets the faces. This element defines all the faces of the BREP structure.

getParametricCurves()

public final ParametricCurves getParametricCurves()

Gets or sets the parametric curves.

Returns: ParametricCurves

setParametricCurves(ParametricCurves value)

public final void setParametricCurves(ParametricCurves value)

Gets or sets the parametric curves.

getShells()

public final Shells getShells()

Gets or sets the shells. This element defines all the shells of the BREP structure.

Returns: Shells

setShells(Shells value)

public final void setShells(Shells value)

Gets or sets the shells. This element defines all the shells of the BREP structure.

getSolids()

public final Solids getSolids()

Gets or sets the solids. This element defines all the solids of the BREP structure.

Returns: Solids

setSolids(Solids value)

public final void setSolids(Solids value)

Gets or sets the solids. This element defines all the solids of the BREP structure.

getExtra()

public final Extra[] getExtra()

Gets or sets the extra.

Returns: Extra[]

setExtra(Extra[] value)

public final void setExtra(Extra[] value)

Gets or sets the extra.