eap 6510081be2 020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
SMESH_MesherHelper:

-  void SetCheckNodePosition(bool toCheck) { myCheckNodePos = toCheck; }
   /*!
+   * \brief Check and fix node UV on a face
+   *  \retval bool - false if UV is bad and could not be fixed
+   */
+  bool CheckNodeUV(const TopoDS_Face&   F,
+                   const SMDS_MeshNode* n,
+                   gp_XY&               uv,
+                   const double         tol) const;

-  bool            myCheckNodePos;
+  std::set< int > myOkNodePosShapes;
2009-10-02 16:20:31 +00:00
..
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-08-27 14:09:43 +00:00
2009-09-17 07:27:34 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-10-02 13:09:52 +00:00
2009-10-02 13:09:52 +00:00
2009-09-10 15:29:29 +00:00
2009-02-17 05:27:49 +00:00
2009-09-15 16:18:08 +00:00
2009-10-02 13:09:52 +00:00