cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

Archicad C++ API
About Archicad add-on development using the C++ API.

How to get site gross area using ArchiCAD API?

Tran Thanh Lo
Booster

Hi everybody,

Do you know how to get site gross area in ArchiCAD using API?

(Image is attached below)

If you know, please help me

Thank you very much

 

received_1477693509735174.png

3 REPLIES 3

Hi!

Unfortunately, I don't think that's possible.

 

You can get the Project Details further up in the Project Info dialog with ACAPI_ProjectSetting_GetProjectNotes in AC27.

(for <=AC26 similarly with ACAPI_Environment (APIEnv_GetProjectNotesID, &noteInfo))

But I couldn't find anything for the Site Details.

 

Bernd Schwarzenbacher - Archicad Add-On Developer - Get Add-Ons & Archicad Tips on my Website: Archi-XT.com
Miha Nahtigal
Advocate

This should be possible (I've noticed that some of the addons are adding/changing project properties). 

 

BIMquants.comBETA - Quantities and Costs Estimation with Live Archicad Link

Good hint @Miha Nahtigal! With that info I was able to find something 😉

It's together with the AutoText stuff. Check out ACAPI_AutoText_GetAutoTexts.

Bernd Schwarzenbacher - Archicad Add-On Developer - Get Add-Ons & Archicad Tips on my Website: Archi-XT.com