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

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