Commit Graph

1748 Commits

Author SHA1 Message Date
eap
6e82f60157 PAL22907: Selection in Create group doesn't work if the filter 'Source' is set to "Initial Selection"
to fix python dump

-    aPred->SetMesh(myMesh);
+    myFilter[ theType ]->SetMesh(myMesh);
2012-04-26 09:34:14 +00:00
eap
0a6a53da95 0021557: EDF 2161 SMESH: Duplicate elements and nodes
Add theMakeNodeGroup agr to DoubleNodeElemGroups() and DoubleNodeElemGroup()
2012-04-26 07:08:11 +00:00
eap
38a33519c9 0021557: EDF 2161 SMESH: Duplicate elements and nodes
1) Add
ListOfGroups DoubleNodeElemGroup2New(...)
2) Fix dump of DoubleNode*New(...)
2012-04-26 07:07:00 +00:00
eap
d6352114af 0021557: EDF 2161 SMESH: Duplicate elements and nodes
1) Convert DoubleNodeElemGroup2New()
2) Fix  _pyCommand::GetResultValue(int res);
3) Add _pyGroup::Flush() to prevent clearing "DoubleNode...() command if a group created by it is removed
2012-04-26 07:05:13 +00:00
eap
de9006cf44 0021557: EDF 2161 SMESH: Duplicate elements and nodes
-  QCheckBox*              myCheckBoxNewGroup;
+  QCheckBox*              myCheckBoxNewElemGroup;
+  QCheckBox*              myCheckBoxNewNodeGroup;
2012-04-26 07:01:57 +00:00
eap
6e0065e286 0021557: EDF 2161 SMESH: Duplicate elements and nodes
+    ListOfGroups DoubleNodeElemGroup2New(...)
2012-04-26 07:01:29 +00:00
eap
18728bb509 0021557: EDF 2161 SMESH: Duplicate elements and nodes
+<li><b>Construct group with newly created nodes</b> option (<em>checked by default</em>):
+ if checked - the group of just created nodes will be built.</li>
2012-04-26 07:00:25 +00:00
ouv
b6aab8c7f6 0021562: EDF SMESH: clipping and delete mesh clipped leads to crash 2012-04-25 14:19:17 +00:00
ouv
0bb2ab4898 IPAL22907: TC6.5.0: Selection in Create group doesn’t work if the filter ‘Source’ is set to ‘Initial Selection’
Rolling back part of integration made in revision 1.21.2.5.6.12
2012-04-25 10:22:11 +00:00
eap
0c8bff7618 0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes (Bug2175_mixed_hexa_tetra.py)
In Mesh.Compute(), detect failure by value returned from
  Mesh._mesh.Compute() and not by presence of messages
2012-04-24 14:32:58 +00:00
eap
29bfee91ff small fix of indentation 2012-04-24 14:30:08 +00:00
eap
e72b1cdc40 small improvement of API
-  void ComputeSubMeshStateEngine(int event);
+  void ComputeSubMeshStateEngine(int event, const bool includeSelf=false);
2012-04-24 14:29:10 +00:00
eap
424975b8a3 0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes (sub-mesh priority works Ko)
No need to ClearMeshOrder() when a new SMESH_submesh is created
2012-04-24 14:28:02 +00:00
eap
1cae83f943 In IsMoreLocalThanPredicate, take priority of sub-mehses into account 2012-04-24 10:56:47 +00:00
eap
690b5f67ff 0021556: EDF 2222 SMESH: 3D mesh after projection impossible
In projectBy2DSimilarity() check U on edge before setting
2012-04-23 16:20:19 +00:00
gdd
f8a8ae08c8 Fix documentation link for "Group of underlying entities" dialog 2012-04-23 15:50:43 +00:00
eap
6fee24f068 IPAL22863 TC6.5.0: Projection_1D2D gives exception
Replace TopTools_DataMapOfShapeShape with
StdMeshers_ShapeShapeBiDirectionMap which includes 2
TopTools_DataMapOfShapeShape's, one per a mapping direction
2012-04-23 10:13:52 +00:00
ouv
547f8b8e54 IPAL22913: TC6.5.0: selected in "Move node" dialog box node is not highlighted 2012-04-20 12:58:07 +00:00
eap
8a5a32d1a4 protect from errors when working w/o study 2012-04-20 11:51:54 +00:00
eap
1d5a7c2d76 Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/B6
fix GetFaceNormal() for quadratic volumes
2012-04-19 14:43:20 +00:00
eap
41d5faf93f Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/A6
fix sweepElement()
2012-04-19 13:48:27 +00:00
eap
2628e2480d Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/A4
fix SewSideElements()
2012-04-19 12:47:55 +00:00
eap
d92679a25f Regression of 0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails 2012-04-18 16:31:39 +00:00
eap
5aacc45760 Regression of SMESH_TEST/Grids/smesh/imps/H2 2012-04-18 16:08:39 +00:00
vsr
e57adf25d6 Issue 0021554: [CEA] When using runSalome with only SMESH module some resources are missing 2012-04-18 13:21:47 +00:00
vsr
2cafde6609 Fix problem of make distcheck on automake 1.11 (Mandriva 2010):
- we have to uninstall only the staff generated for doc files and nothing more
2012-04-18 12:46:07 +00:00
vsr
be503b1313 Fix problem of make distcheck on automake 1.11 (Mandriva 2010):
- we have to uninstall only the staff generated for idl files and nothing more
2012-04-18 12:44:32 +00:00
rnv
b872ce66df Update SALOME User's guide:
- Move module preferences help pages from GUI User's guide to the module User's guide.
2012-04-18 11:53:36 +00:00
eap
116907dd1e Regression on SMESH_TEST/Grids/smesh/bugs/G9
In SetCurrentStudy(), initialize notebook with a given study
2012-04-18 10:29:50 +00:00
eap
a53a044a3f tiny optimization 2012-04-18 07:24:59 +00:00
eap
3c33958e2e Regression on SMESH_TEST/Grids/smesh/bugs/F8
Fix LengthNearVertex()

+                import geompyDC
2012-04-17 16:14:50 +00:00
eap
58c4b1fe8a Regression on SMESH_TEST/Grids/smesh/bugs/E0
Fix Set(const SMDS_MeshElement* theVolume)
2012-04-17 16:07:04 +00:00
eap
f80db8004d 0021433: EDF GEOM SMESH: fail to mesh an ellipsoid using the new cartesian algo
Use BRepIntCurveSurface_Inter instead of IntCurvesFace_Intersector.
   It's a workaround to kill the bug while OCCT issue is fixed only partially
2012-04-17 10:14:02 +00:00
gdd
e4c70d8182 Update French translations 2012-04-16 15:10:45 +00:00
gdd
487746e519 Update French translations 2012-04-16 15:06:59 +00:00
eap
8662de8ce8 0021551: EDF 1452 SMESH: referenced object can be deleted
procect from deletion a mesh object referenced from outside
2012-04-16 11:28:51 +00:00
vsr
43db13f33a Update copyright information 2012-04-13 09:31:26 +00:00
vsr
e2107e0bc9 Increment version 2012-04-12 11:03:13 +00:00
rnv
864f448dc4 Porting documentation on the Doxygen-1.8.0 2012-04-12 07:15:03 +00:00
eap
180b82cf53 0021540: [CEA] Internal test fails : prisms
Fix FindMatchingNodesOnFaces() for spheres ( DeuxSpheres.py )
2012-04-11 14:34:04 +00:00
eap
35a739dc93 0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
Fix for the case of no vertex association
2012-04-11 13:10:03 +00:00
eap
330b5970e3 0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
+  static std::string GeomObjectToEntry(GEOM::GEOM_Object_ptr&  theGeomObject);
2012-04-11 13:08:52 +00:00
eap
55899c73f3 0021529: [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes
correct isClosedChainOfSides()
2012-04-11 08:35:01 +00:00
eap
719b352189 0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
keep entries of shapes to be able to return a correct GEOM_Object in
case if it is published several times with different names
2012-04-11 08:23:17 +00:00
eap
b9b021a25d 0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
+  static GEOM::GEOM_Object_ptr EntryOrShapeToGeomObject (const std::string&  theEntry,
+                                                         const TopoDS_Shape& theShape);

+  static void SaveToStream( const std::string& studyEntry, std::ostream & stream);
2012-04-11 08:20:17 +00:00
eap
08e8a82bb2 0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
In GetGroupSubMeshesContaining() preview a case where the main
     shape is a group
2012-04-11 08:19:09 +00:00
eap
dbb704ffd5 some decorations 2012-04-10 10:10:11 +00:00
eap
d1fa9ee867 0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
not create excess edges on the seam edge
2012-04-10 10:09:32 +00:00
eap
ef93a614a6 0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
fix merging nodes in case 1D-2D projection of the colsed face (care
   of nodes on the seam edge)
2012-04-10 10:06:23 +00:00
eap
a17fd6ce6b 0021529: [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes
+   bool isClosedChainOfSides(...)
2012-04-09 15:40:23 +00:00