gustaf.show.make_showable#

gustaf.show.make_showable(obj, as_dict=False, **kwargs)[source]#

Generates a vedo obj based on kind attribute from given obj, as well as show_options.

Parameters:
  • obj (gustaf obj)

  • as_dict (bool) – If True, returns vedo objects in a dict. Corresponding main objects will be available with [“main”] key. Else, returns vedo.Assembly object, where all the objects are grouped together.

  • **kwargs (kwargs) – Will try to overwrite applicable items.

Returns:

vedo_obj

Return type:

vedo obj