basepointdesignz
Programmer
Hi again,
What's the best way to code the GetPoint function so that the user can select a random number of points in turn on screen and then when finished all those will be passed to array?
The main aim of this is to obtain the internal area of a room/building - the program will take these points, create a polyline from them, obtain the area calculation, then delete the polyline. Then the answer can be inserted as text in the centre of the room. I need the user to be able to select all points required (which could be 4, 8, 11 whatever). This should all happens while the Acad screen is still in focus the when the user has select all necessary points, focus return to the form.
The points should be passed to an array for the points list. I know how to use the GetPoint function but how do obtain multiple random points?
Any help would be greeted with a large grin and thanks..
Renegade..
What's the best way to code the GetPoint function so that the user can select a random number of points in turn on screen and then when finished all those will be passed to array?
The main aim of this is to obtain the internal area of a room/building - the program will take these points, create a polyline from them, obtain the area calculation, then delete the polyline. Then the answer can be inserted as text in the centre of the room. I need the user to be able to select all points required (which could be 4, 8, 11 whatever). This should all happens while the Acad screen is still in focus the when the user has select all necessary points, focus return to the form.
The points should be passed to an array for the points list. I know how to use the GetPoint function but how do obtain multiple random points?
Any help would be greeted with a large grin and thanks..
Renegade..