X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_MeshEditor_i.hxx;h=350cefa4615cc921f65b1ce0d3b3c3998b01fc99;hp=ed67dabef72cee3df67c86849a9a975ed22f65d2;hb=c94d606fe399faeb356151a1a9754e5f21754082;hpb=0d8d658a46215ca47efdd61d2e1588e1b022c938;ds=sidebyside diff --git a/src/SMESH_I/SMESH_MeshEditor_i.hxx b/src/SMESH_I/SMESH_MeshEditor_i.hxx index ed67dabef..350cefa46 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.hxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.hxx @@ -233,10 +233,11 @@ public: void SplitVolumesIntoTetra(SMESH::SMESH_IDSource_ptr elems, CORBA::Short methodFlags) throw (SALOME::SALOME_Exception); - void SplitHexahedraIntoPrisms(SMESH::SMESH_IDSource_ptr elems, - CORBA::Short methodFlags, - const SMESH::AxisStruct & facetToSplitNormal, - CORBA::Boolean allDomains) + void SplitHexahedraIntoPrisms(SMESH::SMESH_IDSource_ptr elems, + const SMESH::PointStruct & startHexPoint, + const SMESH::DirStruct& facetToSplitNormal, + CORBA::Short methodFlags, + CORBA::Boolean allDomains) throw (SALOME::SALOME_Exception); CORBA::Boolean Smooth(const SMESH::long_array & IDsOfElements,