sweep_along_path#
- Modeler3D.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:
- assignment
list
,str
,int
,ansys.aedt.core.modeler.Object3d.Object3d
Name or ID of the object.
- sweep_object
str
,int
Name or ID of the sweep.
- draft_angle
float
,optional
Draft angle in degrees. The default is
0
.- draft_type
str
Type of the draft. Options are
"Round"
,"Natural"
, and"Extended"
. The default is"Round"
.- is_check_face_intersectionbool,
optional
The default is
False
.- twist_angle
float
,optional
Twist angle in degrees. The default is
0
.
- assignment
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oEditor.SweepAlongPath