Class 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:
    SoSTLInputReader, SoSTLWriteAction
    • Method Detail

      • getVersion

        @Deprecated(since="2023.2")
        public static java.lang.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.

      • getProductName

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