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 classSpecify how the scene graph resulting from the import should be generated.static enumstatic classParameters 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.voidSpecifies the import options.voidCalls setTessellationOption(SoCADInputReaderParameters.Qualities.valueOf( SoCADInputReaderParameters.Qualities.MEDIUM.getValue() )).voidSpecify predefined tessellation options.voidSpecifies 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.
-