export_mesh_stats#
- Q2d.export_mesh_stats(setup, variations='', output_file=None, setup_type='CG')#
Export mesh statistics to a file.
- Parameters:
- setup
str Setup name.
- variations
str,optional Variation list. The default is
"".- output_file
strorpathlib.Path,optional Full path to the mesh statistics file. The default is
None, in which case the working directory is used.- setup_type
str,optional Setup type in Q3D. Options are
"CG","AC RL", and"DC RL". The default is"CG".
- setup
- Returns:
strFile path.
References
>>> oDesign.ExportMeshStats