X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_MeshEditor_i.cxx;fp=src%2FSMESH_I%2FSMESH_MeshEditor_i.cxx;h=f0f7c923bf1bcb50ab0768486b490a4d36f24d6d;hb=37240e9d8e7fecb77536a382e5e7632d8c71db9f;hp=000bc95e84c79b38ceecd757025d65c5e847562e;hpb=617e62fefae4857b601d4a4bbcca98f621cab5d5;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_MeshEditor_i.cxx b/src/SMESH_I/SMESH_MeshEditor_i.cxx index 000bc95e8..f0f7c923b 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.cxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.cxx @@ -2627,6 +2627,7 @@ ExtrusionAlongPathX(const SMESH::long_array& IDsOfElements, << ( HasRefPoint ? RefPoint.x : 0 ) << ", " << ( HasRefPoint ? RefPoint.y : 0 ) << ", " << ( HasRefPoint ? RefPoint.z : 0 ) << " ), " + << MakeGroups << ", " << ElemType << " )"; } return aGroups;