Click or drag to resize
SoShapeHintsneighborTolerance Property

Specifies the tolerance value to use when default normals are computed.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFFloat neighborTolerance { get; }

Property Value

Type: SoSFFloat
Remarks

The default is 1e-6.

Specifically it determines which (other) points in the shape are close enough to influence the normal at each vertex. Setting a smaller tolerance value will select a smaller number of points and can reduce the time required for computing normals on very large, very dense geometry.

If the OIV_NORMGEN_TOLERANCE environment variable is set, the default is 1/OIV_NORMGEN_TOLERANCE.

Note Note

Field available since Open Inventor 8.0

See Also