I have been importing CAD details and cleaning them up for Revit. I want to change the text type to one of my text types called “3/32 Arial”
I have tried Setparameter.byname, as well as some custom nodes to change family type. The text note type isnt a parameter instance or type, it is a sytem family type. I have been able to to get the text note type id, but still cant seem to find the right node to change the type. I just want to change all text to the same type, so no need to filter out anything.
Check out the “ElementType.Duplicate” node from Clockwork. Once you generate the new types, you can set their specific type parameters with the “Element.SetParameterByName” node. Good Luck!
“Elements.FilterByName” is a custom node from @Andreas_Dieckmann clockwork package. You need to search the package and install it from online package search in Dynamo.
I am trying to create a graph that will only take a particular text family type and make it uppercase. I’m sure I am not the first one to try this, but I can’t seem to actually make the desired family type uppercase once I have filtered my selection. Can anyone help me with which node I need to go with next? Thank you all for reading.