Click or drag to resize
SoCADInputReaderParametersImportOption Structure

Specify how the scene graph resulting from the import should be generated.

Namespace: OIV.Inventor.IO.CAD
Assembly: OIV.Inventor.IO.CAD (in OIV.Inventor.IO.CAD.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public struct ImportOption

The SoCADInputReaderParametersImportOption type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Public propertyForceTesselation

Some CAD formats store faceted data in addition to the B-Rep.

Public propertyImportEdges

Import Edges for the model.

Public propertyImportOpenShells

Import OpenShell for the model.

Public propertyImportPMI

Import PMI (Product and Manufacturing Information) from the model.

Public propertyMergeFaces

Merge imported geometry in a single Open Inventor Geometry object.

Top
Remarks

See Also