0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm

fix GetLayersTransformation(): use EDGEs in a right order
This commit is contained in:
eap 2013-02-04 14:24:34 +00:00
parent 1263fe9d1b
commit 5b40fe7dff

View File

@ -185,7 +185,8 @@ class STDMESHERS_EXPORT StdMeshers_PrismAsBlock: public SMESH_Block
* by nodes of the bottom. Layer is a set of nodes at a certain step * by nodes of the bottom. Layer is a set of nodes at a certain step
* from bottom to top. * from bottom to top.
*/ */
bool GetLayersTransformation(std::vector<gp_Trsf> & trsf) const; bool GetLayersTransformation(std::vector<gp_Trsf> & trsf,
const Prism_3D::TPrismTopo& prism) const;
/*! /*!
* \brief Return pointer to mesh * \brief Return pointer to mesh