Class SoCADInputReaderParameters.ImportOption

  • Enclosing class:
    SoCADInputReaderParameters

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

      Fields 
      Modifier and Type Field Description
      boolean importEdges
      Import Edges for the model.
      boolean importOpenShells
      Import OpenShell for the model.
      boolean importPMI
      Import PMI (Product and Manufacturing Information) from the model.
      boolean mergeFaces
      Merge imported geometry in a single Open Inventor Geometry object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ImportOption()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • ImportOption

        public ImportOption()