cutZRatio

open fun cutZRatio(toCut: Shape3d, zRatio: Double): Shape3d

Takes shape toCut and removes it from this shape (using difference). toCut is moved along the Z axis according to zRatio, which is a ratio of the height of this shape. e.g. a zRatio of 0.5 will move toCut halfway up this object's height.

This is quite specific to cutting Joint objects in the construction module.