Class StlLoadOptions


  • public class StlLoadOptions
    extends LoadOptions
    Load options for STL
    • Constructor Detail

      • StlLoadOptions

        public StlLoadOptions()
        Initializes of a new StlLoadOptions instance.
    • Method Detail

      • getFlipCoordinateSystem

        public boolean getFlipCoordinateSystem()
        Gets whether to flip coordinate system of control points/normal during importing.
      • setFlipCoordinateSystem

        public void setFlipCoordinateSystem​(boolean value)
        Sets whether to flip coordinate system of control points/normal during importing.
        Parameters:
        value - New value
      • getRecalculateNormal

        public boolean getRecalculateNormal()
        Ignore the normal data that stored in STL file and recalculate the normal data based on the vertex position. Default value is false
      • setRecalculateNormal

        public void setRecalculateNormal​(boolean value)
        Ignore the normal data that stored in STL file and recalculate the normal data based on the vertex position. Default value is false
        Parameters:
        value - New value