Commit Graph

729 Commits

Author SHA1 Message Date
eap
015abb3cd3 avoid extra list copying
-    aRes = (*it).second;
+    return it->second;
2009-03-11 14:48:54 +00:00
eap
59b7f3d704 0020200: EDF SMESH 983: changing algo of a mesh and switching back to original algo leads to different result than original
sort nodes and elements by ID
2009-03-10 16:32:02 +00:00
jfa
2534543b1e Bug 0020201: EDF SMESH 984: Dump with Netgen1D2D3D doest not work. 2009-03-10 09:12:29 +00:00
vsr
e4630fff0c Add missing translations 2009-03-10 06:32:10 +00:00
vsr
5e1a596ea1 Integrate patch from E.ADAM (Qt 4.5.0 compatibility) 2009-03-09 13:38:20 +00:00
adam
c9cb7f7c5d Test EXPORTS definition with target name as suggested by cmake 2009-03-06 16:00:11 +00:00
dmv
f408ed4ef2 IPAL20918 Color of Group of Nodes or Edges is not changed when Edit Group 2009-03-06 12:40:08 +00:00
eap
fd5333a3ed PAL20915 TC5.1.1: field "Value" is not shown for assigned hypothesis
Since NoteBook appears, "Value" OB field shows names of variable
    and not values of parameters
2009-03-06 09:23:52 +00:00
vsr
6776ffa8ed Correct SMESH gui documentation 2009-03-06 08:49:53 +00:00
eap
b17276ded0 0020184: EDF SMESH 952: Projection 2D does not work
project only if there are nodes on face
2009-03-03 08:53:53 +00:00
eap
cba66c5885 0020184: EDF SMESH 952: Projection 2D does not work
+  static bool IsBoundaryEdge()
+  bool AssocGroupsByPropagation()
2009-03-03 08:49:33 +00:00
eap
d27067784a 0020184: EDF SMESH 952: Projection 2D does not work
use ShapeAnalysis::OuterWire() insead of BRepTools::OuterWire()
2009-03-03 08:38:05 +00:00
jfa
2bd83d5b0b Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes. 2009-03-02 14:57:00 +00:00
dmv
14e6b5b1a7 0019928: EDF 771 SMESH : Extrusion (Revolution) with normal to a face 2009-02-27 15:33:35 +00:00
eap
2db16adfe0 0020183: EDF SMESH 966 : Mesh element info anomaly
enable selecting nodes common to 2 shown groups
2009-02-27 13:34:22 +00:00
eap
4f4312b86e avoid repeated search in std::map 2009-02-27 11:27:33 +00:00
eap
b7c184daab 0020183: EDF SMESH 966 : Mesh element info anomaly
fix GetElemObjId() and GetNodeObjId: prevent out_of_range error if id==vector.size()
2009-02-27 11:26:14 +00:00
adam
ea89ab6a23 Compatibility cmake 2009-02-26 15:04:36 +00:00
adam
96fede33b3 Compatibility windows 2009-02-26 15:02:59 +00:00
mzn
ad070633c6 Fix for bug 0019977: Installation of Salome modules wihtout gui. 2009-02-25 17:50:43 +00:00
eap
672ca0c09f 0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
be patient to studies with invalid node positions data
2009-02-25 15:22:05 +00:00
eap
167a4d4243 In Clear(), nullify nb of poly elements 2009-02-25 15:13:26 +00:00
eap
455ceefa49 0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
be patient to studies with invalid node positions data
2009-02-25 15:02:11 +00:00
eap
ef7a7ed667 0019929: EDF 772 SMESH : script readability
+class _pySelfEraser: public _pyObject
2009-02-24 14:57:10 +00:00
eap
2b1b345532 fix dumping colors:
use valid python names instead of names in Study
2009-02-24 14:56:11 +00:00
eap
df4afe2d50 0019929: EDF 772 SMESH : script readability
+
+  operator char*() const {
+    return (char*)c_str();
+  }
2009-02-24 14:52:58 +00:00
eap
c539a4181c fix Python Dump 2009-02-24 13:48:47 +00:00
adam
df0c7d3f2c *** empty log message *** 2009-02-24 11:06:33 +00:00
adam
d5dd2d9628 compatibility windows compilation with cmake 2009-02-24 09:27:39 +00:00
eap
2401f44552 0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
remove filters before creation/edition of hypothesis and restore them after
2009-02-24 09:26:28 +00:00
adam
efe3598bba compatibility compilation with cmake 2009-02-24 09:25:26 +00:00
eap
2142c9f70f 0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
+  int                          getActiveObject();
2009-02-24 09:23:25 +00:00
adam
dae2f243b6 *** empty log message *** 2009-02-24 09:08:32 +00:00
vsr
7ce6ef7ee9 Issue 0019938 - fix problem with wrong filter selection (ptv) 2009-02-20 15:11:22 +00:00
vsr
751f23b3e0 Issue 19925: Fix bug with 2d mesh preview 2009-02-20 15:00:02 +00:00
maintenance team
e7c421ee2a Update SMESH documentation 2009-02-20 14:12:39 +00:00
maintenance team
315b4dcc1f Update SMESH documentation 2009-02-20 14:10:30 +00:00
dmv
85ce250186 0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom' 2009-02-20 11:39:09 +00:00
vsr
682a0b6c75 Issue 0020175: correct documentation hierarchy 2009-02-20 09:05:25 +00:00
dmv
b199783795 0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom' 2009-02-20 08:08:43 +00:00
maintenance team
7010da6642 Changing version to 5.1.1 2009-02-18 07:06:16 +00:00
vsr
18711ecd04 Merge from BR_V5_DEV 17Feb09 2009-02-17 06:55:16 +00:00
vsr
0635c9fc80 Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
jfa
79b1ac2b6d Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
nge
984c4ffdd7 PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close nodes. Octree is virtual pure, OctreeNode inherites from Octree. 2007-01-22 15:14:44 +00:00
jfa
c46bd4f9bb Warn about direct SMESH idl usage: smesh python package have to be used where it is possible. 2006-06-08 14:05:08 +00:00
jfa
fb9855e033 New smesh example from Francis KLOSS 2006-06-08 11:02:23 +00:00
jfa
54d277e9e3 Fix problem with table of contents resizing 2006-06-06 12:38:56 +00:00
jfa
c63ee099ad Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
jfa
7cab0901cb Fix bug 10955: Collisions with 'Ctrl+I' and 'Ctrl+M' hot keys. 2006-05-10 14:34:56 +00:00