sweep_along_path#

Object3d.sweep_along_path(sweep_object, draft_angle=0, draft_type='Round', is_check_face_intersection=False, twist_angle=0)[source]#

Sweep the selection along a vector.

Parameters:
sweep_objectpyaedt.modeler.cad.object3d.Object3d

Application.Position object.

draft_anglefloat, optional

Angle of the draft in degrees. The default is 0.

draft_typestr

Type of the draft. Options are "Extended", "Round", and "Natural". The default is "Round.

is_check_face_intersectionbool, optional

The default value is False.

twist_anglefloat, optional

Angle at which to twist or rotate in degrees. The default value is 0.

Returns:
pyaedt.modeler.cad.object3d.Object3d

Swept object.

References

>>> oEditor.SweepAlongPath