We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-10-20 04:15 AM - last edited on 2024-05-31 12:07 PM by Doreena Deng
blnForce = true;
err = ACAPI_Element_RefreshElement( &element.header, &blnForce);
//It worked on AC26 but not on AC27
//Please tell me how to deal with it
//note)element is GDL with script
Solved! Go to Solution.
2024-06-26 04:47 PM - edited 2024-06-26 04:48 PM
Hi HKM!
Are you sure the parameter list after placing the element remains inconsistent?
If you place the object on the GUI the parameters of the placed object are different comparing the object placed from the addon with the same default parameters?
If you call the "Run Parameter Script on Placed Library Parts" menu command from the Library Developer menu, the object which is placed from the addon changes?
Tamás
2024-07-05 10:26 AM - edited 2024-07-05 11:38 AM
del
2024-07-05 11:14 AM - edited 2024-07-05 11:39 AM
del
2024-07-05 11:36 AM
I apologize.
The program I created for testing had a bug and was not working properly.
The title problem was solved in Version 27.2.1.
The "EndX", "EndY", and "EndZ" in the program source from the other day were fine in Version 27.2.1.