Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2018-12-03
08:10 AM
- last edited on
2022-10-04
04:50 PM
by
Daniel Kassai
2018-12-03 04:13 PM
2018-12-03 07:41 PM
2018-12-03 10:55 PM
2018-12-04 10:38 AM
2018-12-04 02:22 PM
2018-12-04 05:38 PM
Tsepov wrote:Could you please give an example for dResult?
It's not very good(.
I am asked to read Schedule for use in C ++ scripts in ARCHICAD (LabPP_Automat).
Otherwise, users have to do monkey work - to collect data twice - in Schedules and in the script.
It would be great if they get into the program right away, like:
int main ()
{
double dResult1, dResult2;
ac_request ("get_schedule_result", "My Schedule1", dResult1);
ac_request ("get_schedule_result", "My Schedule2", dResult2);
dResult3 = dResult1 + dResult2 ...
cout << dResult3;
...
}
2018-12-04 08:44 PM
2018-12-18 06:27 AM
2018-12-18 07:16 AM