create#

Setup3DLayout.create() bool#

Add a new setup based on class settings in AEDT.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.Add

Examples

>>> from ansys.aedt.core import Hfss3dLayout
>>> app = Hfss3dLayout()
>>> setup = app.create_setup()