Salome HOME
PAL13460 (force the mesh to go through a point)
authoreap <eap@opencascade.com>
Wed, 28 Feb 2007 10:44:09 +0000 (10:44 +0000)
committereap <eap@opencascade.com>
Wed, 28 Feb 2007 10:44:09 +0000 (10:44 +0000)
   extract SMESH_MeshEditor.idl from SMESH_Mesh.idl

src/SMESH_SWIG/smesh.py

index a63a342b4b59526387ff9c048a0a83694f8eb478..3ae3adb3b50cf19b94136fd4b1314f1e8c592114 100644 (file)
@@ -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)