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

Get point on an object

Andor Kocsis
Contributor

I would ask the user to mark a point on a roof or something, somewhere y-x-z (or whatever form a point on am object described). I found the API function, but will be better to see it in action in a working example project (the documentation ain't no really detailed).

 

Is there an example project with such a feature?

 

Thx,

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Akos Somorjai
Graphisoft
Graphisoft

Hi Andor,

 

Please take a look at the Do_InputAPoint() function in Interface_Functions.cpp in the development kit.

 

Best, Ákos

View solution in original post

1 REPLY 1
Solution
Akos Somorjai
Graphisoft
Graphisoft

Hi Andor,

 

Please take a look at the Do_InputAPoint() function in Interface_Functions.cpp in the development kit.

 

Best, Ákos