Commit Graph

280 Commits

Author SHA1 Message Date
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
eap
3324206404 PAL13473 (Build repetitive mesh):
1) show the reason why a mesher lib is not loaded in DEBUG mode
	2) treat a new algo error
2006-12-06 15:20:18 +00:00
eap
8860097b4b PAL13473 (Build repetitive mesh):
1) now dlg of MESHGUI_GenericHypothesisCreator is non modal
	2) make MESHGUI_GenericHypothesisCreator::dlg() work
2006-12-06 15:18:17 +00:00
eap
b6766b8ebd PAL13473 (Build repetitive mesh):
1) desable myDlg when edit/create a hyp as now dlg of      			MESHGUI_GenericHypothesisCreator is non modal
	2) fix pb that changing algo MEFISTO+hyp -> Quad(mapping) does not
	unassign hyp of MEFISTO
2006-12-06 15:15:00 +00:00
eap
6bd62e2312 PAL13473 (Build repetitive mesh):
add 2 new algo error msgs
2006-12-06 15:09:56 +00:00
eap
0f50116e02 PAL13473 (Build repetitive mesh):
export MESHGUI_VTKUtils.h
2006-12-06 15:08:29 +00:00
mkr
c158102688 Fix for PAL14092 : EDF PAL 337 : SMESH Display problem on VTK. 2006-12-04 13:01:51 +00:00
mzn
158db6afbf Mesh module improvement related to selection of geometrical objects in mesh group and sub-mesh creation GUI. 2006-11-30 07:48:32 +00:00
mzn
b86d1b358d Fix for bug IPAL13980(The object browser is not updated automatically after "Find geometry by mesh"). 2006-11-24 12:30:39 +00:00
jfa
b4b28c38b9 IMP PAL13422: EDF291: define a submesh with more than one entities. Create a group from all selected subshapes and then define a submesh on this group. 2006-11-01 08:15:13 +00:00
skl
2d1ed8ae65 Corrected for bug PAL13637.
Changes in ::OnGUIEvent() in switch for case 9010.
2006-10-24 05:22:35 +00:00
mzn
80c143d3ef Fix for PAL13364(EDF PAL271 : Med export with not enough space on disk : No Warning message). 2006-10-19 08:29:58 +00:00
jfa
4c42415f0f PAL13571: 'Create Mesh' dialog: selected geometry is changed after hypothesis creation. 2006-10-05 11:17:52 +00:00
maintenance team
19aa849efc Update for gcc4.1.1 2006-09-26 08:24:09 +00:00
mkr
c03ce1302c Fix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editing the hypothesis. 2006-09-25 11:09:26 +00:00
mkr
ecf147ce97 Fix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editing the hypothesis. 2006-09-25 09:01:06 +00:00
jfa
ffd567ddfa PAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto. 2006-09-08 11:18:59 +00:00
jfa
9ab6519add PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Improve fix to not catch exceptions. 2006-08-16 10:25:26 +00:00
jfa
1cfad77716 PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Additional fix. 2006-08-15 09:52:22 +00:00
mzn
1b6700a4a5 Fix for bug IPAL10053. 2006-07-28 09:51:49 +00:00
skl
fba89e60bc Correction for bug IPAL12631. 2006-07-27 11:16:54 +00:00
mzn
5c744000ba Fix for IPAL12387. 2006-07-21 14:13:45 +00:00
mzn
9481b237a1 Fix for PAL6643. 2006-07-21 10:16:50 +00:00
skl
882f929e86 Add needed message for bug PAL5437. 2006-07-14 07:42:30 +00:00
skl
102ebded1b Update method isValid() for bug IPAL11201. 2006-07-14 06:24:54 +00:00
jfa
912e56d747 PAL12755: SALOME frozen with 'Load Script' and a python module. A fix by Christian CAREMOLI. 2006-07-12 14:34:12 +00:00
eap
9d574375ee PAL12789. Add and use COORD_MIN and COORD_MAX macros 2006-07-03 14:23:38 +00:00