用法
评论
建议
取 消
确 定
(defun pickset:ptx (sel n / ptlist) "取选择集4角点坐标的第n个,左下 0 右下 1 右上 2 左上 3" "第n个角点坐标" "(pickset:ptx sel 0)" (setq ptlist (pickset:getbox sel 0)) (nth n (point:rec-2pt->4pt (car ptlist) (cadr ptlist))))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 767 个
函数库类别: 53 种
上传记录
刷新