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:
- polyline
Object3d The polyline object representing the coil path.
- polyline
- Returns:
strThe 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)