yMax¶ Description¶ Maximum value along the Y-axis. Property type¶ Number Access¶ Read-Only Example¶ 1 2 3 4let cyl = Geom.cylinder(100, 50) let bbox = cyl.boundBox() let my = bbox.yMax console.info(my) // output: Outdated It is allowed to use ymax instead of yMax. See also xMax xSize xCenter yMin yMax ySize yCenter zMin zMax xMin zCenter Last update: 14 August 2025, 18:47