SoText2TestRayPick Method |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void TestRayPick(
SoRayPickAction action,
SoNode node
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub TestRayPick (
action As SoRayPickAction,
node As SoNode
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void TestRayPick(
SoRayPickAction^ action,
SoNode^ node
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member TestRayPick :
action : SoRayPickAction *
node : SoNode -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoRayPickAction
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also