Message 1 of 11
Metal gutter section drawing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(defun c:dere ()
(setq sacuzn (getreal "\nSac uzunluğunu giriniz : "))
(setq taban (getreal "\nTaban Alanını giriniz : "))
(setq aSikYüks (getreal "\nAşık Yüksekliğini giriniz : "))
(setq egim (getreal "\nEğim giriniz % : "))
(prompt " - Ç i z i l i y o r - ")
(princ "\nAlan = xxxx mm²")
(princ)
)
Hi all,
I want to draw a section with lisp code.
My variables:
sacuzn : 1000 mm
taban : 230 mm
aSikYüks : 200 mm
egim : 15.21
Alan= 1991.43mm²
My sample drawing is attached. sheet should be the length of my total cross section.
total cross section. (1000mm)
* When creating this, taban: 230, asikyüks 200 will be taken and other dimensions will be distributed according to the egim.
Thanks in advance for the help friend. It's a bit confusing, but I think we can figure it out.