SoHandleEventActionSetPickRoot Method |
Sets the root node used for initiating a pick action for those nodes that want to know what is under the cursor.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetPickRoot(
SoNode node
)
Public Sub SetPickRoot (
node As SoNode
)
public:
void SetPickRoot(
SoNode^ node
)
member SetPickRoot :
node : SoNode -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also