basepointdesignz
Programmer
Hi everyone,
I'm trying to write an VBA program for work in which it will draw a cavity wall based on user input for width and depth. The multiline used is already set up but I need the program to convert the dimensions in to vertex list so it can draw it.
I have two textboxes for the user to enter the dimensions (ie: 5000mm wide by 5000mm), basically drawing a square using a 'cavity wall' multiline. I have coded for user input/selection for the base/starting point (ie: 0,0,0). then it makes a vertex list from the base point minus the depth (ie: @0,-5000,0) and then the width (ie: @5000,0,0) and finally the end point (ie: @0,5000,0) - so draws an incomplete square (without the top line)..
Does anyone know how I'd go about this? I'm racking what brains I've got and still haven't come up with a solution..
Please can someone help!
Thanks in advance..
Renegade..
I'm trying to write an VBA program for work in which it will draw a cavity wall based on user input for width and depth. The multiline used is already set up but I need the program to convert the dimensions in to vertex list so it can draw it.
I have two textboxes for the user to enter the dimensions (ie: 5000mm wide by 5000mm), basically drawing a square using a 'cavity wall' multiline. I have coded for user input/selection for the base/starting point (ie: 0,0,0). then it makes a vertex list from the base point minus the depth (ie: @0,-5000,0) and then the width (ie: @5000,0,0) and finally the end point (ie: @0,5000,0) - so draws an incomplete square (without the top line)..
Does anyone know how I'd go about this? I'm racking what brains I've got and still haven't come up with a solution..
Please can someone help!
Thanks in advance..
Renegade..