Click or drag to resize
SoActionStopActionInBranch Method

This function stops the action in the current Scene Graph branch.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void StopActionInBranch()
Remarks

Note: It doesn't mean we kill the action!

It is mainly used to stop the GetBoundingBox action in the OIV.Inventor.Nodes.SoBBox node.

See Also