eap
c7886f3dd2
In existingHyps(), protection for hypotheses w/o any gui
...
HypothesisData* aData = SMESH::GetHypothesisData( aHypVar->GetName() );
+ if ( !aData) continue;
2010-11-10 15:19:59 +00:00
vsr
49792ab647
0020885: EDF 607 SMESH: Measure tools
2010-11-08 13:35:20 +00:00
vsr
610db82e7b
PAL20885 EDF 607 SMESH: Measure tools
...
Add preview for min distance and bounding box measurements
2010-11-04 21:53:44 +00:00
vsr
8693dba253
Revert back previous bad integration
2010-11-04 12:48:58 +00:00
vsr
6e55d5dca6
PAL20885 EDF 607 SMESH: Measure tools
...
Complete Boundary Box dialog box
2010-11-04 12:44:53 +00:00
vsr
1ec7a722f4
minor change
2010-11-02 21:43:55 +00:00
vsr
792b5134df
PAL20885 EDF 607 SMESH: Measure tools
...
GUI part 1: Min Distance
2010-11-02 21:43:34 +00:00
ptv
e69dd23c49
0020885: EDF 607 SMESH: Measure tools
2010-11-01 10:09:14 +00:00
vsr
7ca35196f4
PAL20885 EDF 607 SMESH: Measure tools
...
Improve mesh element information dialog box
2010-10-30 09:12:30 +00:00
vsr
1cd7b4a0c0
PAL20885 EDF 607 SMESH: Measure tools
...
Improve mesh information dialog boxes
2010-10-28 19:55:28 +00:00
ouv
55eae5869b
0020977: EDF 1520 SMESH: Create a clipping plane on several groups
2010-10-25 13:43:31 +00:00
vsr
eddb6a7516
PAL20948 EDF 1468 SMESH: Histogram of the quality controls
2010-10-20 20:13:44 +00:00
ouv
73770b22b2
0020946: EDF 1466 SMESH: Add a new control criteria: Max element length
2010-10-14 11:08:31 +00:00
ouv
52603030d5
Issue 0020950: EDF 1506 SMESH: Change the color of several groups
2010-10-12 10:01:55 +00:00
vsr
29787307a0
PAL20917 EDF 1431 SMESH: Warning about Hexotic
2010-10-06 17:28:05 +00:00
vsr
396a60d4bb
Merge from BR_WIN_INDUS_514 04/10/2010
2010-10-04 14:16:14 +00:00
eap
b9acb518d9
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
...
* Add HEXA_TO_24 splitting mode
2010-10-04 11:30:00 +00:00
vsr
79d1c82a95
0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
2010-09-27 06:17:50 +00:00
vsr
92ccacc7e0
Improve dialog box's layout
2010-09-26 16:14:05 +00:00
vsr
632a68b51c
Remove compilation warning
2010-09-26 06:47:43 +00:00
vsr
d4f9cc5a79
EDF 1575 SMESH: Filters and precision preferences
2010-09-24 13:08:23 +00:00
dmv
82fc097deb
0020983: EDF 1569 SMESH: Numbering Display Elements with several groups selected does not work
2010-09-15 14:59:58 +00:00
eap
fed358c8ec
0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
...
interface SMESH_MeshEditor
{
- SMESH_IDSource MakeIDSource(in long_array IDsOfElements);
+ SMESH_IDSource MakeIDSource(in long_array IDsOfElements, in ElementType type);
+ void FindCoincidentNodesOnPartBut (in SMESH_IDSource SubMeshOrGroup,
+ in double Tolerance,
+ out array_of_long_array GroupsOfNodes,
+ in ListOfIDSources ExceptSubMeshOrGroups);
+
2010-09-15 11:49:07 +00:00
eap
b44f6a0f67
rename SMESHGUI_EditMeshDlg to SMESHGUI_MergeDlg
2010-09-15 11:42:59 +00:00
vsr
d4056b8447
SALOME internationalization: add textual resources for French language
2010-08-31 15:14:20 +00:00
eap
859a8ee4f0
untabify
2010-08-30 12:00:00 +00:00
mzn
cc203f62c3
Fix for imp 0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI.
2010-08-30 10:57:47 +00:00
eap
14c9e5320c
fix removing from the std::map being iterated over
2010-08-19 09:21:03 +00:00
eap
cb58ff9fa4
untabify
2010-07-27 13:06:18 +00:00
vsr
32a86c1f4a
0020742: EDF 1270 SMESH : Delete Group with contents and remove Orphan Nodes
2010-07-07 05:32:15 +00:00
dmv
4d43188368
IPAL21820 TC6.1.0: Lost new nodes
2010-07-05 13:58:35 +00:00
vsr
9862fa66b4
Bug IPAL21801: preferences for SMESH: color of Group name text should be added
...
EDF 703 SMESH VISU : Display Mesh Groups names in viewer (as a caption)
Additional fix: add preferences for the names groups color
2010-06-23 13:19:50 +00:00
vsr
8c1e153907
0020752: EDF 1303 SMESH : Add a 'Select All' button in Create Group dialog box
2010-06-22 15:24:40 +00:00
jfa
946f0a4e5c
Mantis issue 0020812: Register() and Destroy() of the GenericObj.
2010-06-22 14:43:41 +00:00
ouv
e533bcb1d7
Issue 0020755: EDF 1279 MESH : 'Mesh to Pass Through a Point' enhancement
2010-06-21 10:30:03 +00:00
vsr
6ea1e8f320
Merge from V5_1_4_BR (5_1_4rc2) 09/06/2010
2010-06-10 06:51:07 +00:00
eap
38824d786e
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
...
+ if ( myMesh->HasModificationsToDiscard() && // issue 0020693
+ SUIT_MessageBox::question( desktop(), tr( "SMESH_WARNING" ),
+ tr( "FULL_RECOMPUTE_QUESTION" ),
+ tr( "SMESH_BUT_YES" ), tr( "SMESH_BUT_NO" ), 1, 0 ) == 0 )
+ myMesh->Clear();
2010-05-13 06:20:35 +00:00
eap
a5103fc7f7
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
...
+ <source>FULL_RECOMPUTE_QUESTION</source>
+ <translation>
+The mesh has been edited since a last total re-compute
+that may prevent successful computation.
+Do you wish to re-compute the mesh totally to discard the modifications?
+ </translation>
+ </message>
+ <message>
2010-05-13 06:20:02 +00:00
vsr
6650dea1f8
Merge from V5_1_4_BR 07/05/2010
2010-05-07 15:08:23 +00:00
dmv
0fe4350ada
IPAL21668 Call of Edit Group leads to Crash.
2010-04-08 07:52:18 +00:00
san
845309d919
Issue 0020580: improved validation in integer and double spin boxes, possibility to adjust input field precision through preferences
2010-04-05 11:43:42 +00:00
eap
01d2cde96d
0020672: EDF 1243 SMESH : Be able to transform mixed mesh
...
* Add "Split into Tetrahedra" operation
2010-03-30 12:36:23 +00:00
eap
aa031dbe39
untabify
2010-03-25 14:51:26 +00:00
ouv
4d33eed28b
Issue 0020613: EDF 1106 : Modify Node Marker in SMESH and VISU
2010-03-25 13:55:29 +00:00
vsr
6468f538ec
Issue 0020788: EDF 1339 SMESH : Crash after enabling "Auto Color" feature in attached MED file
2010-03-22 15:15:49 +00:00
dmv
736b66759f
0020788: EDF 1339 SMESH : Crash after enabling "Auto Color" feature in attached MED file
2010-03-22 12:17:15 +00:00
dmv
6339de2d04
IPAL21631 Incorrect Help link.
2010-03-17 07:52:51 +00:00
skl
3e93aa815a
Changes for bug 0020671.
2010-03-12 05:38:02 +00:00
skl
0af7b3cb3d
Changes for bug 0020671.
2010-03-03 07:23:24 +00:00
adam
226dd03db2
*** empty log message ***
2010-03-01 14:14:38 +00:00