Commit Graph

709 Commits

Author SHA1 Message Date
eap
6d10da4745 SMESH::Hypothesis_Status SMESH_Mesh_i::ConvertHypothesisStatus
(SMESH_Hypothesis::Hypothesis_Status theStatus){
  switch (theStatus) {
+  RETURNCASE( HYP_NEED_SHAPE    );
2008-07-21 09:53:33 +00:00
eap
df5d0e7d52 CORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
{
-    return false;
+    return 0;
2008-07-21 09:52:43 +00:00
eap
5b2379017c [SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
+  // Return mesh elements preventing computation of a subshape
+  SMESH::MeshPreviewStruct* GetBadInputElements( SMESH::SMESH_Mesh_ptr theMesh,
+                                                 CORBA::Short          theSubShapeID )
2008-07-21 09:51:45 +00:00
eap
5cb83e99e0 [SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
fix for algos not needing shapes
2008-07-21 09:50:39 +00:00
eap
a995fac75d [SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
{
   _name = "UseExisting_1D";
   _shapeType = (1 << TopAbs_EDGE); // 1 bit per shape type
+  _requireShape = false;
 }
2008-07-21 09:49:06 +00:00
eap
95b07959a5 fix misspelling 2008-07-21 09:47:54 +00:00
eap
33cfc57a7c fix the problem that dependent submeshes are not always cleared when
hypothesis is removed
2008-07-21 09:47:15 +00:00
eap
60d6911d52 [SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
improve work with algos not needeing shapes
2008-07-21 09:43:48 +00:00
eap
6f8dc08854 [SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
enum Hypothesis_Status // in the order of severity
  {
+    HYP_NEED_SHAPE    // algorithm can work on shape only
2008-07-21 09:42:35 +00:00
eap
58f17329c5 [SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
store bad input elements and nodes
2008-07-21 09:41: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
dmv
cba44c5492 Bug IPAL19981 4x regress: unstable font for values of scalar bar 2008-07-08 08:15:13 +00:00
eap
6da23ffa6f [SALOME platform 0019911]: pb of memory allocation in SMESH
call CheckMemory() not at any entity addition but after adding
    CHECKMEMORY_INTERVAL(=1000) entities.
2008-07-07 07:36:47 +00:00
eap
9ea74d4371 [SALOME platform 0019911]: pb of memory allocation in SMESH
make the amount of memory allocated at each step depend on total RAM size
2008-07-07 07:34:17 +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
d408364886 Bug IPAL19581 REGR: Fatal error SIGSEGV on validation "Selection filter library" 2008-06-26 12:54:23 +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
eap
7a3da6781d [SALOME platform 0019880]: SIGSEV while dumping the study 2008-06-11 07:05:33 +00:00
maintenance team
3ce073b610 warning added by customer's request 2008-06-10 11:57:03 +00:00
eap
09c536b7fe Assure re-compute after "Clear Mesh data" if there was computation failure 2008-06-09 08:05:23 +00:00
vsr
b471fad098 Issue 0016760: improve dialog box 2008-06-09 07:09:36 +00:00
vsr
ad8625f0e3 Issue 0016760: Fix pb in zero size of MED file 2008-06-09 07:08:28 +00:00
eap
bfc5148139 [SALOME platform 0019867]: Export/Import MED problem with Volumes
Prevent from whitespace being the last char of family name - II
2008-06-09 06:49:26 +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
maintenance team
84773046b3 Changing version to 4.1.3 2008-06-02 06:55:14 +00:00
eap
e8ee05e869 PAL16760 - MED file information
store MedFileInfo instead of file name in order not to open med
    file every time GetMedFileInfo() is called, which happens at every
    invoking pop-up of mesh.
2008-05-30 09:26:48 +00:00
skl
ce5a49c530 Update for bug IPAL19784. 2008-05-29 05:11:32 +00:00
skl
5971357dfc Updated for IPAL19813. 2008-05-28 05:36:27 +00:00
asl
239fc6cc6a PAL16760 - MED file information 2008-05-27 10:27:58 +00:00
eap
564bdefc73 PAL19816 error in the Mesh Module Reference Manual v4.1.2.
fix description of "Scale Distribution"
2008-05-27 08:50:45 +00:00
dmv
2c5c38b368 IPAL 19788 REGRESSION - groups are lost after import UNV file. 2008-05-27 08:28:45 +00:00
eap
caf39ac84c PAL19817 Projection 1D algorithm failure.
fix association of groups by propagation
2008-05-27 07:43:06 +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
skl
a1e8ac1ffa Updated for IPAL19826. 2008-05-27 06:13:26 +00:00
eap
2a180e9a89 add missing includes 2008-05-26 14:15:28 +00:00
eap
4e38a82bb3 comment warning message 2008-05-26 14:15:02 +00:00