Author Topic: Create COGO POINT using Lisp  (Read 1929 times)

0 Members and 1 Guest are viewing this topic.

Dilan

  • Newt
  • Posts: 23
Create COGO POINT using Lisp
« 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
« Last Edit: August 12, 2019, 05:25:15 PM by Dilan »