SoAntiSquishrecalcAlways Property |
If recalcAlways is true, this node calculates its unsquishing matrix every time it is traversed.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool recalcAlways { get; }
Public ReadOnly Property recalcAlways As SoSFBool
Get
public:
property SoSFBool^ recalcAlways {
SoSFBool^ get ();
}
member recalcAlways : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksIf false, then this only occurs during the first traversal folllowing a call to recalc(). Default is true.
See Also