本帖最后由 zhoupeng220 于 2024-4-20 09:24 编辑


在CUI自定义界面找好久没找到。



网友答: 这个靠函数或者变量控制


网友答: dimtad ,0为在尺寸线中间,1为在尺寸线上面

网友答: (vlax-Put-property obj 'VerticalTextPosition "4");寸法值上下左右,3JIS标准,1上,4下

这个吗

网友答:
sncokina 发表于 2024-4-20 10:12
(vlax-Put-property obj 'VerticalTextPosition "4");寸法值上下左右,3JIS标准,1上,4下

这个吗

能具体点怎么操作吗

网友答:
zhoupeng220 发表于 2024-4-20 11:52
能具体点怎么操作吗

(vlax-Put-property (vlax-ename->vla-object (car(entsel)))
  'VerticalTextPosition "0")     
经测试   这样就可以实现标注文字在尺寸线上了 复制到命令行既可执行   

网友答:
guosheyang 发表于 2024-4-21 08:16
(vlax-Put-property (vlax-ename->vla-object (car(entsel)))
  'VerticalTextPosition "0")     
经测 ...

感谢,我试试
  • 上一篇:如何修改线段位置使得其余线段随之变化
  • 下一篇:没有了