In GH, middle-click a component and we can select “zoom” from the context menu to zoom to the geometry contained in the current component.
May I ask if there is a GH plugin that can “zoom” to a list of objects with a click of a button?
Thanks.
In GH, middle-click a component and we can select “zoom” from the context menu to zoom to the geometry contained in the current component.
May I ask if there is a GH plugin that can “zoom” to a list of objects with a click of a button?
Thanks.
Here’s a native GHPython solution:
froGH has exactly a “Zoom to object” component. You can try the attached file (after installing froGH):
Zoom to object.gh (27.4 KB)
You can also check the example files from the GitHub page.
Parakeet has a zoom to point component as well