Click or drag to resize
SoRayPickActionClearApplyResult Method

Clears the picked point list.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public override void ClearApplyResult()
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).

See Also