set_meshing_settings#
- Hfss3dLayout.set_meshing_settings(mesh_method: str = 'Phi', enable_intersections_check: bool | None = True, use_alternative_fallback: bool | None = True) bool#
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.
- mesh_method
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oDesign.DesignOptions