cutZ

open fun cutZ(toCut: Shape3d, z: Double): Shape3d

Takes shape toCut and removes it from this shape (using difference). toCut is moved along the Z axis by z units.

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


open fun cutZ(toCut: Shape3d, z: Double, alignment: Double): Shape3d

Takes shape toCut and removes it from this shape (using difference). toCut is moved along the Z axis by z units, and also by toCut.size.x * alignment.

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