Coil#
- class ansys.aedt.core.modeler.advanced_cad.coil.Coil(app, is_vertical: bool = True)#
Class to create coils in AEDT.
- Parameters:
- app:
An AEDT application object.
- is_verticalbool,
optional Whether the coil is vertical or flat. The default is
True.
Examples
>>> from ansys.aedt.core.modeler.advanced_cad.coil import Coil >>> obj = Coil()
Methods
Create the path for a flat coil.
Coil.create_sweep_profile(polyline)Create the profile to sweep along the coil path and perform the sweep operation.
Create the path for a vertical coil.
Attributes
Shortcut for dir(self).