export#

Surface.export(file_obj: str = 'output.glb', file_type: str = 'glb')[source]#

This function uses the export function from trimesh

Parameters:
  • file_obj (str, optional) – The default is ‘output.glb’.

  • file_type (str, optional) – The default is ‘glb’.

Return type:

None