Commit Graph

279 Commits

Author SHA1 Message Date
eap
043cbb6e60 0019970: create groups automatically
remove "Name" lineEdit
2008-10-01 12:04:32 +00:00
eap
6298ac0081 0019970: create groups automatically
remove not realized slots
2008-10-01 08:24:29 +00:00
eap
ba61af6520 0019970: create groups automatically 2008-09-30 08:07:29 +00:00
eap
ac0b64544d [SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
fix
error: default argument missing for parameter 14 of 'HypothesisData::HypothesisData(const QString&, const QString&, const QString&, const QString&, const QString&, const QString&, const QValueList<int>&, bool, const QStringList&, const QStringList&, const QStringList&, const QStringList&, bool, bool)'
2008-09-18 05:51:19 +00:00
eap
b4ce843583 [SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+msgid "SMESHGUI_MeshOp::SUBMESH_NOT_ALLOWED"
+msgstr "No sense in creating a submesh ignored by global algorithm \"%1\""
2008-09-16 14:51:26 +00:00
eap
fb8f3ac751 [SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
Read a new aglo attribute "support-submeshes":

+      QString suppSub = atts.value("support-submeshes");
+      if ( !suppSub.isEmpty() )
+        isSupportSubmeshes = (suppSub == "true");
+
2008-09-16 14:50:02 +00:00
eap
8e7cd4625d [SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
//================================================================================
 /*!
+ * \brief Return name of the algorithm that does not support submeshes and makes
+ * submesh creation useless
+ *  \retval char* - string is to be deleted!!!
+ */
+//================================================================================
+
+char* SMESHGUI_MeshOp::isSubmeshIgnored() const
2008-09-16 14:49:49 +00:00
eap
2bc1c40f58 [SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+  bool IsSupportSubmeshes; //!< TRUE if the algo building all-dim elems supports submeshes
2008-09-16 14:49:07 +00:00
akl
bc3f3f9c01 Fix for issue 0019935: EDF 793 SMESH: Drawing of a line on a non-planar surface. To draw only connectivity lines. 2008-08-01 07:39:10 +00:00
eap
08ba46c116 [SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
+msgid "SMESH_HYP_13"
+msgstr "Algorithm can't work without shape"
+
+msgid "SMESHGUI_ComputeDlg::SHOW_BAD_MESH"
+msgstr "Show bad Mesh"
+
2008-07-21 09:58:49 +00:00
eap
481dfe6e2e [SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
+  void onShowBadMesh();
2008-07-21 09:58:11 +00:00
dmv
b4aed9ff1c Bug IPAL20034 Error after Find geometry by mesh element selection,if element is selected,but mesh isn't created.Regress. 2008-07-15 06:20:48 +00:00
skl
779689b9a7 Changes for bug IPAL19574. 2008-07-04 11:02:20 +00:00
mkr
4112f94a38 Fix for bug IPAL20043 : Problem of current folder definition during mesh export (Appendix for Mantis 0019903). 2008-07-03 09:00:42 +00:00
jfa
c174b59dd5 Bug 0019389: Impossible to create a group with a selection in another group. 2008-07-03 07:33:37 +00:00
vsr
4324ec1b43 IMP 001989: multi selection in "Import" dialog boxes 2008-07-02 08:41:03 +00:00
dmv
dcb0b83441 Bug IPAL20033 Error after Close Study with Change Clipping dialog box opened. Sometimes it either crashes or hangs up. 2008-07-01 13:26:51 +00:00
dmv
15ec793e1d Bug IPAL20038 Name disappears in Create Group on Mesh dialog box when Group type is changed. 2008-07-01 12:38:09 +00:00
mkr
4f55f53101 Fix for bug 0019903: EDF 781 SMESH: give a default name when exporting mesh. 2008-06-30 10:06:21 +00:00
dmv
b9f577609d IPAL19824, Smoothing. Selection of edges is incorrect - they must be inactive.
IPAL10421, Needless selection in 3D Viewer during Smoothing operation
2008-06-23 10:18:26 +00:00
skl
aa7d5e89a0 Updated for bug IPAL19474. 2008-06-23 07:56:20 +00:00
dmv
25dc346fe7 IPAL 19883 Smoothing. Error on Apply if "Fixed nodes ids" is activated, but node is not selected. 2008-06-20 13:53:26 +00:00
vsr
3506ddb84a Fix problems with quadratic elements preview in 'Add Quadriatic element' dialog box. 2008-06-20 13:24:37 +00:00
dmv
e48a1779f1 IPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode 2008-06-19 10:33:52 +00:00
vsr
607c254121 Fix bug with SIGSEGV when entering wrong edge id in "Diagonal Inversion" and "Union Triangles" dialog boxes 2008-06-19 08:39:09 +00:00
dmv
a0a59a9d9c ID 0019887: EDF 757 SMESH: It is possible to delete a referenced GEOM object from SMESH 2008-06-19 07:15:20 +00:00
skl
d606c0d54d Update for bug IPAL19574. 2008-06-19 05:35:18 +00:00
vsr
b471fad098 Issue 0016760: improve dialog box 2008-06-09 07:09:36 +00:00
mzn
9400fe5867 Fix for bug 0019870(Import/Export should show current directory). Correction. 2008-06-07 13:55:17 +00:00
mzn
3e81347908 Fix for bug 0019870(Import/Export should show current directory). 2008-06-07 12:49:40 +00:00
skl
ce5a49c530 Update for bug IPAL19784. 2008-05-29 05:11:32 +00:00
asl
239fc6cc6a PAL16760 - MED file information 2008-05-27 10:27:58 +00:00
eap
2637a98e56 PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
hide groups and submeshes
2008-05-27 06:17:13 +00:00
eap
54df188f64 PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects 2008-05-26 14:14:19 +00:00
eap
7a72e1b402 remove obsolete file 2008-05-23 10:15:17 +00:00
dmv
ef54a05a85 Bug #: NPAL19561 Strip extra spaces from groups popup menu in SMESH 2008-05-22 08:54:11 +00:00
mkr
e4ca575902 Fix for NPAL19645 : Improve SMESH documentation: describe all filters. 2008-05-20 13:23:55 +00:00
jfa
fae671f73c NPAL19658: Deletion problem. Invalid actions were called by shortcuts. 2008-05-20 08:03:01 +00:00
dmv
b66fdf7ddc NPAL13898 2008-05-08 13:19:51 +00:00
dmv
c3e2a7b12e NPAL13898 Ok/Apply/Close laborious for User 2008-05-07 11:37:21 +00:00
jfa
1eae970eff Default MED version for export is 2.3. 2008-05-06 07:32:45 +00:00
mzn
9764a38099 Additional fix for bug NPAL19028 (see remarks from Olivier Giorgis). 2008-04-29 13:17:03 +00:00
eap
688f84c387 Fix problem that "Show SubShape" does not work 2008-04-25 06:26:27 +00:00
eap
975d5ce014 in GetAvailableHypotheses(), checkGeometry only for algorithms 2008-04-24 12:50:31 +00:00
dmv
6d38cbb6d0 Correct implementation of NPAL 19561 2008-04-17 08:41:36 +00:00
eap
f2bbde8d18 add method allowing to customize help page location
+  virtual QString helpPage() const;
2008-04-17 07:44:47 +00:00
dmv
660f03eed4 NPAL 19561 Name of objects does not appear in the context menu of VTK viewer 2008-04-16 10:17:40 +00:00
eap
0958758e5e PAL18352, PAL19290: Conflict in objects selections when switching modules
+  virtual bool                        isSelectionCompatible();
2008-04-16 08:22:32 +00:00
eap
1634a3e4d9 PAL19321 Problem of Create Group for volumes
SetEntityMode() according to group type
2008-03-21 11:10:21 +00:00
mzn
7438b0e7bc Fix for bug NPAL19028 ( Default way browser ). 2008-03-20 12:44:29 +00:00