From: dmv Date: Wed, 28 Oct 2009 09:23:25 +0000 (+0000) Subject: IPAL21442 Dump study with ExtrusionAlongPath does not correct X-Git-Tag: RELIQUAT_5x_30102009~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a5e21f8a80141f508f759a139322b438f30767ed;p=modules%2Fsmesh.git IPAL21442 Dump study with ExtrusionAlongPath does not correct --- diff --git a/src/SMESH_I/SMESH_MeshEditor_i.cxx b/src/SMESH_I/SMESH_MeshEditor_i.cxx index f4e1d4420..0b19c1bd1 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.cxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.cxx @@ -2568,6 +2568,7 @@ ExtrusionAlongPathObjX(SMESH::SMESH_IDSource_ptr Object, << ( HasRefPoint ? RefPoint.x : 0 ) << ", " << ( HasRefPoint ? RefPoint.y : 0 ) << ", " << ( HasRefPoint ? RefPoint.z : 0 ) << " ), " + << MakeGroups << ", " << ElemType << " )"; } return aGroups; diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index a8e445a89..742ee90f0 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -2865,7 +2865,7 @@ class Mesh: HasRefPoint, RefPoint, MakeGroups, ElemType) else: if isinstance(Base,Mesh): - return self.editor.ExtrusionAlongPathObjX(Base.GetMesh(), Path, NodeStart, + return self.editor.ExtrusionAlongPathObjX(Base, Path, NodeStart, HasAngles, Angles, LinearVariation, HasRefPoint, RefPoint, MakeGroups, ElemType) else: