sweep_along_vector# Object3d.sweep_along_vector(sweep_vector, draft_angle=0, draft_type='Round')[source]# Sweep the selection along a vector. Parameters: sweep_vectorlistApplication.Position object. draft_anglefloat, optionalAngle of the draft in degrees. The default is 0. draft_typestr, optionalType of the draft. Options are "Extended", "Round", and "Natural". The default value is "Round. Returns: boolTrue when model, False otherwise. References >>> oEditor.SweepAlongVector