Commit Graph

1335 Commits

Author SHA1 Message Date
eap
f8c598aa16 0021270: EDF 1870 SMESH: ExtrusionAlongPathObjX + Merge nodes remove 3D elements
fix MergeNode() and makeWalls()
2011-05-30 09:40:37 +00:00
eap
1dee10aec7 fix face orientation in projectPartner() if project from the equal face 2011-05-30 09:38:54 +00:00
eap
250ed36f5f improve comments 2011-05-30 08:35:55 +00:00
eap
0e9b6d9d2e SMESH::SMESH_Mesh_ptr SMESH_Gen_i::CopyMesh()
{
  ...
+  newMeshDS->Modified();
2011-05-30 07:04:06 +00:00
eap
6d345dac11 fix comment 2011-05-26 16:28:56 +00:00
eap
b67b76d19d - TPythonDump()<<_this()<<".SetColorGroup( "<<color<<" )";
+    TPythonDump()<<_this()<<".SetColorNumber( "<<color<<" )";
2011-05-26 16:27:24 +00:00
eap
c386497750 0021274: EDF 1872 SMESH: Save in hdf files loses 0D elements in a group
+  static long Get0DElementsGroupsTag();
2011-05-26 16:26:55 +00:00
eap
0842a3031e 0021274: EDF 1872 SMESH: Save in hdf files loses 0D elements in a group
treat "Groups of 0D Elements"
2011-05-26 16:26:34 +00:00
eap
2d072e49d1 0021274: EDF 1872 SMESH: Save in hdf files loses 0D elements in a group
+  const long Tag_0DElementsGroups       = 15;
2011-05-26 16:25:30 +00:00
eap
2541f0a92a 0021086: EDF 1686 GEOM: Bad triangle in a BLSURF + GHS3D mesh after
converting to quadratic (Bug1686_Convert2Quad.py)
   in GetMiddleUV(), get period from a base surface of Geom_RectangularTrimmedSurface
2011-05-26 16:22:57 +00:00
eap
156cafd4ad To describe the previous revision:
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
   fix conversion of pyramids to quadratic ones
2011-05-26 16:12:45 +00:00
eap
d1bc41852d 0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
move check of NO_FixQuadraticElements environment var to SMESH_MesherHelper
2011-05-26 16:09:05 +00:00
eap
919135795d 0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
fix a just computed quadratic mesh by bending iternal links near concave boundary
2011-05-26 16:07:11 +00:00
vsr
339549e601 Fix pb of dev_docs 2011-05-25 08:07:42 +00:00
eap
b8dabcd4f4 0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids / note 0011144
+  //================================================================================
+  /*!
+   * \brief Move medium nodes of merged quadratic pyramids
+   */
+  //================================================================================
+
+  void UpdateQuadraticPyramids(const set<const SMDS_MeshNode*>& commonApex,
+                               SMESHDS_Mesh*                    meshDS)
2011-05-19 14:22:43 +00:00
eap
05cabdfb7d remove commented code 2011-05-19 14:21:56 +00:00
eap
987cc89eb9 0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids / note 0011144
Use GeomAdaptor_Surface instead of BRepAdaptor_Surface which gives
   surface UV limits according to face boundaries (edges) instead of
   the whole surface
2011-05-19 08:09:14 +00:00
eap
71e5158db4 0021263]: EDF 1868: Several use cases fail (regressions)
use SMESH_MesherHelper::IthVertex() instead of TopExp::FirstVertex()
2011-05-18 12:29:40 +00:00
eap
25145129e9 0020974: Extra edges appear in the result of a partition and can't be removed
3D soomthing replaced by a real fix: take into account face orientation
2011-05-18 12:27:16 +00:00
eap
fae1b077cf 0020974: Extra edges appear in the result of a partition and can't be removed
3D soomthing, which will be replaced by a real fix coming in the next revision
2011-05-18 12:20:00 +00:00
eap
813e18e7bf 0021263: EDF 1868: Several use cases fail (regressions)
+ * \brief Wrapper over TopExp::FirstVertex() and TopExp::LastVertex() fixing them
+ *  in the case of INTERNAL edge
+ */
+//================================================================================
+
+TopoDS_Vertex SMESH_MesherHelper::IthVertex( const bool  is2nd,
+                                             TopoDS_Edge anEdge,
+                                             const bool  CumOri )
2011-05-16 14:20:24 +00:00
eap
ce55a111b4 unused variable 2011-05-16 13:00:56 +00:00
rnv
4dbca3cb46 Fix for the bug "IPAL22498 6.3.0: Mesh Preferences - Scalar Bar: Font selection for Title or Labes is ignored". 2011-05-13 13:48:46 +00:00
gdd
5ce2cca1f9 rnc: Added UnsetAttractorGeom method in smeshDC.py 2011-05-13 13:01:16 +00:00
gdd
ddcd8d1f3c Add wrappers to GHS3D IDL functions 2011-05-13 12:49:34 +00:00
gdd
1431061b86 Small fix in doc 2011-05-13 10:00:31 +00:00
gdd
29a09c333e Update documentation of GHS3D hypothesis 2011-05-12 17:22:33 +00:00
gdd
add84232c6 Fix compilation warnings 2011-05-12 15:33:16 +00:00
barate
b159d92e9d Fixed bug in docutils: SMESH installation failed when Sphinx was not found by configure 2011-05-12 15:32:16 +00:00
prascle
97f942863f PR: missing documentation 2011-05-12 14:06:02 +00:00
eap
895fb77569 0021262: EDF 1867 SMESH: Problem with concatenate that causes failure in an important script
Fix regression of MergeNodes() caused by SMDS redesign
2011-05-12 13:40:34 +00:00
prascle
8c9a971309 PR: debug generate flat elements 2011-05-12 12:50:51 +00:00
gdd
d2dabee708 Replace oe by œ 2011-05-11 20:47:29 +00:00
gdd
f1060fcdcd Fix dump of SetColor for groups 2011-05-11 18:07:30 +00:00
prascle
a6b047ce31 PR: missing doc on generate flat elements 2011-05-11 15:50:41 +00:00
prascle
f8ddfb2118 PR: debug parallel compilation 2011-05-11 15:49:04 +00:00
prascle
8f44652c30 PR: debug a SIGSEGV case when using downward connectivity on a modified mesh. 2011-05-11 14:46:30 +00:00
gdd
4319615c76 Reencode files to utf-8 2011-05-11 12:52:33 +00:00
gdd
8ceaea103c Update French translation file 2011-05-11 10:04:04 +00:00
eap
a487f7d52f French translation updated 2011-05-11 07:34:12 +00:00
eap
20ce0ddfa8 assure publishing the geom which is an arg of GetSubMesh() 2011-05-11 06:49:04 +00:00
gdd
d4cf841c65 Update French translation 2011-05-10 12:33:26 +00:00
eap
711502d1f0 reduce memory limit
-      limit = limit * 2;
+      limit = int ( limit * 1.5 );
2011-05-10 08:27:01 +00:00
prascle
621f26055e PR: missing groups in CreateFlatElementsOnFacesGroups and names too long for groups in doubleNodesOnGroupBoundaries 2011-05-09 14:48:31 +00:00
gdd
648d627a1d MeshCut depends on MED fichier 2011-05-05 16:25:54 +00:00
prascle
75d1b278ca PR: remove splitted tetrahedrons 2011-05-05 15:28:26 +00:00
eap
6f15d8202e assure publishing all geom objects passed to hypotheses 2011-05-05 15:17:20 +00:00
eap
15f3190af6 fix dupming a nil servant 2011-05-05 15:16:02 +00:00
eap
4e647c5275 untabify 2011-05-05 15:15:01 +00:00
adam
1e7cc80211 Remove unnecessary traces 2011-05-05 09:22:36 +00:00