Salome HOME
22830: EDF 9557 SMESH: Quadratic conversion of a mesh fails
authoreap <eap@opencascade.com>
Mon, 29 Dec 2014 15:22:30 +0000 (18:22 +0300)
committereap <eap@opencascade.com>
Mon, 29 Dec 2014 15:22:30 +0000 (18:22 +0300)
commit133cb381393ea728f6c6ff3a732738ecd1ad72d8
treeee86968bacf609b2aed19ac4d7e42a31aedd9ca8
parenta00f90ebab08741cc788e1d9c50a87e847cff142
22830: EDF 9557 SMESH: Quadratic conversion of a mesh fails

In SMESH_MeshEditor copy node positions in Duplicate*()
In SMESH_MesherHelper
- cache face tolerance
- in GetNodeUV() prevent SIGSEGV if a node is on EDGE not belonging to a FACE
- in GetNodeUV() check if a VERTEX is a seam in a given FACE, not in another
- avoid returning myShape from GetMediumPos() when it can be wrong

52592: Invalid values of Length 2D control

- avoid using not initialized values for showing control values of a group
src/OBJECT/SMESH_DeviceActor.cxx
src/SMESH/SMESH_MeshEditor.cxx
src/SMESH/SMESH_MeshEditor.hxx
src/SMESH/SMESH_MesherHelper.cxx
src/SMESH/SMESH_MesherHelper.hxx
src/StdMeshers/StdMeshers_Import_1D2D.cxx