Cogo Points on Grid

Hi everyone.

I am trying to create a python node that creates cogopoints in a grid like the point creation tool does.
image

I tried having a look at the .net api but didn’t manage to find that option
Am i missing something and someone can direct me to the correct api link or do i just have to create the function from scratch (What’s obviously possible but i prefer not to if there is already an api solution i can use)

Thanks in advance for any help.

The grid function in Civil 3D is using single spot elevations internally, so not all functionality is directly found in the API.

You can create a grid yourself and request single spot elevations. Or use the Arkance Systems Node Library to find points on a Surface in a grid:

image

The node returns points but they are easily converted to Cogo Points.

4 Likes

Thank you so much, that did the trick.

1 Like