306 Commits

Author SHA1 Message Date
eap
c30767d7fd PAL13330( When mesh generation does not success, trace where )
enum of algo state changed
2007-04-10 14:12:43 +00:00
eap
aca6594acc PAL13330( When mesh generation does not success, trace where )
+msgid "ICON_SMESH_TREE_MESH_PARTIAL"
+msgstr "mesh_tree_mesh_partial.png"
2007-04-10 14:12:19 +00:00
eap
467cba1441 PAL13330( When mesh generation does not success, trace where )
-  void ModifiedMesh (_PTR(SObject) theSObject, bool theIsRight);
+  void ModifiedMesh (_PTR(SObject) theSObject, bool theIsNot, bool isEmptyMesh=false);
+      aPixmap->SetPixMap("ICON_SMESH_TREE_MESH_PARTIAL");
2007-04-10 14:11:29 +00:00
eap
3f93b306d9 PAL13330( When mesh generation does not success, trace where )
-  // Assign new hypotheses and algorithms
+  // First, remove old algos in order to avoid messages on algorithm hiding
2007-04-10 14:10:32 +00:00
eap
642f5a42a7 PAL13330( When mesh generation does not success, trace where )
+  if( isStudyLocked() )
+    return false;
2007-04-10 14:09:51 +00:00
eap
a68d1c0471 PAL13330( When mesh generation does not success, trace where )
+  GEOM::GEOM_Object_ptr GetSubShape (GEOM::GEOM_Object_ptr theMainShape,
+                                     long                  theID)
2007-04-10 14:08:35 +00:00
eap
b803a6ab4f PAL13330( When mesh generation does not success, trace where )
-SUIT_ResourceMgr* resourceMgr()
+SUIT_ResourceMgr* SMESHGUI_Dialog::resourceMgr()
2007-04-10 14:08:12 +00:00
eap
d5f44a9c1d PAL13330( When mesh generation does not success, trace where )
+    case 701: // Compute mesh
+      op = new SMESHGUI_ComputeOp();
+    break;
2007-04-10 14:07:48 +00:00
eap
665a9c773a PAL13330( When mesh generation does not success, trace where )
+		SMESHGUI_ComputeDlg.cxx
2007-04-10 14:07:06 +00:00
eap
1975d80152 PAL13330( When mesh generation does not success, trace where )
dialogue shoing mesh computation result
2007-04-10 14:00:54 +00:00
jfa
0fcbb05a58 Fix bug 15418: Crash on Create Group, Apply if Mesh field is empty 2007-03-30 10:44:34 +00:00
akl
f0d8fc7200 IPAL15344 (SMESH_MeshEditor.idl: signature of MergeEqualElements() was changed):
restore MergeEqualElements() signature.
2007-03-27 09:35:17 +00:00
akl
d019e0815b IPAL15344 (SMESH_MeshEditor.idl: signature of MergeEqualElements() was changed):
use a new 'MergeElements()' functionality instead of 'MergeEqualElements()' one.
2007-03-27 09:34:15 +00:00
akl
3cbe51225b PAL13190 (EDF159 SMESH: in Merge Nodes and Merge Elements, visualisze nodes or meshes twice):
union MergeNodes and MergeElements dialogs into 'SMESHGUI_EditMeshDlg' and reconstruct its.
2007-03-23 14:42:48 +00:00
akl
0bef4d9457 PAL13190 (EDF159 SMESH: in Merge Nodes and Merge Elements, visualisze nodes or meshes twice):
move MergeNodes dialog here and reconstruct it;
	add the additional GUI controls;
	add mechanism of numbering of the selected mesh nodes and elements.
2007-03-23 14:38:37 +00:00
akl
57fb474675 PAL13190 (EDF159 SMESH: in Merge Nodes and Merge Elements, visualisze nodes or meshes twice):
add messages to 'SMESHGUI_EditMeshDlg' dialog from 'SMESHGUI_MergeNodesDlg'.
2007-03-23 14:21:40 +00:00
akl
88935cd2fb To update MergeEqualElements() interface in accordance with PAL13190 improvement. 2007-03-23 14:09:47 +00:00
enk
6c0166b6e1 Improvement:
Adding support of export to STL format (ASCII and Binary modes)
2007-03-23 11:31:50 +00:00
jfa
20061d9dd9 Fix bug 15194: Warning '..already exists.' on Create submesh, though it is done for the first time. It's impossible to answer No. 2007-03-14 09:32:28 +00:00
akl
66b687c454 1) IPAL15174 (Dump study works wrong for Concatenate):
fix of Problem 1 (no icon ?Build compound? in dialog box).
2) add the checking of the study lock.
2007-03-09 09:26:28 +00:00
akl
5406be05fd 1) IPAL15174 (Dump study works wrong for Concatenate):
fix of Problem 1 (no icon ?Build compound? in dialog box).
2007-03-09 09:23:55 +00:00
akl
28c7a65f90 1) IPAL15174 (Dump study works wrong for Concatenate):
fix of Problem 1 (no icon ?Build compound? in dialog box).
2) add the checking of the study lock.
3) change the help file name.
2007-03-09 09:21:56 +00:00
akl
c4b1359adb IPAL15174 (Dump study works wrong for Concatenate):
fix of Problem 1 (no icon ?Build compound? in dialog box).
2007-03-09 09:15:13 +00:00
eap
5dc951b4bf PAL15161 (Mesh to pass through a point - preview works wrong for the submesh and group)
Clear selection at Apply()
2007-03-07 10:39:01 +00:00
eap
e0af6f94f0 PAL13460 (PAL EDF 301 force the mesh to go through a point)
enable selection of vertices
2007-03-06 10:50:30 +00:00
eap
6b3655d049 fix PAL15161 (Mesh to pass through a point - preview works wrong for the submesh and group)
enable "Update" at "Display" and "DisplayOnly" independently of automaticUpdate()
2007-03-06 10:39:22 +00:00
akl
9f080256d8 PAL13312 (EDF262 SMESH mesh concatenation operation needed):
move "Build compound" menu and toolbar button
2007-03-06 09:28:54 +00:00
akl
6e57255bd6 PAL13312 (EDF262 SMESH mesh concatenation operation needed):
add mesh_build_compound.png
2007-03-05 14:23:35 +00:00
akl
817affcec2 PAL13312 (EDF262 SMESH mesh concatenation operation needed):
set the correct icon
2007-03-05 14:22:24 +00:00
akl
f9a07a8a0a PAL13312 (EDF262 SMESH mesh concatenation operation needed):
add SMESHGUI_BuildCompoundDlg
2007-03-05 11:26:53 +00:00
akl
6b49d8f0aa PAL13312 (EDF262 SMESH mesh concatenation operation needed):
add SMESHGUI_BuildCompoundDlg.*
2007-03-05 11:13:55 +00:00
eap
170a5c7165 PAL13460 (PAL EDF 301 force the mesh to go through a point)
notify on invalid parameters
2007-03-05 07:31:47 +00:00
rnv
4ce5a89eed Implementation of PAL13462 (Complete MergeNodes). 2007-03-02 08:03:40 +00:00
eap
5c93a99d19 PAL13460 (force the mesh to go through a point)
extract SMESH_MeshEditor.idl from SMESH_Mesh.idl
2007-02-28 10:27:16 +00:00
eap
5b42eae062 PAL13639 ( Create "0D Hypothesis" )
+  void SetColor(double R, double G, double B);
+  SALOME_Actor* GetActor() { return myPreviewActor; }

   extract SMESH_MeshEditor.idl from SMESH_Mesh.idl
2007-02-28 10:26:25 +00:00
eap
0cea136df9 PAL13460 (force the mesh to go through a point)
add SMESHGUI_MakeNodeAtPointDlg
   extract SMESH_MeshEditor.idl from SMESH_Mesh.idl
2007-02-28 10:00:55 +00:00
eap
0510c5f9c6 PAL13460 (force the mesh to go through a point)
extract SMESH_MeshEditor.idl from SMESH_Mesh.idl
2007-02-28 09:58:34 +00:00
eap
2069193969 PAL13460 (force the mesh to go through a point)
add SMESHGUI_MakeNodeAtPointDlg.*
2007-02-28 09:50:34 +00:00
eap
395375860c PAL13460 (PAL EDF 301 force the mesh to go through a point)
add SMESHGUI_MeshEditPreview.* showing SMESH::MeshPreviewStruct
2007-02-21 17:03:13 +00:00
eap
49a1404d87 PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
enable 0D hypotheses
2007-02-19 16:39:06 +00:00
skl
1a1cdf7bcc Corrected for bug NPAL14695 2007-02-08 12:17:05 +00:00
jfa
1a264e7061 Activate or create a new VTK viewer for Mesh automatic update after computation. Following curtomer remarks. 2007-01-26 11:31:57 +00:00
eap
ff986a68db PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
add HYP_HIDDEN_ALGO and HYP_HIDING_ALGO Hypothesis_Status'es
        letting the user know that assigned algorithm will not be
        taken into account while mesh generation
2007-01-19 14:39:30 +00:00
mzn
428cfb6a77 Additional fix for bug IPAL9834(selection in transformation does not work for group displayed only). 2007-01-19 11:20:38 +00:00
mkr
413db213ee Fix for bug PAL13900 : SMESH : "Move_Node" ergonomy. 2007-01-16 12:09:00 +00:00
mzn
b4457771a2 Fix for bug IPAL9834(SMESH ? selection in transformation does not work for group displayed only). 2007-01-12 15:55:37 +00:00
eap
7a9f3cc854 PAL14419 (IMP: a filter predicate to find nodes/elements lying on any
kind of geom surface needed)
       BelongToGenSurface predicate created
2006-12-29 09:20:05 +00:00
mkr
a901ac3222 Fix for bug NPAL14172 : EDF 7 SMESH : Option to force renumbering nodes in the preferences menu. 2006-12-29 06:15:18 +00:00
skl
f2e8eabef3 Some changes for bug PAL14022. 2006-12-14 07:27:16 +00:00
mzn
5564653998 Fix for bug IPAL13981(SIGSEGV on edit a group). 2006-12-11 14:43:18 +00:00