Package com.openinventor.inventor.io.cad
Class SoCADInputReaderParameters
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.SoInputParameters
com.openinventor.inventor.io.cad.SoCADInputReaderParameters
CAD Input reader Parameters when importing CAD file type.
This class provides tessellation and import options for the CADReader module. It is used with the
SoInput.setInputParameters()
method.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Specify how the scene graph resulting from the import should be generated.static enum
static class
Parameters used to tessellate the model during import.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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the current import options.Returns the current tessellation options.void
Specifies the import options.void
Calls setTessellationOption(SoCADInputReaderParameters.Qualities.valueOf( SoCADInputReaderParameters.Qualities.MEDIUM.getValue() )).void
Specify predefined tessellation options.void
Specifies the tessellation options.Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
SoCADInputReaderParameters
public SoCADInputReaderParameters()Constructor.
-
-
Method Details
-
setImportOption
Specifies the import options. -
getImportOption
Returns the current import options. -
setTessellationOption
Specifies the tessellation options. -
getTessellationOption
Returns the current tessellation options. -
setTessellationOption
public void setTessellationOption()Calls setTessellationOption(SoCADInputReaderParameters.Qualities.valueOf( SoCADInputReaderParameters.Qualities.MEDIUM.getValue() )). -
setTessellationOption
Specify predefined tessellation options. Advanced users can use the TessellationOption struct to have more control.
-