ViewSection.OverrideCropVersion2 Node Error Message

I’m so close to getting this graph working but I’m getting an error because some of the views that I’m feeding into the ViewSection.OverrideCropVersion2 Node are templates (see screenshot for error message). How can I filter out the views that are templates before feeding them into this node?

Note:
Th dyn below actually has two graphs. The one above is working great because I’m limiting the views to elevations.
The one below isn’t working yet because I need a version that uses all views and not just elevations.

Override Interior Elevation Crop Boundaries Lineweight 2018.11.02.dyn (82.7 KB)

Use View.IsViewTemplate+ from clockwork to generate the true/false list for the views.

1 Like

Hi John, thanks for getting back to me so soon. I have one more issue. My views are technically element outputs.
(please see screenshot of the graph) So I’m getting another error. Do you know if an intermediate node for converting view element outputs into view outputs so they can be compatible with the view.isviewtemplate+ node?

.

2 Likes

Yes I did, and the outputs are all false. I think it’s because the inputs are view element outputs and not view outputs. (Please see above) Do you know if an intermediate node for converting view element outputs into view outputs so they can be compatible with the view.isviewtemplate+ clock node that asks for view inputs?

Moreover, if all the view.isviewtemplate+ clock node outputs are false , I shouldn’t be getting the “view is a template…” error message from the view.section.overridecropversion2 node right?

Think we’ll need the dyn and rvt file to help here.

2 Likes

Override Interior Elevation Crop Boundaries Lineweight 2018.11.02.dyn (85.6 KB)