BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Archicad C++ API
About Archicad add-on development using the C++ API.

Get coord3D Neig of Column by C++

nguyenvanphong
Participant

I want to get Coord Neig of column.

This is my code  but I cannot get it:

 

API_Neig neig2;
BNZeroMemory(&neig2, sizeof(API_Neig));
neig2.guid = column.header.guid;
neig2.neigID = APINeig_Colu;
neig2.inIndex = 2;
API_Coord3D point2;
ACAPI_Goodies(APIAny_NeigToCoordID, &neig2, &point2);

 

Screenshot 2022-06-28 165316.png

 

 

0 REPLIES 0
Learn and get certified!

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!