nguyenvanphong
Participant
since ‎2022-06-15
‎2023-05-15

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

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_NeigTo...
How to add face reference of wall to dimension in Archicad API. I attach a file C++, please help me! thanks