Find the next step in your career as a Graphisoft Certified BIM Manager!

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

Geometry functions for C++ API?

Sam Karli
Enthusiast

Hi,

are there any geometry functions that can be used for addon development?

Like intersecting two lines, getting a center of an arc and so on.

Or should a dev develop all these for themselves?

 

thx

GDL/Python/C++ dev
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
akomporday
Graphisoft
Graphisoft

Hi Sam,

There is a Geometry module in the API DevKit which you can use (see Support\Modules\Geometry folder).

View solution in original post

2 REPLIES 2
Solution
akomporday
Graphisoft
Graphisoft

Hi Sam,

There is a Geometry module in the API DevKit which you can use (see Support\Modules\Geometry folder).

Sam Karli
Enthusiast

Thanks.

GDL/Python/C++ dev