License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2021-09-02
08:57 AM
- last edited on
2021-09-14
08:28 AM
by
Noemi Balogh
Please correct the GDL Reference Guide; GLOB_CUTPLANES_INFO[1] returns the zzyzx minus the cutplane height, not the cutplane height itself.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2021-09-02 10:47 AM - edited 2021-09-02 10:48 AM
Agreed.
Did a small object that shows the FPCP height in floor plane, i resolve this issue by adding the object elevation - GLOB_CUTPLANES_INFO[1] + GLOB_ELEVATION
2021-09-02 11:11 AM
Use + GLOB_CSTORY_ELEV - GLOB_HSTORY_ELEV. This will give you the height from the FPCP of your current story, rather than is being static to the objects zzyzx value.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2021-09-02 11:23 AM
It`s working okay, i used it to display the FPCP value of a floorplan, so its need to be a static value that is not influenced by the objects elevation (object is just there to show the value in floorplan- like a label). Adding them together made it work properly, but i will do some test with your suggestion.
2021-09-15 01:36 PM
You meant the object's placement height? ZZYZX is the object's height, that is not related to it.
The placement height is the origin of GDL objects, GLOB_CUTPLANES_INFO is relative to that.