zCenter¶ Description¶ Middle on Z axis. Property type¶ Number Access¶ Only Reading Example¶ JS1 2 3 4let cyl = Geom.cylinder(100, 50); let bbox = cyl.boundBox(); let cz = bbox.zCenter; console.info(cz); // output: Outdated zcenter is allowed instead of zCenter. See Also xMax xSize xCenter yMin yMax ySize yCenter zMin zMax xMin zCenter Last update: 14 August 2025, 18:47