sweep_around_axis#

Object3d.sweep_around_axis(cs_axis, sweep_angle=360, draft_angle=0)[source]#

Sweep around an axis.

Parameters:
cs_axispyaedt.generic.constants.AXIS

Coordinate system of the axis.

sweep_anglefloat, optional

Sweep angle in degrees. The default is 360.

draft_anglefloat, optional

Angle of the draft. The default is 0.

Returns:
pyaedt.modeler.cad.object3d.Object3d

Swept object.

References

>>> oEditor.SweepAroundAxis