SoSurroundScalenumNodesUpToReset Property |
Before applying the SoGetBoundingBoxAction (see the numNodesUpToContainer field above) the surroundScale node travels up the path a distance of numNodesUpToReset and tells the action to reset the bounding box upon traversal of that node.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFInt32 numNodesUpToReset { get; }
Public ReadOnly Property numNodesUpToReset As SoSFInt32
Get
public:
property SoSFInt32^ numNodesUpToReset {
SoSFInt32^ get ();
}
member numNodesUpToReset : SoSFInt32 with get
Property Value
Type:
SoSFInt32
Remarks
See Also