splinepy.helpme.extract.edges#

splinepy.helpme.extract.edges(spline, resolution=100, all_knots=True)[source]#

Extract edges (lines) from a given spline, or multipatch object. Only entity you can extract without dimension limit.

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

  • resolution (int or list) – samples per parametric dimension

  • all_knots (bool) – Switch to allow all knot-line extraction or just contour (para_dim>0)

Returns:

edges

Return type:

Edges