sweep_along_path#

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

Sweep the selection along a path.

Parameters:
assignmentlist, str, int, pyaedt.modeler.Object3d.Object3d

Name or ID of the object.

sweep_objectstr, int

Name or ID of the sweep.

draft_anglefloat, optional

Draft angle in degrees. The default is 0.

draft_typestr

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

is_check_face_intersectionbool, optional

The default is False.

twist_anglefloat, optional

Twist angle in degrees. The default is 0.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.SweepAlongPath