sir,
please find file attached, i would like to get top & bottom area in required width ( ie 0m to 13.9 & 13.9 to 22.5) , i am having 300 + drawing, by opening and closing i would get the area
sir,
please find file attached, i would like to get top & bottom area in required width ( ie 0m to 13.9 & 13.9 to 22.5) , i am having 300 + drawing, by opening and closing i would get the area
If you can make a script using lisp or commands at the command line, you can use ScriptPro plug-in to process the batch. Visit the plug-in catalog.
C:> ED WORKING.... ▒
first thankyou for immediate responding, actualy i am using vba for generating the drawing, it would be useful if the program written in VBA Code, and i am not going to select the polylines depending up on the layers program should be selected.
thankyou in advance
Just by looking at the drawing, I can't tell exactly what you want. I suggest you start by writing down how you would identify an area to calculate. Then you can translate that into code. For example, in the drawing I see only 3 areas that with boundaries that could be made with a closed polyline. The geometry on the right is open and so would have to be excluded. Of the 3 that could be calculated, how would you find them? How would you distinguish one from the other? One option is to calculate the area as it is created. Its more difficult if you have areas that are composed of lines crossing each other.
C:> ED WORKING.... ▒