mymesh.implicit.thicken#

mymesh.implicit.thicken(fval, t)[source]#

Thicken an isosurface by offsetting in both directions. The surface is offset in both directions by t/2.

Parameters:
  • fval (scalar or np.ndarray) – Function value(s) to be offset

  • t (scalar) – Thickness value. For a signed distance function, this will correspond to an actual thickness, for other implicit functions, the offset distance depends on the function.

Returns:

thick – Thickened value(s)

Return type:

scalar or np.ndarray