export_3d_model# Maxwell2d.export_3d_model(file_name='', file_path='', file_format='.step', object_list=None, removed_objects=None, **kwargs)[source]# Export the 3D model. Parameters: file_namestr, optionalName of the file. file_pathstr, optionalPath for the file. file_formatstr, optionalFormat of the file. The default is ".step". object_listlist, optionalList of objects to export. The default is None. removed_objectslist, optionalThe default is None. Returns: boolTrue when successful, False when failed. References >>> oEditor.Export Copy to clipboard