splinepy.helpme.extract.spline#
- splinepy.helpme.extract.spline(spline, para_dim, split_plane)[source]#
Extract a sub spline from a given representation.
- Parameters:
spline (Spline / Multipatch) – (self-argument if called via extract member of a spline)
para_dim (int) – parametric dimension to be extracted
split_plane (float / tuple<float, float>) – interval or value in parametric space to be extracted from the spline representation
- Return type:
spline