I am trying to change from lower to upper all the Views Name in a project. It seems that is not working. If you used this custom node and can help me would be great
I also have a problem to change from upper to lower, I use the same custom node from Rhythm but I can’t get my head around this …I cant make it work.
To change text note value to all upper case just use “get all elements of category” node and feed it TextNotes category. Then use an archi-lab package to get a built in parameter called TEXT_TEXT. Use upper case node in dynamo to convert all text values to upper case and feed the result back to set built in barameter that can also be found in archi-lab package.
Sorry to bump an old topic, but I didn’t want to create a new one since this is the same topic. I’m new to dynamo but have been able to create some of my own, sequences (? I don’t know what to call them). I have used Marcello’s instruction, from AU 2015, to successfully change case on certain types of views (plans, sections, and schedules) and even some type parameters (proud of myself for successfully being able to replicate that). So, I’m not totally helpless. But I’ve been at this for about half a day trying to figure out why this wont work with no luck. I tried each of the solutions mentioned in this thread, but was unsuccessful. I’m probably missing something, so a set of more experienced eyes on this would be much appreciated. This is all in Dynamo 1.1.0
I couldn’t try the library that Marcello made for us for his AU 2015 class. I kept getting an error when I tried to import it.
I looked in the Archi_Lab package but couldn’t find the TEXT_TEXT node.
I tried the Clockwork Package but it didn’t work…
I tried the Rhythm Package, both “All Upper” and “TextElement.ToUpper” both didn’t work…
@Kulkul
I ran it and initially got an error says your script was made in 1.1.1.0 but I clicked “proceed anyway”
When I ran it, it didn’t work and the yellow warning indicator said this:
Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed.
Traceback (most recent call last):
File “”, line 4, in
IOError: System.IO.IOException: Could not add reference to assembly ProtoGeometry
at IronPython.Runtime.ClrModule.AddReference(CodeContext context, String name)
at IronPython.Runtime.ClrModule.AddReference(CodeContext context, Object reference)
at IronPython.Runtime.ClrModule.AddReference(CodeContext context, Object references)
at Microsoft.Scripting.Interpreter.ActionCallInstruction2.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3) at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2) at Microsoft.Scripting.Interpreter.DynamicInstruction4.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)
at IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
at Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
at DSIronPython.IronPythonEvaluator.EvaluateIronPythonScript(String code, IList bindingNames, IList bindingValues)
@Konrad_K_Sobon
I recreated what you posted (I misunderstood your earlier post). It didn’t work and I got a warning at the String.ToUpper node…
“Warning: String.ToUpper operation failed.”