Class PlySaveOptions


  • public class PlySaveOptions
    extends SaveOptions
    Save options for exporting scene as PLY file.
    • Method Summary

      Modifier and Type Method Description
      com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> getColorComponents()
      The component names for vertex color, default value is ("red", "green", "blue")
      java.lang.String getFaceElement()
      The element name for the face data, default value is "face"
      java.lang.String getFaceProperty()
      The property name for the face data, default value is "vertex_index"
      boolean getFlipCoordinate()
      Flip the coordinate while saving the scene, default value is true
      com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> getNormalComponents()
      The component names for normal data, default valaue is ("nx", "ny", "nz")
      com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> getPositionComponents()
      The component names for position data, default value is ("x", "y", "z")
      com.aspose.csporter.helpers.Tuple_2<java.lang.String,​java.lang.String> getTextureCoordinateComponents()
      The component names for texture coordinate data, default value is ("u", "v")
      java.lang.String getVertexElement()
      The element name for the vertex data, default value is "vertex"
      void setColorComponents​(com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> value)
      The component names for vertex color, default value is ("red", "green", "blue")
      void setFaceElement​(java.lang.String value)
      The element name for the face data, default value is "face"
      void setFaceProperty​(java.lang.String value)
      The property name for the face data, default value is "vertex_index"
      void setFlipCoordinate​(boolean value)
      Flip the coordinate while saving the scene, default value is true
      void setNormalComponents​(com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> value)
      The component names for normal data, default valaue is ("nx", "ny", "nz")
      void setPositionComponents​(com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> value)
      The component names for position data, default value is ("x", "y", "z")
      void setTextureCoordinateComponents​(com.aspose.csporter.helpers.Tuple_2<java.lang.String,​java.lang.String> value)
      The component names for texture coordinate data, default value is ("u", "v")
      void setVertexElement​(java.lang.String value)
      The element name for the vertex data, default value is "vertex"
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFlipCoordinate

        public boolean getFlipCoordinate()
        Flip the coordinate while saving the scene, default value is true
      • setFlipCoordinate

        public void setFlipCoordinate​(boolean value)
        Flip the coordinate while saving the scene, default value is true
        Parameters:
        value - New value
      • getVertexElement

        public java.lang.String getVertexElement()
        The element name for the vertex data, default value is "vertex"
      • setVertexElement

        public void setVertexElement​(java.lang.String value)
        The element name for the vertex data, default value is "vertex"
        Parameters:
        value - New value
      • getPositionComponents

        public com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> getPositionComponents()
        The component names for position data, default value is ("x", "y", "z")
      • setPositionComponents

        public void setPositionComponents​(com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> value)
        The component names for position data, default value is ("x", "y", "z")
        Parameters:
        value - New value
      • getNormalComponents

        public com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> getNormalComponents()
        The component names for normal data, default valaue is ("nx", "ny", "nz")
      • setNormalComponents

        public void setNormalComponents​(com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> value)
        The component names for normal data, default valaue is ("nx", "ny", "nz")
        Parameters:
        value - New value
      • getTextureCoordinateComponents

        public com.aspose.csporter.helpers.Tuple_2<java.lang.String,​java.lang.String> getTextureCoordinateComponents()
        The component names for texture coordinate data, default value is ("u", "v")
      • setTextureCoordinateComponents

        public void setTextureCoordinateComponents​(com.aspose.csporter.helpers.Tuple_2<java.lang.String,​java.lang.String> value)
        The component names for texture coordinate data, default value is ("u", "v")
        Parameters:
        value - New value
      • getColorComponents

        public com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> getColorComponents()
        The component names for vertex color, default value is ("red", "green", "blue")
      • setColorComponents

        public void setColorComponents​(com.aspose.csporter.helpers.Tuple_3<java.lang.String,​java.lang.String,​java.lang.String> value)
        The component names for vertex color, default value is ("red", "green", "blue")
        Parameters:
        value - New value
      • getFaceElement

        public java.lang.String getFaceElement()
        The element name for the face data, default value is "face"
      • setFaceElement

        public void setFaceElement​(java.lang.String value)
        The element name for the face data, default value is "face"
        Parameters:
        value - New value
      • getFaceProperty

        public java.lang.String getFaceProperty()
        The property name for the face data, default value is "vertex_index"
      • setFaceProperty

        public void setFaceProperty​(java.lang.String value)
        The property name for the face data, default value is "vertex_index"
        Parameters:
        value - New value