cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Leonardo Lopes
Contributor

How to edit window 2D Cross Section Preview?

Hi everyone,

 

I am working on a C++ plugin and I'm trying to automate the modeling of some lines and dimensions directly onto the 2D Preview of window cross-sections within a Schedule.

 

I am having trouble finding a way to access this specific view. From what I’ve explored in the API documentation so far, there doesn't seem to be a direct way to retrieve it.

 

Could anyone guide me on whether it is possible to access, obtain, and modify (specifically drawing lines and adding dimensions to) this 2D preview view via the Archicad API?

 

Thanks in advance for any help!

 

Operating system used: Windows


Image1.pngImage2.pngImage3.png
1 Solution

Accepted Solutions

Hi Leonardo,

 

Unfortunately there is no access to the Interactive Schedule via the API.
I've asked this Graphisoft directly and they confirmed the lack of access.

Notably, the Interactive Schedule is programmed as an Add-On (check the Add-On Manager). There are mechanisms to expose functions of an Add-On to other Add-Ons, but it's more awkward to use. Might be one of many reasons why they haven't supported this yet.

Best regards,
Bernd

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com

Go to post

2 Replies 2

Hi Leonardo,

 

Unfortunately there is no access to the Interactive Schedule via the API.
I've asked this Graphisoft directly and they confirmed the lack of access.

Notably, the Interactive Schedule is programmed as an Add-On (check the Add-On Manager). There are mechanisms to expose functions of an Add-On to other Add-Ons, but it's more awkward to use. Might be one of many reasons why they haven't supported this yet.

Best regards,
Bernd

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com
Leonardo Lopes
Contributor

Hi Bernd,

 

Thank you very much for the response!

 

It's a pity that this functionality isn't available in the API yet, especially since automating these preview details would be a huge time-saver. That insight about the Interactive Schedule being programmed as an Add-On makes a lot of sense as to why it's so restricted.

 

I really hope Graphisoft considers exposing these functions or implementing direct access to it in future API releases.

 

Thanks again for saving me from hours of chasing a dead end!

 

Best regards,

Leonardo

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!