不同类型导线连接方法及绝缘胶带缠绕方法
阿土2
阿土2 Lv.2
2017年03月07日 19:41:42
只看楼主

不同类型导线连接方法及绝缘胶带缠绕方法

不同类型导线连接方法及绝缘胶带缠绕方法
e0d9a80b2c02c47d3337.pdf
3.4 MB
立即下载
pilifeng
2017年03月07日 21:03:17
2楼
(defun c:SetUcs (/ ss errorTemp)
(setq ss (cadr (ssgetfirst)))
(sssetfirst nil nil)
(setq errorTemp *error*
*error* myError
)
(command "_.undo" "_begin")
(if (and (= nil ss) (= nil (setq ss (st:FiltSel))))
(print "未选择对象!")
(progn
(princ "\n角度:")
(setq getst (getreal))
(cond ((/= getst nil)
(st:Change ss getst)
)
(t
(st:Change ss 0)
)
)

)
)
(command "_.undo" "_end")
(setq *error* errorTemp)
(princ)
)
(defun st:Change (ss inprot / ct st)
(setq ct 0
;st nil
)
(if (/= nil ss)
(progn
(repeat (sslength ss)
(setq st (ssname ss ct))
(ChangeTextRotation (entget st) inprot)
;(princ (entget st))
;(princ ct)
(setq ct (+ ct 1))
回复

相关推荐

APP内打开