Salome HOME
0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm
authoreap <eap@opencascade.com>
Mon, 28 Jan 2013 08:12:41 +0000 (08:12 +0000)
committereap <eap@opencascade.com>
Mon, 28 Jan 2013 08:12:41 +0000 (08:12 +0000)
commit3a627861584e456ed8beab8e9b145c8cafd0e4bd
treebb51479fb9081afab746eb4500e7b5b384827a1c
parentfef790995d2fa85703a101e6060f63b10033ad8a
0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm

+  bool NeedLowerHyps(int dim) const { return _neededLowerHyps[ dim ]; }

+  void addBadInputElements(const SMESHDS_SubMesh* sm,
+                           const bool             addNodes=false);

+  bool _neededLowerHyps[4];     // hyp dims needed by algo that !NeedDiscreteBoundary(). Df. FALSE
src/SMESH/SMESH_Algo.cxx
src/SMESH/SMESH_Algo.hxx