create_sweep_profile#

Coil.create_sweep_profile(polyline: Object3d) str#

Create the profile to sweep along the coil path and perform the sweep operation.

Parameters:
polylineObject3d

The polyline object representing the coil path.

Returns:
str

The name of the profile created for sweeping.

Examples

>>> from ansys.aedt.core.modeler.advanced_cad.coil import Coil
>>> obj = Coil()
>>> obj.create_sweep_profile(polyline=1)