Function CSGShape.snap

Snap makes the mesh snap to a given distance so that the faces of two meshes can be perfectly aligned. A lower value results in greater precision but may be harder to adjust.

double snap() nothrow @property @nogc;

void snap (
  double v
) nothrow @property @nogc;