e719 发表于 2023-12-20 18:36:49

标注问题

本帖最后由 e719 于 2023-12-20 19:35 编辑

我想问一下标注是半径,怎么改成直径。


(DEFUN C:DM ()
    (command "DIMPOST" "M<>" )
   (command "DIMDEC" "0")
    (COMMAND "dimtad" "1" "dimtoh" "1" "DIMGAP" "0" "dim1" "ra" PAUSE "<>" PAUSE )
    (command "DIMPOST" "<>" )
    (command "dimstyle" "r" "lm-dim"))

xudongchu 发表于 2023-12-20 20:56:27

(DEFUN C:tt ()
        (command "DIMPOST" "M<>" )
        (command "DIMDEC" "0")
        (COMMAND "dimtad" "1" "dimtoh" "1" "DIMGAP" "0" "dim1" "D" PAUSE "<>" PAUSE )
        (command "DIMPOST" "<>" )
        (command "dimstyle" "r" "lm-dim"))
页: [1]
查看完整版本: 标注问题