From 561564bc9e2a0d031f8aa5f7debe2d1f755b23f1 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 28 Feb 2007 10:44:09 +0000 Subject: [PATCH] PAL13460 (force the mesh to go through a point) extract SMESH_MeshEditor.idl from SMESH_Mesh.idl --- src/SMESH_SWIG/smesh.py | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.30.2