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.
Thank you.I success [CreateLayer]My ArchiCAD is not DEMO version.I think
on our result.My Error Reason is that [Create Layer] is on Constructor
in Global Variables.CreateLayer() move to oter function from
Constructor.===== Addon.cppclass MainData {pu...