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

Coord3d.h is missing from the AC28 API

pkinnane
Participant

As per the subject.  Can Graphisoft resolve this issue please?  Coord3d.h is in the AC27 SDK.

 

Thanks

 

Paul

2 REPLIES 2
LChen
Graphisoft
Graphisoft

Hi,

Please try to use the following code instead of #include "Coord3d.h".

#include "Vector3D.hpp"
 
HTH
pkinnane
Participant

That works - thank you.

 

Paul

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!