splinepy.helpme.extract.Extractor.spline#

Extractor.spline(splitting_plane=None, interval=None)[source]#

Extract a spline from a spline.

Use a (number of) splitting planes to extract a subsection from the parametric domain of it.

Parameters:
  • splitting_plane (int or dictionary {int : (float, float)}) – if int : parametric dimension to be extracted if dict : list of splitting planes and ranges to be passed

  • interval (float or tuple<float,float>) – interval or value in parametric space to be extracted from the spline representation

Return type:

spline