splinepy.helpme.extract.volumes#

splinepy.helpme.extract.volumes(spline, resolution, watertight=False)[source]#

Extract volumes from spline. Valid iff spline.para_dim == 3.

Parameters:
  • spline (Spline / Multipatch) – (self-argument if called via extract member of a spline)

  • resolution (int or list) – Sample resolution

  • watertight (bool) – Return watertight mesh

Returns:

volumes

Return type:

Volumes