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: 2024.1.1.0 (2024.1.1)
Syntax
public struct ImportOption

The SoCADInputReaderParametersImportOption type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(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