We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-04-08 08:41 AM
Hi there,
I'm trying to use a parameter which depends on the project altitude for a manhole.
So the Entry Parameter would be E.
E1 is the height to project 0.00
E2 is the same height but in reference to project altitude.
Reason being that I'm combining several sewerplan's from the past 40 years into one plan. They all have different project elevations.
For example elevation is 1000m
if
E1 = -10
E2 = 990
So
E1 = -GLOB_ELEVATION
E2 = GLOB_PROJECT_ALTITUDE -GLOB_ELEVATION
Now my problem is that GLOB_PROJECT_ALTITUDE seemingly can't be used to influence parameter values.
Is there a way around this?
Solved! Go to Solution.
2022-04-08 08:53 AM
GLOB_PROJECT_ALTITUDE can not be used in the parameter (master) scripts.
So you can't set a parameter from it.
But you can use it in the 2D script.
Barry.
2022-04-11 08:53 AM - edited 2022-04-14 11:27 AM
Add a Request Reference_Level_Data to get your sea level reference?
Lingwisyer wrote:Could you Request Story_Info to get your story elevation then add it to ZZYZX?
Arnaut_2604 wrote:
This would only give me the elevation in relation to the project to altitude unfortunetly.
Ling.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2022-04-08 08:53 AM
GLOB_PROJECT_ALTITUDE can not be used in the parameter (master) scripts.
So you can't set a parameter from it.
But you can use it in the 2D script.
Barry.
2022-04-08 09:30 AM
Thanks for the quick reply Barry.
I guess there's no work around for this?
2022-04-08 09:54 AM
Could you Request Story_Info to get your story elevation then add it to ZZYZX?
Ling.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2022-04-08 10:06 AM
This would only give me the elevation in relation to the project to altitude unfortunetly.
2022-04-11 08:53 AM - edited 2022-04-14 11:27 AM
Add a Request Reference_Level_Data to get your sea level reference?
Lingwisyer wrote:Could you Request Story_Info to get your story elevation then add it to ZZYZX?
Arnaut_2604 wrote:
This would only give me the elevation in relation to the project to altitude unfortunetly.
Ling.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2022-04-14 08:05 AM
I hadn't thought of that actually. Works brilliantly! Thanks so much