Dynamo create placeholder sheets

I don’t believe Revit API can convert sheets to placeholders, but you could do the following:

  • Collect the sheets you want to convert

  • Get all parameters and values

  • Delete the sheets

  • Create placeholders

  • Set all the values you got before

The only custom node you likely need is creation of placeholder sheets, of which you could use my node from Crumple.

This worked for me:

Sheets to placeholders_R26.dyn (33.5 KB)

1 Like

Thanks for confirming Gavin. As much as I like CTC tools I would much rather have a .dyn that can do the lifting. Just in case I lose my access to those tools down the road. Appreciate you.

1 Like