Uses of Class
com.openinventor.inventor.SoInputParameters
-
Packages that use SoInputParameters Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.io.cad Inventor CAD file format support. -
-
Uses of SoInputParameters in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoInputParameters Modifier and Type Method Description SoInputParameters
SoInput. getInputParameters()
Return the currentSoInputParameters
.Methods in com.openinventor.inventor with parameters of type SoInputParameters Modifier and Type Method Description void
SoInput. setInputParameters(SoInputParameters parameters)
Specify parameters to modify/control actions during the read of a file. -
Uses of SoInputParameters in com.openinventor.inventor.io.cad
Subclasses of SoInputParameters in com.openinventor.inventor.io.cad Modifier and Type Class Description class
SoCADInputReaderParameters
CAD Input reader Parameters when importing CAD file type.
-