- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
Im quite new at creating lisps, but my first one is already kicking my butt. Heres what I want the lisp to function, and hopefully someone can help me write this up. Thanks in advance.
I would like to be able to select multiple 3DSolid objects and have it calculate the total Linear Footage. In my mind, this is how the workflow would go?
1. i have 3 objects i will be selecting
1. 2 x 2 x 12
2. 2 x 2 x 24
3. 2 x 2 x 36
2. freeze all layers but the layer my solids are on.
3. enter lisp command to calculate
4. window select all the solids i wish to calculate
5. lisp grabs the volume result of 288
6. cmd line asks me for the "width 1" of tube - i would enter a value of 2
7. cmd line asks me for the "width 2" of tube - i would enter a value of 2
8. lisp has some formula like: (288/(2*2))/12
9. an alert window pops up informing me the result is " 2in x 2in x 6LnFt "
10. I then become a happy camper.....
attached is a pic of my thought.
Solved! Go to Solution.