update#

Setup3DLayout.update(properties: dict = None) bool#

Update the setup based on the class arguments or a dictionary.

Parameters:
propertiesdict, optional

Dictionary of settings to apply.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.Edit

Examples

>>> from ansys.aedt.core.modules.solve_setup import Setup3DLayout
>>> obj = Setup3DLayout()
>>> obj.update(properties={"Name": "Value"})