Click or drag to resize
SoRayPickActionClearPickedPointList Method

Note: This API is now obsolete.

Clears the picked point list.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 9.6.0.0. Use 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).

Caution note Caution

Obsolete since Open Inventor 9600. Use OIV.Inventor.Actions.SoRayPickAction.ClearApplyResult() method

See Also