export_mesh_stats#
- Q3d.export_mesh_stats(setup, variations='', mesh_path=None, setup_type='CG')[source]#
Export mesh statistics to a file.
- Parameters:
- setup
str
Setup name.
- variations
str
,optional
Variation list. The default is
""
.- mesh_path
str
,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:
str
File path.
References
>>> oDesign.ExportMeshStats