splinepy.io.cats.export#
- splinepy.io.cats.export(fname, spline_list, indent=True, make_rational=True)[source]#
Save spline as .xml.
- Parameters:
fname (str) – Export file name
multipatch (Multipatch / list) – Splines to be exported
indent (bool) – Option for pretty printing
make_rational (bool) – (default True) export everything as nurbs (discard weights)
- Return type:
None