Click or drag to resize
SoSplitGeometryActionSetTraverseAllSoSwitchChildren Method

By default the action will only traverse the active child of OIV.Inventor.Nodes.SoSwitch nodes.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetTraverseAllSoSwitchChildren(
	bool enable
)

Parameters

enable
Type: SystemBoolean
Remarks

A call to this method tells the action to traverse all children. Default is false.

See Also