Salome HOME
23050: EDF 10631 SMESH: Nodes outside the plane after ConvertToQuadratic
authoreap <eap@opencascade.com>
Fri, 24 Apr 2015 12:51:19 +0000 (15:51 +0300)
committereap <eap@opencascade.com>
Fri, 24 Apr 2015 12:51:19 +0000 (15:51 +0300)
commit0b1674e3557c3f2d5028b6f24e44a16b6e19bd2d
tree9f870e5abf3a3ab3f05c5831f283ab96a30f00d5
parente29c1bb636a70d56d65c28211dfeaaae4654b3d0
23050: EDF 10631 SMESH: Nodes outside the plane after ConvertToQuadratic
    Fix regression of mesh_Quadratic_00/B4

IPAL0052709: Projection 1D2D creates faces at a wrong location.
    Problem:  wrong gp_Trsf for partner faces
    Use gp_GTrsf insted of gp_Trsf
src/SMESH/SMESH_MesherHelper.cxx
src/StdMeshers/StdMeshers_ProjectionUtils.cxx
src/StdMeshers/StdMeshers_ProjectionUtils.hxx
src/StdMeshers/StdMeshers_Projection_2D.cxx