TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: ancrayzy on December 15, 2021, 10:25:41 PM

Title: Is anyone interested in a lisp to automating arrange for hollow steel?
Post by: ancrayzy on December 15, 2021, 10:25:41 PM
I working routines with formwork drawings with falsework and hollow steel arrangment plan.
In the attached file, I use a dynamic block using parameters and fields:
In the text: L=3000*17[]50x50@300

Where:
3000 - use the field information to get the length of hollow steel.
17 - use field information to get the number of of hollow steel.
1. Manually work.
- The length of hollow steel and arrangment distance, I use the Linear parameter and manually drag it to adjust it manually.
- Position the text I use parameter position to move to the required position.
2. Is there any ideas to to create a lisp to make this work faster and create a lisp with the following issuses:
- Automatically arrange the floor plan of box iron bars quickly for the entire floor tile after setting the parameters: a, b, c, d and choosing the floor area to be arranged.
- The text is automatically in the middle of the line representing the length of the hollow steel layout or creating a command to align vertically simultaneously.

Regards