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

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

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