sweep_along_normal# Modeler2D.sweep_along_normal(obj_name, face_id, sweep_value=0.1)[source]# Sweep the selection along the vector. Parameters: obj_namelist, str, int, pyaedt.modeler.Object3d.Object3dName or ID of the object. face_idint 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