MD
Hello,
What is Z coordinate? I sorted functions based on Z coordinate value. But i couldn't understand logic behind it?
BR,
Alex.
Hi,
Z coordinate is the position on Z of an occurrence on a model.
An occurrence with the z-coord = 2 will be drawn in front of an other object with z-coord = 1.
And an occurrence with z-coord = 1 will be drawn behind an other one with z-coord = 2.
You can compare it to the z-order in html css.
Best Regards.