sweep_along_path#

Modeler2D.sweep_along_path(assignment, sweep_object, draft_angle: int = 0, draft_type: str = 'Round', is_check_face_intersection: bool = False, twist_angle: int = 0)#

Sweep the selection along a path.

Parameters:
assignmentlist, str, int, ansys.aedt.core.modeler.cad.object_3d.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