Package com.openinventor.inventor.io.stl
Class SoSTLFileFormat
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.io.stl.SoSTLFileFormat
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns a character string identifying the name of the extension.static String
Deprecated.As of Open Inventor 2023.2.void
setValue
(SoSTLFileFormat copyFrom) Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
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
-
getProductName
Returns a character string identifying the name of the extension.
-