Salome HOME
22903: BLSURFPLUGIN: SetSizeMap is not taken into account when we add AddPreCadFacesP...
[modules/smesh.git] / src / SMESH_I / SMESH_MeshEditor_i.cxx
index 600c5e7a3b2ac19a671dce076273ca0e37454fd9..1029830acc428a0526bac71b976b2662c82d5c8c 100644 (file)
@@ -2829,7 +2829,8 @@ SMESH_MeshEditor_i::ExtrusionAlongPathObjects(const SMESH::ListOfIDSources & the
                 << "SMESH.PointStruct( "
                 << ( theHasRefPoint ? theRefPoint.x : 0 ) << ", "
                 << ( theHasRefPoint ? theRefPoint.y : 0 ) << ", "
-                << ( theHasRefPoint ? theRefPoint.z : 0 ) << " ))";
+                << ( theHasRefPoint ? theRefPoint.z : 0 ) << " ), "
+                << theMakeGroups       << " )";
   }
 
   return aGroups._retn();