diff --git a/src/SMESH_SWIG/smesh.py b/src/SMESH_SWIG/smesh.py index a63a342b4..3ae3adb3b 100644 --- a/src/SMESH_SWIG/smesh.py +++ b/src/SMESH_SWIG/smesh.py @@ -2310,9 +2310,6 @@ class Mesh: HasAngles, Angles, HasRefPoint, RefPoint, LinearVariation=False): if ( isinstance( RefPoint, geompy.GEOM._objref_GEOM_Object)): RefPoint = GetPointStruct(RefPoint) - if HasAngles and LinearVariation: - Angles = self.editor.LinearAnglesVariation( PathMesh, PathShape, Angles ) - pass return self.editor.ExtrusionAlongPathObject(theObject, PathMesh.GetMesh(), PathShape, NodeStart, HasAngles, Angles, HasRefPoint, RefPoint)