sweep_along_normal# Modeler3D.sweep_along_normal(assignment, faces, sweep_value=0.1)[source]# Sweep the selection along the vector. Parameters: assignmentlist, str, int, pyaedt.modeler.Object3d.Object3dName or ID of the object. facesint or listFace or list of faces to sweep. sweep_valuefloat, optionalSweep value. The default is 0.1. Returns: pyaedt.modeler.cad.object3d.Object3d References >>> oEditor.SweepFacesAlongNormal Copy to clipboard