Hello!
Currently I have been developing some scripts to perform routine tasks at my work, but I am having difficulty completing a certain script.
The script I’ve been trying to complete has the following function:
Based on data from an excel spreadsheet (alignment name, “Station Offset” name, kilometer
and offset) I add different “Alignment Station Offset Label Styles” along the alignment.
From this, I am not finding a Node that reads the output data from the “Dictionary.ValueAtKey” node and uses this input data for the “AlignmentStationOffsetLabel.ByStationOffset” node.
I managed to solve the problem using a node that allows me to insert a type of “Alignment Station Offset Label Styles” each time (each run), but it generates more processes and execution time. I am providing the image of the routine and highlighted the nodes that I mentioned in the text above.
Note: I am using some nodes from the Camber package.
Thanks!