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-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 |
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-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 |
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.