Packages

 

com.aspose.cad.fileformats.obj.elements

Class ObjShape



  • public class ObjShape
    extends Object

    ObjShape class

    • Constructor Detail

      • ObjShape

        public ObjShape()

        Initializes a new instance of the class.

    • Method Detail

      • getName

        public final String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public final void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getFaces

        public final List<ObjFace> getFaces()

        Gets or sets the faces.

        Returns:
        The faces.
      • setFaces

        public final void setFaces(List<ObjFace> value)

        Gets or sets the faces.

        Parameters:
        value - The faces.
      • getMaterialId

        public final int getMaterialId()

        Gets or sets the material identifier.

        Returns:
        The material identifier.
      • setMaterialId

        public final void setMaterialId(int value)

        Gets or sets the material identifier.

        Parameters:
        value - The material identifier.