Click or drag to resize
SoCADInputReaderParameters Methods

The SoCADInputReaderParameters type exposes the following members.

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
See Also