License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

Archicad Python API
About automating tasks in Archicad using the Python API.

How to zoom selected element/s without GUID

Anonymous
Not applicable
Hi

My goal is to zoom selected element. I know how to select and zoom with GUID but now I have no GUID. I have to zoom selected element/s.

Thanks in advance.
2 REPLIES 2
stefan
Advisor
The Automate_Functions Devkit example has a method implemented:
Do_ZoomToSelected
--- stefan boeykens --- bim-expert-architect-engineer-musician ---
Archicad28/Revit2024/Rhino8/Solibri/Zoom
MBP2023:14"M2MAX/Sequoia+Win11
Archicad-user since 1998
my Archicad Book
Anonymous
Not applicable
stefan wrote:
The Automate_Functions Devkit example has a method implemented:
Do_ZoomToSelected
Thank you for the response.