Hello.
In Autocad Civil 3D 2018, I start creating some parcels. Every corner of every parcel is numbered with cogo points. Those points are identified with number, code, etc., and most important for me, coordinates. I want to make a routine in VBA, Lisp or AutoLisp that can do the folowing operations:
- ask for click on one parcel;
- search for points that are on corner of parcel;
- list cogo points with arguments : point number, X, Y in a file or mtext object.
Another routine: make automatic settings on cogo points and parcels.
I started learning VBA and Lisp, but it's gona take a while and the life is short.
Thx.