Click or drag to resize
SoRayPickAction.ClearPickedPointList Method

Note: This API is now obsolete.

Clears the picked point list.

Namespace: OIV.Inventor.Actions
Assembly: 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()
Remarks

The 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