Hi
Is there a way to select all alignments and profiles in a file and then use them the same way if I select each alignment individually?
My task is to use dynamo to select all alignment in a file and their profiles, and then create 3D text using Camber package. It work fine when I use the graph in the bottom .dyn file that select alignment in drop down menu and I write the profile name manually but when I try to use the setup in the upper graph the coordinate system doesn’t recognize more than one station for the profile.
My question is if there is a way to convert the list of Alignments and Profiles so that I can use them with the nodes the same way as I do with only one alignment selected or do I need to think from another direction?
Best regards,
Patrick
Alignments.dwg (2.2 MB)
cdh_Station3DLabels_splitted.dyn (140.1 KB)
It was no changes, ![:frowning: :frowning:](https://emoji.discourse-cdn.com/twitter/frowning.png?v=10)
It seems like when I select several profiles the CoordinateSystem node can’t create separate lists for each profile. Instead only first station value get 3Dtext.
@zachri.jensen I only get on 3D text in the beginning of the alignment and when I decide which alignment to set 3D text it works. See the attached .dyn file and attached dwg-file.
cdh_Station3DLabels_splitted - version 2.dyn (243.4 KB)
I managed to select to profile using code block and select the first profile in the list and the result is string in both cases. The issue seems to be that there is two different length of strings. Is there a way to remove blank spaces in the beginning and the end of the string?
Translated the Node to code to save some space
Remember to add a space after “=” at the first row. Hard to see but it make sence
Btw, thanks for the 3D-text node from Camber package @zachri.jensen
2 Likes
You got it, Patrick. Glad it worked for you.
1 Like
Dear @patrick.ericson can I use this script for 2024 Civil3D? and what packages do I need? Im new in this dynamo world.
Hi @will.hermoza
Yes, you should be able to do so.
I always recommend user for 2024 and earlier versions to install the “Holy trinity” of Dynamo packages, Arkance, Camber and Civil 3D Toolkit
Would you teach me how to do this? Please!
Thanks in advance
Hi Will
Sorry, I don’t have that possibility.
Please start with the dynamo primer https://primer2.dynamobim.org and then begin on a low level of what you want to achieve
If you have any questions, create a new thread and upload what you have done and then the community will try to help you to continue
2 Likes