Class SoCADInputReaderParameters.ImportOption

java.lang.Object
com.openinventor.inventor.io.cad.SoCADInputReaderParameters.ImportOption
Enclosing class:
SoCADInputReaderParameters

public static class SoCADInputReaderParameters.ImportOption extends Object
Specify how the scene graph resulting from the import should be generated.
  • Field Details

    • 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
  • Constructor Details

    • ImportOption

      public ImportOption()