drdRemoveTarget
drdRemoveTarget(
w_winID
l_point
)
=> t / nil
Description
Unsets a DRD target that exists at the specified point in the specified window. If multiple DRD targets overlap at the specified point, the DRD target on the active layer is unset.
You can bind a key to the function and use the bindkey during interactive editing to unset DRD targets. For more information, see
Arguments
Value Returned
Examples
drdRemoveTarget(hiGetCurrentWindow() 2000:3000)
drdRemoveTarget(window(5) 15302:1075)
drdRemoveTarget(window(3) list(9000 3000))
Return to top