Class SoSTLFileFormat

java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.io.stl.SoSTLFileFormat

public class SoSTLFileFormat extends Inventor
Module class to initialize STL file format support. This class allows the application to initialize the STL file format support module.

This format requires redistributing the fei_inventor_io_stl plugin library with the application (e.g. fei_inventor_io_stl.dll on Windows).

Limitations:

  • Import is done in float single precision. Precision may be lost if stl file contains values in double precision.

See Also:
  • Method Details

    • getVersion

      @Deprecated(since="2023.2") public static String getVersion()
      Deprecated.
      As of Open Inventor 2023.2. This method should no longer be used. Use SoLicensesInfo.getVersion() method instead.
      Returns a character string identifying the version of the extension.

      Warning Deprecated since Open Inventor 2023.2. This method should no longer be used. Use SoLicensesInfo.getVersion() method instead.

    • setValue

      public void setValue(SoSTLFileFormat copyFrom)
    • getProductName

      public static String getProductName()
      Returns a character string identifying the name of the extension.