How to find a contour for a specified point using Autocad COM API?

68 views Asked by At

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.

example

I am working in python, so please suggest your solutions using pyautocad, win32com.client or comtypes.

0

There are 0 answers