SoSplitGeometryActionSetTraverseAllSoSwitchChildren Method |
By default the action will only traverse the active child of SoSwitch nodes.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetTraverseAllSoSwitchChildren(
bool enable
)
Public Sub SetTraverseAllSoSwitchChildren (
enable As Boolean
)
public:
void SetTraverseAllSoSwitchChildren(
bool enable
)
member SetTraverseAllSoSwitchChildren :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
RemarksA call to this method tells the action to traverse all children. Default is false.
See Also