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.modules.solve_setup import Setup3DLayout
>>> obj = Setup3DLayout()
>>> obj.create()