add_from_toolkit#
- Q3d.add_from_toolkit(toolkit: type, draw: bool = False, **kwargs) Any#
Add a new toolkit to the current application.
- Parameters:
- toolkit
Application object from
"ansys.aedt.toolkits".
- Returns:
- Application-created object.
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.add_from_toolkit("Antenna Toolkit")