Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class Brep



  • public class Brep
    extends ColladaElement

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

    • Constructor Detail

      • Brep

        public Brep()
    • Method Detail

      • 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.

      • setCurves

        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.

      • setSurfaceCurves

        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.

      • setSurfaces

        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.

      • setSource

        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.

      • setVertices

        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.

      • setEdges

        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.

      • setWires

        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.

      • setFaces

        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.

      • setParametricCurves

        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.

      • setShells

        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.

      • setSolids

        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.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.