SoVRMLGeometryGeneratePick Method |
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual void GeneratePick(
SoRayPickAction action,
SoNode name_31114
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Sub GeneratePick (
action As SoRayPickAction,
name_31114 As SoNode
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void GeneratePick(
SoRayPickAction^ action,
SoNode^ name_31114
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract GeneratePick :
action : SoRayPickAction *
name_31114 : SoNode -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override GeneratePick :
action : SoRayPickAction *
name_31114 : SoNode -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoRayPickAction
- name_31114
- Type: OIV.Inventor.NodesSoNode
Remarks
See Also