Click or drag to resize
SoCADInputReaderParametersTessellationOptionMaxTriangleEdgesRatio Property

Set the maximum edges length ratio of generated triangles.

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

Property Value

Type: Double
Remarks

Best quality is achieved with a value of 1.0. A value smaller than 1.0 is clamp to 1.0. Smaller value means more precise tessellation and thus more memory consumption.

Example:
maxTriangleEdgesRatio = 1000.0 maxTriangleEdgesRatio = 1.0

Default: 20.0

See Also