我有密码
- (if (tblsearch "STYLE" "TXTPL")
- (setvar "textstyle" "TXTPL")
- )
- (command "_-style" "TXTPL" "romans" 0.01 "" "" "" "" "")
- (command "_mtext" ponto_texto "_l" "" 0.4 "_j" "_mc" ponto_texto texto1 (strcat "X=" (vl-string-subst "," "." (rtos arel 2 2)) "m2") "")
- (command "_bhatch" "_P" "SOLID" "_s" entpl txtpl1 seldiv "" "")
- (command "_bhatch" "_P" "SOLID" "_s" entpl txtpl1 "" "")
cad返回此错误:
输入行距系数或距离:
指定对角点或[高度/对齐/直线
间距/旋转/样式/宽度/列]:
需要2D点或选项关键字。
如果我使用0:10或更大尺寸
错误不会发生。 |