nishida_jp
Participant
since ‎2024-05-21
a week ago

User Statistics

  • 20 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

I am using it with ArchiCAD27/Win10.within one slabPlace one column and one beam, with the column protruding from the slab.In order to reduce the volume of columns and beams within these slabs,In a solid operation, I specified the target as a slab an...
Bounds cannot be obtained. ArchiCAD27/Win10I am creating an add-on with VisualStudioC++2019. When I place one column and one beam and try to obtain the bounds for each, the following values ​​are returned: xMin = 1.0 yMin = 1.0 zMin = 1.0 xMax = -1.0...
I program C++/Add-on in ArchiCAD27 / Visual StudioC++2019 / Windows 10.I try UserControl(Pen Type) in ListBox.But can't put user control into a listbox,How to put a user control into a listbox? 1)grc /* [11] */ MultiSelList 21 72 903 356 LargePlain P...
I am programming a c++ add-on using ArchiCAD27API + Visual Studio 2019 + Windows 10.When I press the Enter key or ESC key in the Modai Dialog, the dialog closes.Please tell me how to stop it from closing
visual studio c++2017Archi27 API Programing struct GlovalValues; static GSErrCode MenuCommandHandler (const API_MenuParams *menuParams){switch (menuParams->menuItemRef.menuResID) {case ID_ADDON_MENU01: // addon programing By globalValues break;return...