Choose your top Archicad wishes!

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

How to export an IFC with automation

Doreena Deng
Graphisoft
Graphisoft

Hi, I would like to know how i can export an IFC with automation?

(This question is forwarded here for a client)

Doreena Deng

Product Management Trainee

1 REPLY 1
LChen
Graphisoft
Graphisoft

Hi,

There is an example code in API27 Dev Kit you can refer. Here is the C++ file and function name.

Automate_Functions.cpp, Do_Save_IfcFile()

 

HTH.