thanh
Booster
since ‎2023-08-01
13 hours ago

User Statistics

  • 35 Posts
  • 0 Solutions
  • 7 Likes given
  • 5 Likes received

User activity

Hello everyone, I'm trying to create Fills based on zone points. Everything is okay with the code below when I get the zone points and create Fill according to those points: list* points = GetPointsInElement(eleZone, eleZone.zone.poly); //-----------...
Hi guys, I created a view using: ACAPI_Navigator(APINavigator_NewNavigatorViewID, &saveItem, &saveView, NULL); and created a folder using: ACAPI_Navigator(APINavigator_NewNavigatorViewID, &folderItem, NULL, NULL); Can you let me know how to place a c...
Hello everyone, I'm new to using Grasshopper ArchiCAD connection, can I ask everyone a question? I have created a GH file (create some columns and beams in ArchiCAD, as shown below) that can be used with Grasshopper Player. Now I just want to use Gra...
Hi guys, Can you help me with this? I created a worksheet like this: // Create WorkSheet API_DatabaseInfo dbInfo = {}; dbInfo.typeID = APIWind_WorksheetID; GS::snuprintf(dbInfo.name, sizeof(dbInfo.name), viewName.ToUStr().Get()); //GS::snuprintf(dbIn...
Hello everyone, Do you know how to create a folder in View Map ( like the picture below) in ArchiCAD API C++?Can you help me do it?Thanks in advance
Likes received