Schedule Pipe by Level

Hello, I’m trying to figure out how create a Dynamo script to get revit pipe by level and return them to “Comments” in order to schedule them. Im using Revit 2018.3 and dynamo 2.0.2.6833. Any help will be greatly appreciated.

Hi @jes.gonzalez,

The value in “Comments” must be a string.
You can obtain the level name of the level element with Element.Name node.

2 Likes

Worked like a charm!!! Thank you!

You’re welcome. :grinning:
You can mark the topic as solved.

One more question, if i wanted to delete the comments how would i do that? Thank you again for the help.

Like this :