Click or drag to resize
SoCADInputReaderParametersTessellationOption Structure

Parameters used to tessellate the model during import.

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 TessellationOption

The SoCADInputReaderParametersTessellationOption 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 propertyAngularTolerance

Set the maximum deviation angle allowed between tessellated mesh triangle and the original surface.

Public propertyStatic memberDefault
Public propertyLinearTolerance

Set the maximum distance allowed between tessellated mesh triangle and the original surface.

Public propertyMaxTriangleEdgesRatio

Set the maximum edges length ratio of generated triangles.

Top
Remarks

See Also