SoChildListTraverse Method (SoAction, SoNode) |
Traverses just one node.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Traverse(
SoAction action,
SoNode node
)
Public Sub Traverse (
action As SoAction,
node As SoNode
)
public:
void Traverse(
SoAction^ action,
SoNode^ node
)
member Traverse :
action : SoAction *
node : SoNode -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
- node
- Type: OIV.Inventor.NodesSoNode
See Also