set_meshing_settings#
- Hfss3dLayout.set_meshing_settings(mesh_method='Phi', enable_intersections_check=True, use_alternative_fallback=True)[source]#
Define the settings of the mesh.
- Parameters:
- mesh_method
str
Mesh method. The default is
"Phi"
. Options are"Phi"
,"PhiPlus"
, and"Classic"
.- enable_intersections_checkbool,
optional
Whether to enable the alternative mesh intersections checks. The default is
True
.- use_alternative_fallbackbool,
optional
Whether to enable the alternative fall back mesh method. The default is
True
.- Returns
- ——-
- bool
True
when successful,False
when failed.
- mesh_method
References
>>> oDesign.DesignOptions