Click or drag to resize
SoNurbsPropertytessellationDistance Property

Used when tessellationType is set to ADAPTIVE.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFFloat tessellationDistance { get; }

Property Value

Type: SoSFFloat
Remarks

The maximum tessellation step size (curvilinear distance) is this fraction of the diagonal of the bounding box of the surface or the group of surfaces (OIV.Inventor.Nodes.SoNurbsGroup). Increasing this value make the tessellation more dependent on OIV.Inventor.Nodes.SoNurbsProperty.tessellationAngle. Default value is 0.01. That is, the distance must not be more than 1% of the diagonal of the bounding box.

Note Note

Field available since Open Inventor 6.0

See Also