sweep_around_axis#
- Polyline.sweep_around_axis(axis, sweep_angle=360, draft_angle=0)[source]#
Sweep around an axis.
- Parameters:
- axis
ansys.aedt.core.generic.constants.AXIS
Coordinate system of the axis.
- sweep_angle
float
,optional
Sweep angle in degrees. The default is
360
.- draft_angle
float
,optional
Angle of the draft. The default is
0
.
- axis
- Returns:
ansys.aedt.core.modeler.cad.object_3d.Object3d
Swept object.
References
>>> oEditor.SweepAroundAxis