need help with reinforcement / reinforcement list

Anonymous

need help with reinforcement / reinforcement list

Anonymous
Not applicable

Hello everyone,

 

If any of you can help, I would need 2 lisp routines. One to create reinforcement on plan, and one to generate a table with that reinforcement.

My idea of how first one could be, is as a prompt dialog box activated by a icon/shortcut on keyboard  that lets me chose one of the reinforcement types (A,B,C,D,...- I have about +/- 10 types), justify left or right, select where to place it on plan, then make by hand a dimension (length of the reinforcement placement) , and attach that length to the reinf text so it can calculate number of re-bars. For the shape , after the reinf was placed on plan, I could add by hand values that will modify the segment lenghts or the reinf. end 🙂   - hope this is clear , Ill attach an example of how the final reinf type F as exemple.

For the second lisp, I would like to be able to export data from the drawing based on a specific layer of my choosing (between 3 layers - upper , lower or detail reinf) into a table . For that I have a 'xls file that i use now to insert data by hand from where all formulas and/or format can be taken.

 

If someone can help i can give all info that is missing from  above.

Thank you all in advance,

Danexmpl.png  

 

0 Likes
Reply
813 Views
3 Replies
Replies (3)

Sea-Haven
Mentor
Mentor

Did you google there is some good rebar stuff out there already done, rather than just start again.

0 Likes

Anonymous
Not applicable

Thank you for your thoughts, I did that and found a few of them that apply for other situations, meaning I cant use them with my "style"... I use different format , different layers and unfortunately for me, I don't know how to change an existing lisp file. 

 

0 Likes

Sea-Haven
Mentor
Mentor

Changing something like a layer is very easy (setvar 'clayer mylayer) if you find a package go back to the author as a 1st step with questions. There is plenty of forums who can help advise on how to make changes to code subject to any copyrite.

0 Likes