Click or drag to resize
SoAntiSquishrecalcAlways Property

If recalcAlways is true, this node calculates its unsquishing matrix every time it is traversed.

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

Property Value

Type: SoSFBool
Remarks

If false, then this only occurs during the first traversal folllowing a call to OIV.Inventor.Nodes.SoAntiSquish.Recalc(). Default is true.

See Also