show_extent#
- Hfss3dLayout.show_extent(show=True)#
Show or hide extent in a HFSS3dLayout design.
- Parameters:
- showbool,
optional Whether to show or not the extent. The default value is
True.
- showbool,
- Returns:
- bool
Trueis successful,Falseif it fails.
>>> :obj:`oEditor.SetHfssExtentsVisible` ..
Examples
>>> from ansys.aedt.core import Hfss3dLayout >>> h3d = Hfss3dLayout() >>> h3d.show_extent(show=True)