enable_rigid_flex#
- Hfss3dLayout.enable_rigid_flex() bool#
Turn on or off the rigid flex of a board with bending if available.
This function is the same for both turning on and off rigid flex.
- Returns:
- bool
Trueif rigid flex is turned off,False`if rigid flex is turned off. In non-graphical,Trueis always returned due to a bug in the native API.
Examples
>>> from ansys.aedt.core import Hfss3dLayout >>> hfss3d = Hfss3dLayout() >>> hfss3d.enable_rigid_flex()