I’m new on the forum and it’s my third day discovering the magic of Dynamo!
I am very enthusiastic about how efficient and time-saving Dynamo is for repetitive tasks.
An example of this is I’m looking for a way to number our electrical components based on which circuit they are in.
just an example:
3 sockets in circuit 1
3 sockets in circuit 2
5 outlets in circuit 3
then the numbering of the components should look like this:
for Circuit 1:
1.1
1.2
1.3
for Circuit 2
2.1
2.2
2.3
for circuit 3
3.1
3.2
3.3
3.4
3.5
I was able to set this up with information from other forum topics. but it’s not what it should be yet.
My attempt will probably make many laugh because it can probably be many times more efficient, but hey, we all have to start somewhere!
If someone could help me with this I’d be thrilled. If this or something similar has been discussed in another post, my apologies in advance. it is sometimes difficult to search for something if you have not yet mastered the right search terms.
What you have set up so far looks good, but it is not clear what you want it to be.
What is the end result you are loooking for?
If it is writing the data to the Families in example? (Element.SetParameterByName)