Views on Sheets

Is there anything that identifies if a view is already placed on a sheet?

 

Thanks,

It’s pretty easy to get this info using the “GetParameterValueByName” and checking to see if the Sheet Name parameter is “” (empty). See image.

 

Can we do it for multiple views all views in document so output will be list?

Yes, if you use Clockwork’s “Documents.Views” node, you can get all the views. After we’ve filtered the views with no sheet name, we need to filter the sheets themselves out of the list (for some reason, Revit treats Sheets as Views). I used Clockwork’s View.Type node. See attached image.

Just gave it a shot…

File: ViewsOnSheet.dyn

20160216-5

1 Like