nishida_jp
Booster
since ‎2024-05-21
3 weeks ago

User Statistics

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

User activity

In the ArchiCAD 27 C++ API, the following function returns nullptr for some reason:[cpp]DG::Dialog *dlg = DG::GetDialogFromId(dialID);How can I correctly obtain a pointer to the DG::Dialog class from dialID using this function?
When handling large amounts of data with Archicad's C++ API, the processing time is too long. What techniques can be used to process data more quickly?For example, is multitasking possible? Please share any effective methods.
In ArchiCAD 27, right-clicking allows you to "hide selected components," but how can I achieve the same thing using the ArchiCAD 27 C++ API?
How to change the edge settings (line color and thickness) of a 3D(Model) slab in ArchiCAD 27 using the C++ API
ArchiCAD27APIC++/Win11From now on, answer only with existing commands.What is the C++ command to perform ArchiCAD's menu 'View' → 'Update' → 'Rebuild?