2019-02-13 05:28 PM - last edited on 2022-09-26 10:57 PM by Daniel Kassai
Solved! Go to Solution.
2020-10-02 06:32 PM
The MEP Add-On functions can be accessed through theMEP_m_ConnectionsACL_4macro object.
2020-10-03 08:08 PM
Moonlight wrote:The answer to this one is Right here:
Hi Graphisoft,
Based on How to make a MEP Equipment object? and I quote the first paragraph:
The MEP Add-On functions can be accessed through theMEP_m_ConnectionsACL_4macro object.
It happens that we as users can't find this macro, neither in the Graphisoft Installation folder, nor in the MEP Library ... just as vdentello have pointed out in his thread, MEP CONNECTION WON'T ACTUALLY CONNECT
The surprise it becomes available if you open the Dryer library part and search for it in the scripts.
2020-10-03 08:16 PM
2020-10-15 05:49 PM
Moonlight wrote:Hi, could you write a more detailed example about what the code was trying to do when the update wasn't effective?
For this post issue, it's going to be adding a side/marginal note about Parameter Arrays - Parameter Script - graphical user interface - & n = APPLICATION_QUERY ("parameter_script", "firstoccasion_in_progress", isFirstRun)
The note:
- When working with inter-related parameter arrays that are exposed (or shown in) in the UI that may be updated by adding an index outside the predefined bounds, it is expected that some (or all) the arrays that needs to add a column (or row) may not take effect even when the script is correct.
For those issues, copy the parts of script that updates the parameter arrays to the Master Script.
2020-10-16 11:05 AM
2020-11-04 12:42 PM
2020-11-04 01:07 PM
v = -1 values "p" v, -2 ...or
values "p" 1 * (-1), -2 ....
2020-11-04 01:31 PM
Peter wrote:This bug is there since the dawn of Archicad... At least I've found references to that for version 9 already
This sounds like a bug, values doesn't accept the first value to have a negative operator.
values "p" 0-1, -2 ....
2020-11-04 02:26 PM
values "Param", -1the comma had made it work
values "Param", -1,if you used the "Check Script" in the GDL editror, the editor will not find the last comma as a violation of GDL's grammer.
2020-11-09 05:59 PM
TUBE n, m, mask,
u1, w1, s1,
...
un, wn, sn,
x1, y1, z1, angle1,
...
xm, ym, zm, anglem
V axis: approximates the tangent of the generator curve at the corresponding point.