Package com.openinventor.inventor.io.cad
Class SoCADInputReaderParameters.ImportOption
- java.lang.Object
 - 
- com.openinventor.inventor.io.cad.SoCADInputReaderParameters.ImportOption
 
 
- 
- Enclosing class:
 - SoCADInputReaderParameters
 
public static class SoCADInputReaderParameters.ImportOption extends java.lang.ObjectSpecify how the scene graph resulting from the import should be generated. 
- 
- 
Field Summary
Fields Modifier and Type Field Description booleanimportEdgesImport Edges for the model.booleanimportOpenShellsImport OpenShell for the model.booleanimportPMIImport PMI (Product and Manufacturing Information) from the model.booleanmergeFacesMerge imported geometry in a single Open Inventor Geometry object. 
- 
Constructor Summary
Constructors Constructor Description ImportOption() 
 - 
 
- 
- 
Field Detail
- 
importEdges
public boolean importEdges
Import Edges for the model. Default: false 
- 
importOpenShells
public boolean importOpenShells
Import OpenShell for the model. It is composed of point or polylines Default: false 
- 
importPMI
public boolean importPMI
Import PMI (Product and Manufacturing Information) from the model. It is composed of Text, measures and view point Default: false 
- 
mergeFaces
public boolean mergeFaces
Merge imported geometry in a single Open Inventor Geometry object. - multiple faces of a shell are merged in a single SoTriangleSet. - multiple edges of a shell are merged in a single SoLineSet. Default: false 
 - 
 
 -