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: 2024.1.1.0 (2024.1.1)
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