Click or drag to resize
SoCADInputReaderParametersTessellationOptionAngularTolerance Property

Set the maximum deviation angle 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 AngularTolerance { get; set; }

Property Value

Type: Double
Remarks

This maximum angle is a angular measure in radian. A value of 0.0 means it is deactivated. Smaller value means more precise tessellation and thus more memory consumption.

Example:

Default: 0.17444 radian (10°)

See Also