lijiao 发表于 2025-1-14 08:53:27

(acet-ss-drag-move ss pt ])

Drag a selection set to change location.

Arguments
ss The selection set to drag.
pt The base point.
prompt A message to display before dragging is started.
highlight If given, causes a rubber-band line to be drawn from pt to the current cursor position while dragging; this parameter can be nil to draw a rubber-band line in the inverse of the screen color, or non-nil to draw a highlighted line.
cursor The cursor form to display while dragging (0=crosshairs, 1=no cursor, 2=target).

Return Values
Normally returns the selected point, but will honor initget settings and can return arbitrary text or keywords. Returns nil if the dragging operation is aborted.

Note:
The acet-ss-drag-move function does not move the selection set, but allows selection of a new position while showing how the result will appear.

liuxinkai 发表于 2025-1-14 15:28:00

lijiao 发表于 2025-1-14 08:53
(acet-ss-drag-move ss pt])

Drag a selection set to change location.


这个是autolisp的命令吗?能直接用?

lijiao 发表于 2025-1-15 08:58:39

只要你安装了ET工具,就能直接用
页: 1 2 [3]
查看完整版本: 移动效果