wire frame creation with VBA/RULES/MACRO

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!!
What I am trying to accomplish is basically an automated system that will allow users to ONLY input information and the program will 'take care of the rest'. Does that make sense?
Basically what I'm trying to accomplish is an automated wire frame creation that would then allow the user to pick a profile and create a frame generated part.
I will try and write out an example of how I envision the program to work now...
*Run rule/Macro*
- window pops up -
how many units vertically? (user inputs X) - enter
how many units horizontally? (user inputs X) - enter
height overall? (user inputs X-feet Y-inches) - enter = A
width overall? (user inputs X-feet Y-inches) - enter = B
1st level height? (user inputs XXXX) - enter {IF user enters >1 for 'how many units vertically?'}
2nd level height? (user inputs XXXX) - enter {IF user enters >=3 for 'how many units vertically?'}
- Would continue the amount of times {i-1} the user input answered for 'how many units vertically'
1st unit width? (user inputs XXXX) - enter {IF users enters >1 for 'how many units horizontally?'}
2nd unit width? (user inputs XXXX) - enter
3rd unit width? (user inputs XXXX) - enter
- Would continue the amount of times {i-1} the user input answered for 'how many units horizontally'
--------------------------
| | | |
| | | |
| | | |
--------------------------
| | | |
| | | |
| | | |
X------------------------ (where X = origin)
above (poor representation) would be the outcome of the following:
how many units vertically? (user inputs 2) - enter
how many units horizontally? (user inputs 3) - enter
height overall? (user inputs 10 feet 0 inches) - enter
width overall? (user inputs 30 feet 0 inches) - enter
1st level height? (user inputs 6 feet 0 inches) - enter
1st unit width? (user inputs 12 feet 6 inches) - enter
2nd unit width? (user inputs 5 feet 0 inches) - enter
3rd unit width? [program would know that this unit is (12 feet 6 inches)]
- at this point I would like to name all of the lines (if possible):
(example)
from-d0 to VERTICAL_1 [from origin in y direction] (0,0) to (0, A) A = height overall
This is part 1 of what I am trying to accomplish....
once the wire frame is created then the tricky part comes in to play and I would like to be able to create frame generated parts linked to these dimensions using profiles from a library that a user would be able to choose from a drop down menu.
Any and all help is very greatly appreciated.
Thank you,
Dylan