mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 13:04:17 +05:00
0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm
fix GetLayersTransformation(): use EDGEs in a right order
This commit is contained in:
parent
1263fe9d1b
commit
5b40fe7dff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user