Civil 3D CogoPoints label automation

Hello everyone,

I am working on a Dynamo graph for Civil 3D CogoPoints label automation, where the goal is to automatically reposition labels to avoid overlap using a smart directional logic.

what does the error message say on the nodes to the right?

Hi @patrick.ericson , here is what message says and if we have a look on help panel it said node need at first a range of number and for index choose a number of them, but how we can adjust it while our source coming is lists.

oki, is it possible for you to take some screenshot from the list under the nodes? It seems like there are some issues with the nesting of the lists in the nodes.

her are some screenshots showing results from nodes

The issue is that you add a couple of booleans in to the “List.GetItemAtIndex” node. Try to do like this instead.

But then I should recommend you to think about another solution then List.GetItemAtIndex, because the Label location ask for a coordinate (point) not a distance.