SoRayPickActionClearApplyResult Method |
Clears the picked point list.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public override void ClearApplyResult()
Public Overrides Sub ClearApplyResult
public:
virtual void ClearApplyResult() override
abstract ClearApplyResult : unit -> unit
override ClearApplyResult : unit -> unit
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