Salome HOME
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
authoreap <eap@opencascade.com>
Tue, 18 Jan 2011 12:09:32 +0000 (12:09 +0000)
committereap <eap@opencascade.com>
Tue, 18 Jan 2011 12:09:32 +0000 (12:09 +0000)
commit4466dfe1ce1644260fb11df461175e53785fb867
treed08e0c936991807c16fd29a4b59764e7eecf40f8
parent121d45ed8856747f649c4f3c4e1764690c0656c3
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   1) make CheckNodeUV() and CheckNodeU() optionally return XYZ of node
      projection to shape
   2) prevent ancestors iterator from returning duplicates
   3) move IsClosedEdge() to SMESH_MesherHelper from StdMeshers_ProjectionUtils
   4) for hexa 3D
   static bool LoadNodeColumns(TParam2ColumnMap & theParam2ColumnMap,
                               const TopoDS_Face& theFace,
                               const TopoDS_Edge& theBaseEdge,
                               SMESHDS_Mesh*      theMesh,
+                              SMESH_ProxyMesh*   theProxyMesh=0);
src/SMESH/SMESH_MesherHelper.cxx
src/SMESH/SMESH_MesherHelper.hxx