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

Coil.create_flat_path()

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.

Coil.create_vertical_path()

Create the path for a vertical coil.

Attributes

Coil.public_dir

Shortcut for dir(self).