SoRayPickAction.ClearPickedPointList Method |
Note: This API is now obsolete.
Clears the picked point list.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("Use OIV.Inventor.Actions.SoRayPickAction.ClearApplyResult() method")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void ClearPickedPointList()
<ObsoleteAttribute("Use OIV.Inventor.Actions.SoRayPickAction.ClearApplyResult() method")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub ClearPickedPointList
public:
[ObsoleteAttribute(L"Use OIV.Inventor.Actions.SoRayPickAction.ClearApplyResult() method")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void ClearPickedPointList()
[<ObsoleteAttribute("Use OIV.Inventor.Actions.SoRayPickAction.ClearApplyResult() method")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member ClearPickedPointList : unit -> unit
RemarksThe picked point list is automatically cleared when the action is destroyed or re-applied. However it may be useful to clear the list explicitly in order to remove references to picked node(s).Obsoletesince Open Inventor 9600.
Use OIV.Inventor.Actions.SoRayPickAction.ClearApplyResult() method
See Also