Package com.openinventor.inventor.io.stl
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:
SoSTLInputReader
,SoSTLWriteAction
-
-
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getProductName()
Returns a character string identifying the name of the extension.static java.lang.String
getVersion()
Returns a character string identifying the version of extension.void
setValue(SoSTLFileFormat copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getVersion
public static java.lang.String getVersion()
Returns a character string identifying the version of extension.
-
setValue
public void setValue(SoSTLFileFormat copyFrom)
-
getProductName
public static java.lang.String getProductName()
Returns a character string identifying the name of the extension.
-
-