sweep_along_path#
- Polyline.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_object
ansys.aedt.core.modeler.cad.object_3d.Object3d
Application.Position object.
- draft_angle
float
,optional
Angle of the draft in degrees. The default is
0
.- draft_type
str
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_angle
float
,optional
Angle at which to twist or rotate in degrees. The default value is
0
.
- sweep_object
- Returns:
ansys.aedt.core.modeler.cad.object_3d.Object3d
Swept object.
References
>>> oEditor.SweepAlongPath