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

New to ArchiCad API

Anonymous
Not applicable
Hello Everyone,

I am a very experienced programmer who is new to developing for ArchiCAD. I would like to produce an ArchiCAD add-on. Is there a good tutorial which explains the process?

Thank you!
2 REPLIES 2
GAG
Advocate
I highly recommend you to study Examples provided with DevKit
(\DevKit\Examples\)

Docs:
API White Paper
\DevKit\Documentation\HTML\APIDevKit\APIDevKit.html

API Style Guide
\DevKit\Documentation\HTML\APIStyleGuide\APIStyleGuide.html
George
Anonymous
Not applicable
Thanks, I'll check those out!