Packages

 

com.aspose.cad.fileformats.obj.elements

Class ObjRoot



  • public class ObjRoot
    extends Object

    ObjRoot class

    • Constructor Detail

      • ObjRoot

        public ObjRoot()

        Initializes a new instance of the class.

    • Method Detail

      • getVertices

        public final List<ObjVertex> getVertices()

        Gets or sets the vertices.

        Returns:
        The vertices.
      • setVertices

        public final void setVertices(List<ObjVertex> value)

        Gets or sets the vertices.

        Parameters:
        value - The vertices.
      • getMaterials

        public final List<ObjMaterial> getMaterials()

        Gets or sets the materials.

        Returns:
        The materials.
      • setMaterials

        public final void setMaterials(List<ObjMaterial> value)

        Gets or sets the materials.

        Parameters:
        value - The materials.
      • getShapes

        public final List<ObjShape> getShapes()

        Gets or sets the shapes.

        Returns:
        The shapes.
      • setShapes

        public final void setShapes(List<ObjShape> value)

        Gets or sets the shapes.

        Parameters:
        value - The shapes.