show_extent#

Hfss3dLayout.show_extent(show=True)[source]#

Show or hide extent in a HFSS3dLayout design.

Parameters:
showbool, optional

Whether to show or not the extent. The default value is True.

Returns:
bool

True is successful, False if it fails.

>>> :obj:`oEditor.SetHfssExtentsVisible`
    ..

Examples

>>> from pyaedt import Hfss3dLayout
>>> h3d = Hfss3dLayout()
>>> h3d.show_extent(show=True)