eap 3a62786158 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
2013-01-28 08:12:41 +00:00
..
2012-09-24 11:14:08 +00:00
2012-12-28 16:30:38 +00:00
2012-06-05 12:18:07 +00:00
2012-12-29 11:45:10 +00:00
2012-06-05 12:18:07 +00:00
2012-12-20 10:19:51 +00:00
2012-12-25 05:25:17 +00:00
2013-01-22 07:25:28 +00:00
2012-12-28 11:39:35 +00:00
2013-01-14 17:01:13 +00:00