export_mesh_stats# Icepak.export_mesh_stats(setup_name, variation_string='', mesh_path=None)[source]# Export mesh statistics to a file. Parameters: setup_namestrSetup name. variation_stringstr, optionalVariation list. The default is "". mesh_pathstr, optionalFull path to the mesh statistics file. The default is None, in which caswe the working directory is used. Returns: strFile path. References >>> oDesign.ExportMeshStats Copy to clipboard