We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-12-23 08:51 AM - last edited on 2024-09-26 12:17 PM by Doreena Deng
Hi Archicad Community,
I am currently exploring the capabilities of the Archicad Python API, and I have a specific question regarding the retrieval of the redundant views in the Project Map. Is it possible to use the python API to identify and gather information about the views that maybe considered redundant, such as extra sections or elevations that haven't been placed on sheet layouts?
If anyone has experience or insights into this aspect of the Python API, I would greatly appreciate your guidance. Additionally, if there are specific functions or methods within the API that could assist in this task, I'd love to hear about them.
2023-12-23 11:42 AM
If by Redundant, you mean a listing of "unused views"? Graphisoft has a sample Python program on their PyPi site ("unused items in view map") which does exactly that. It returns the name info plus the GUID of the views with which you can get further info.
Graphisoft - Python Sample Code Site