MeshCallBack.__init__

MeshCallBack.__init__(f=None, axis='x')[source]

Initialize a mesh callback from a function or expression.

Parameters:
  • f (callable | str | None, optional) – Scaling function applied to mesh coordinates.

  • axis (str, optional) – Axes passed to the callback among "x", "y", and "z".