Viewport Creation from selected callout

I would like to select a callout (plan, elevation, section) on a sheeted view, then have that view placed on the sheet. How do I get the ‘view’ from a selected callout? I feel like I’m missing a node.


Bumping this up—is this not possible?

You’re not selecting a View, you’re selecting something that is referring to a view, so you would need to ask the reference for it’s view.

Use Snoop or a Element.parameters Node to do some research about what properties the View Reference has and how they are called. Then you can decide what Nodes/Functions you need to ask for those properties.

Thanks, Bjorn. That helps. I couldn’t find a parameter that would work, but I did discover the view by name node.

What is Snoop?