Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void RayPick(
	SoRayPickAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Sub RayPick ( 
	action As SoRayPickAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void RayPick(
	SoRayPickAction^ action
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract RayPick : 
        action : SoRayPickAction -> unit 
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override RayPick : 
        action : SoRayPickAction -> unit Parameters
- action
 - Type: OIV.Inventor.ActionsSoRayPickAction
 
Remarks
See Also