Click or drag to resize
SoCADInputReaderParametersTessellationOptionLinearTolerance Property

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

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 double LinearTolerance { get; set; }

Property Value

Type: Double
Remarks

This maximum distance is a linear distance (chordal error). A value of 0.0 means it is deactivated. Smaller value means more precise tessellation and thus more memory consumption.

Example:

Default: 0.0 (deactivated)

See Also