NightMist78
Programmer
Hi everyone,
I am writing a program for a windows and doors manufacturer so it is required of me to have a form where:
1- the user enters the size of the window for example 1200mm x 1400mm
the program should draw an empty rectangle
2- the user clicks on the frame buttton on the form then clicks inside the rectangle
the program should draw another rectangle inside offset by 50 mm
3- the user clicks on the sash button on the form then clicks inside the rectangle
the program should draw a sash inside etc..
something like in the pictures on this site:
Afterwards, I should be able to get the measurements of each profile and give them the cutting measurements.
it is very detailed, but I want to know whether this is feasible or not? if yes, to guide me where to start.
Thanks and regards,
I am writing a program for a windows and doors manufacturer so it is required of me to have a form where:
1- the user enters the size of the window for example 1200mm x 1400mm
the program should draw an empty rectangle
2- the user clicks on the frame buttton on the form then clicks inside the rectangle
the program should draw another rectangle inside offset by 50 mm
3- the user clicks on the sash button on the form then clicks inside the rectangle
the program should draw a sash inside etc..
something like in the pictures on this site:
Afterwards, I should be able to get the measurements of each profile and give them the cutting measurements.
it is very detailed, but I want to know whether this is feasible or not? if yes, to guide me where to start.
Thanks and regards,