BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Archicad C++ API
About Archicad add-on development using the C++ API.

create add on

Anonymous
Not applicable
Hi,

I am quietly new on this platform. I need help to create custom add-on for Archicad, where should I start?
Is there anyone who can give some tips?

Thanks...
10 REPLIES 10
Hello mustafaakgure,


It would be very helpful to explain your project to us in order to motivate us to support you in your work.
Christophe - FRANCE
Archicad Designer and Teacher
Archicad 15 to 27 FRA FULL

OS 11.6 Big Sur - MacBook Pro 2017 - 16Go RAM
"Quality is never an accident ; it's always the result of an intelligent effort" John Ruskin
Anonymous
Not applicable
For instance, I need to calculate the sunlight amount of the room according to room size. If it doesn't fit the standards, I need the show information message. The point is that I need your help, how I can create an add-on or goodies and load it to ArchiCad. Finding documents about it on the internet seems impossible . I don't know where I should start. Is there anything that you can share?
Anonymous
Not applicable
Hi,
You can find information about API here.
You can also ask for help on the Developer Forum session.
Hope that helps.
poco2013
Mentor
FYI:
If all your interested in, is the calculation of minimum compliance with the minimum window area for a Room/Zone. I would just use a expression property with the zone(s).

Much simpler and no registration required.

If you need to calculate the daylight factor, many regulators will accept a simplified formula of:

DF = 0.1 * (window area/room area (zone)) * 100 usually greater than 2%. Also can be calculated on a zone basis with a expression property.

You could also create a pass/fail property for each zone using a expression property.
Gerry

Windows 11 - Visual Studio 2022; ArchiCAD 27
Ralph Wessel
Mentor
Click the item ARCHICAD API under the Useful links menu above (which should take you to http://archicadapi.graphisoft.com/)

You will need to sign in with your GRAPHISOFT ID and then register as an API developer. The API dev-kit and documentation is available from that site.
Ralph Wessel BArch
Anonymous
Not applicable
ok guys, thanks for replying the question. But I need to get some extra documents that I can find in another sites except from arcihad, bim official websites. Something like video or code samples.
Ralph Wessel
Mentor
The GRAPHISOFT developer site includes example projects and code. I don't think you'll find videos anywhere.
Ralph Wessel BArch
Anonymous
Not applicable
How can access them(source codes)? I couldn't find them.
Ralph Wessel
Mentor
All example projects and source code are bundled with the API Development Kit.
Ralph Wessel BArch
Learn and get certified!