Click or drag to resize
SoCADInputReaderParameters Class

CAD Input reader Parameters when importing CAD file type.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.InventorSoInputParameters
      OIV.Inventor.IO.CADSoCADInputReaderParameters

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 class SoCADInputReaderParameters : SoInputParameters

The SoCADInputReaderParameters type exposes the following members.

Constructors
  NameDescription
Public methodSoCADInputReaderParameters

Constructor.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetImportOption

Return current import options.

Public methodGetTessellationOption

Return current tessellation options.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetImportOption

Specify import options.

Public methodSetTessellationOption
Calls SetTessellationOption(OIV.Inventor.IO.CAD.SoCADInputReaderParameters.Qualities( .SoCADInputReaderParameters.MEDIUM )).
Public methodSetTessellationOption(SoCADInputReaderParametersQualities)

Specify predefined tessellation options.

Public methodSetTessellationOption(SoCADInputReaderParametersTessellationOption)

Specify tessellation options.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class provides tessellation and import options for the CADReader module. It is used with the OIV.Inventor.SoInput.SetInputParameters(OIV.Inventor.SoInputParameters) method.

See Also