From 5b40fe7dff22303e2874b1a40339deea6209b2c6 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 4 Feb 2013 14:24:34 +0000 Subject: [PATCH] 0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm fix GetLayersTransformation(): use EDGEs in a right order --- src/StdMeshers/StdMeshers_Prism_3D.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/StdMeshers/StdMeshers_Prism_3D.hxx b/src/StdMeshers/StdMeshers_Prism_3D.hxx index 40fc62174..5a3ea2145 100644 --- a/src/StdMeshers/StdMeshers_Prism_3D.hxx +++ b/src/StdMeshers/StdMeshers_Prism_3D.hxx @@ -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 * from bottom to top. */ - bool GetLayersTransformation(std::vector & trsf) const; + bool GetLayersTransformation(std::vector & trsf, + const Prism_3D::TPrismTopo& prism) const; /*! * \brief Return pointer to mesh -- 2.39.2