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

U3D Export

Anonymous
Not applicable
Hello,
I'm trying to export a .u3d file by code. I thought about using an ACAPI_CommandCall.
Is that the right way?
If so- what is the mdid of the add-on, and what is the cmdID for the function?

If not- how could i do it?

Thanks a lot!!

Ido
3 REPLIES 3
Anonymous
Not applicable
Would love to know how to use it too
leilei
Enthusiast
You can read the geometric information and texture and attribute information of ARCHICAD,and call the file export interface of U3D API.I export other formats in this way.
Akos Somorjai
Graphisoft
Graphisoft
Hi,

At the moment the U3D add-on doesn't export any commands, so even if you'd know its MDID, you don't have anything to call. How critical is this for you?

Best, Akos