Show Value in Revit

Hello,

I created a small piece of dynamo script, and it worked.
I select a few pieces of pipe and want to know the total length of it.
However, I don’t get my answer back in revit.
I use Dyno to role out my script, but i don’t see my answer.
I called the last (watch) node “Opsomming” which means summery. but Dyno in revit shows “opsomming” says “None”
Could someone help me solve this hopefully simple problem?

You Need to ‘Write’ this Information back into Revit.

Not sure where or how you want to do that. Maybe it is a piece of text with a time stamp?
Perhaps it is written into a global parameter? (Not sure if that is possible.)

How do you want to represent/store this data in Revit?

Or could this be written to excel?

I’m not working with MEP (haustechnik) in Revit, but I think this could probably be accomplished using standard Revit schedules.

@j.heijtink Look at the post below. You could create a pop up window showing the length to the user.

Expecting more precised answer . as mentioned , I need to see the cumilative value in revit as a popup or a text else I need to add a parameter on revit and fill it in …

Hello and welcome…great to read what you need ! dont expect people do it for you without you show what you had tried…good luck…

I utilize the Math.Sum on conduits to get their total lengths

Our friend John Pierson has a node for that in the Rhythm package “Helpers.UserMessage”
image