TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Dilan on August 12, 2019, 01:43:56 AM

Title: Create COGO POINT using Lisp
Post by: Dilan on August 12, 2019, 01:43:56 AM
Hello everyone.
I have a list of point coordinates, for example:
Code: [Select]
("p_1" 2600.23 1132.53 5.832)Where "p_1" - This is the point number
2600.23 - This is the coordinate X
1132.53 - This is the coordinate Y
5.832 - This is the coordinate Z

I am looking for a way to create COGO POINT in Civil 3d using LISP.
Thanks to everyone who will help with advice.

Solution found: https://forums.autodesk.com/t5/civil-3d-customization/create-cogo-point-using-lisp/m-p/8961306#M16945 (https://forums.autodesk.com/t5/civil-3d-customization/create-cogo-point-using-lisp/m-p/8961306#M16945)