Quantcast
Channel: AutoCAD顧問
Viewing all articles
Browse latest Browse all 15575

[分享]牆副筋(水平筋)段數計算-LISP小程式

$
0
0
例:牆長度為1350公分,    牆水平筋為#3,    搭接長為32公分,    使用5米長鋼筋進行綁紮(需使用3段5米長鋼筋料), 執行本程式可輔助計算牆水平筋所需段數! 指令名:RCS 依序輸入搭接長、單支長、總長, 所需段數螢幕上即會顯示。 以下為程式碼: 代碼: ; 本程式為牆副筋段數計算輔助小工具  ; 支援軟體版本("AutoCAD")  ; 設計者:Devin,Chou  ; 版權所有,歡迎使用  ; Rev.1(2014/11/30) (defun C:rcs (/ 搭接長 單支長 總長 商 再補 ) (setvar "cmdecho" 0 ) (setq 搭接長 (getint "\n請輸入搭接長:" )) (setq 單支長 (getint "\n請輸入單支長:" )) (setq ...

Viewing all articles
Browse latest Browse all 15575

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>