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.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFInt32 numNodesUpToContainer { get; }
Public ReadOnly Property numNodesUpToContainer As SoSFInt32
Get
public:
property SoSFInt32^ numNodesUpToContainer {
SoSFInt32^ get ();
}
member numNodesUpToContainer : SoSFInt32 with get
Property Value
Type:
SoSFInt32
RemarksIt travels up this path a distance of numNodesUpToContainer and applies an SoGetBoundingBoxAction to the node that it finds there.
See Also