splinepy.helpme.ffd.FFD.show#
- FFD.show(**kwargs)[source]#
Visualize. Shows the deformed mesh and the current spline. Currently visualization is limited to vedo.
- Parameters:
title (str) – Title of the vedo window. Defaults to “gustaf - FFD”.
return_showable (bool) – If true returns a dict of the showable items. Defaults to False.
return_gustaf (bool) – Return dict of gustaf discrete objects, for example, {Vertices, Edges, Faces}, instead of opening a window. Defaults to False.
kwargs (Any) – Arbitrary keyword arguments. These are passed onto the vedo functions. Please be aware, that no checking of these are performed in this function.
- Returns:
Returns, if applicable, the vedo plotter. ‘close=False’ as argument to get the plotter.
- Return type:
Any