Click or drag to resize
SoSurroundScalenumNodesUpToContainer Property

When traversed by an action, if surroundScale needs to calculate a new box, surroundScale looks at the current path in the action.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFInt32 numNodesUpToContainer { get; }

Property Value

Type: SoSFInt32
Remarks

It travels up this path a distance of numNodesUpToContainer and applies an SoGetBoundingBoxAction to the node that it finds there.

See Also