My task is to find a contour (closed area) by specifying a point in a coordinate system.
Similar functionality is performed by the _-BOUNDARY command in Autocad, but interacting with the command interface is a slow solution when working with large data.
So I want to use Autocad's COM API (i.e. Autocad's object model), but I don't know what methods I can use to do this.
I am working in python, so please suggest your solutions using pyautocad, win32com.client or comtypes.
