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: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFInt32 numNodesUpToContainer { get; }

Property Value

Type: SoSFInt32
Remarks

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

See Also