Salome HOME
modules/smesh.git
15 years agoFix compilation problem on Calibre 5 configuration (f77 vs gfortran) V4_1_4a1
abd [Tue, 23 Sep 2008 06:49:02 +0000 (06:49 +0000)]
Fix compilation problem on Calibre 5 configuration (f77 vs gfortran)

15 years agoFix of issue 0019967: EDF SMESH 806: TUI script example is missing for the Concatenat...
akl [Thu, 18 Sep 2008 07:46:25 +0000 (07:46 +0000)]
Fix of issue 0019967: EDF SMESH 806: TUI script example is missing for the Concatenate and ConcatenateWithGroups functions.

15 years agoFix of issue 0019967: EDF SMESH 806: TUI script example is missing for the Concatenat...
akl [Thu, 18 Sep 2008 07:32:17 +0000 (07:32 +0000)]
Fix of issue 0019967: EDF SMESH 806: TUI script example is missing for the Concatenate and ConcatenateWithGroups functions.

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Thu, 18 Sep 2008 05:51:19 +0000 (05:51 +0000)]
[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)'

15 years agoAdditional fix for issue 16186
rnv [Wed, 17 Sep 2008 14:21:07 +0000 (14:21 +0000)]
Additional fix for issue 16186
Now quadrangle split into 2 triangles by smallest diagonal.

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:51:49 +0000 (14:51 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
  Add new NETGEN parameters to Mesh_Triangle and Mesh_Tetrahedron algorithms

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:51:26 +0000 (14:51 +0000)]
[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\""

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:50:02 +0000 (14:50 +0000)]
[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");
+

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:49:49 +0000 (14:49 +0000)]
[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

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:49:07 +0000 (14:49 +0000)]
[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

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:38:55 +0000 (14:38 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
1)        algo->Compute() depending on algo->SupportSubmeshes()
2)
+  /*!
+   * \brief Return true if no mesh entities is bound to the submesh
+   */
+  bool IsEmpty() const;

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:38:25 +0000 (14:38 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+  /*!
+   * \brief Return an alternative parameter for a node on seam
+   */
+  double GetOtherParam(const double param) const;

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:38:08 +0000 (14:38 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
   const SMESH_Hypothesis * GetHypothesis(const TopoDS_Shape &    aSubShape,
                                          const SMESH_HypoFilter& aFilter,
-                                         const bool              andAncestors) const;
+                                         const bool              andAncestors,
+                                         TopoDS_Shape*           assignedTo=0) const;

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:37:45 +0000 (14:37 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+  static SMESH_HypoPredicate* IsMoreLocalThan(const TopoDS_Shape& theShape);

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:37:28 +0000 (14:37 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
        rearrange Compute()

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 14:36:59 +0000 (14:36 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+  bool SupportSubmeshes() const { return _supportSubmeshes; }
+  // 5 - whether supports submeshes if !NeedDescretBoundary()

15 years agoFix for issue 19964 EDF SMESH 803( Bad dump script of revolutionned mesh with groups).
rnv [Tue, 16 Sep 2008 12:11:37 +0000 (12:11 +0000)]
Fix for issue 19964 EDF SMESH 803( Bad dump script of revolutionned mesh with groups).

15 years agoFix for issue 19964 EDF SMESH 803( Bad dump script of revolutionned mesh with groups).
rnv [Tue, 16 Sep 2008 11:16:42 +0000 (11:16 +0000)]
Fix for issue 19964 EDF SMESH 803( Bad dump script of revolutionned mesh with groups).

15 years agoPorting to CAS-6.3
maintenance team [Wed, 10 Sep 2008 13:06:13 +0000 (13:06 +0000)]
Porting to CAS-6.3

15 years agoImplementation on the issue 16186: EDF PAL 459: Mapping: when refining, to separate...
rnv [Mon, 8 Sep 2008 13:24:39 +0000 (13:24 +0000)]
Implementation on the issue 16186: EDF PAL 459: Mapping: when refining, to separate quadrangles into 2 triangles.

15 years agoUpdated for feature 0016220 from Mantis.
skl [Fri, 5 Sep 2008 09:58:56 +0000 (09:58 +0000)]
Updated for feature 0016220 from Mantis.

15 years ago[SALOME platform 0019943]: Pb with projection 2d
eap [Tue, 2 Sep 2008 08:44:30 +0000 (08:44 +0000)]
[SALOME platform 0019943]: Pb with projection 2d
     In SMESH_Pattern::Load(mesh,face), fix treating seam vertices of not seam edges

15 years agoInitialize some fields before usage.
jfa [Tue, 2 Sep 2008 07:47:02 +0000 (07:47 +0000)]
Initialize some fields before usage.

15 years agoFix for issue 0019935: EDF 793 SMESH: Drawing of a line on a non-planar surface....
akl [Fri, 1 Aug 2008 07:39:10 +0000 (07:39 +0000)]
Fix for issue 0019935: EDF 793 SMESH: Drawing of a line on a non-planar surface. To draw only connectivity lines.

15 years ago[SALOME platform 0019943] Pb with projection 2d
eap [Mon, 28 Jul 2008 16:00:01 +0000 (16:00 +0000)]
[SALOME platform 0019943] Pb with projection 2d
    distinguish the case of seam edge encountered twice in face wire from
    the case of seam encountered once

15 years ago[SALOME platform 0019943] Pb with projection 2d
eap [Mon, 28 Jul 2008 15:57:35 +0000 (15:57 +0000)]
[SALOME platform 0019943] Pb with projection 2d
+  bool IsRealSeam(const int subShape) const

15 years agoRemove debug traces
jfa [Fri, 25 Jul 2008 10:50:02 +0000 (10:50 +0000)]
Remove debug traces

15 years agoBug 0019943: Pb with projection 2d. Fix for a seam edge on not really closed face.
jfa [Fri, 25 Jul 2008 10:32:18 +0000 (10:32 +0000)]
Bug 0019943:  Pb with projection 2d. Fix for a seam edge on not really closed face.

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:58:49 +0000 (09:58 +0000)]
[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"
+

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:58:11 +0000 (09:58 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
+  void onShowBadMesh();

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:57:13 +0000 (09:57 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
  Move MeshPreviewStruct to SMESH_Mesh.idl

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:56:41 +0000 (09:56 +0000)]
[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
   };

  Move here MeshPreviewStruct from MeshEditor

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:55:03 +0000 (09:55 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
   struct ComputeError
   {
+    boolean hasBadMesh; // there are elements preventing computation available for visualization
   }

+  SMESH::MeshPreviewStruct* GetBadInputElements( SMESH::SMESH_Mesh_ptr theMesh,
+                                                 CORBA::Short          theSubShapeID )

15 years agoSMESH::Hypothesis_Status SMESH_Mesh_i::ConvertHypothesisStatus
eap [Mon, 21 Jul 2008 09:53:33 +0000 (09:53 +0000)]
SMESH::Hypothesis_Status SMESH_Mesh_i::ConvertHypothesisStatus
                         (SMESH_Hypothesis::Hypothesis_Status theStatus){
  switch (theStatus) {
+  RETURNCASE( HYP_NEED_SHAPE    );

15 years agoCORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
eap [Mon, 21 Jul 2008 09:52:43 +0000 (09:52 +0000)]
CORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
{
-    return false;
+    return 0;

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:51:45 +0000 (09:51 +0000)]
[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 )

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:50:39 +0000 (09:50 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
   fix for algos not needing shapes

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:49:06 +0000 (09:49 +0000)]
[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;
 }

15 years agofix misspelling
eap [Mon, 21 Jul 2008 09:47:54 +0000 (09:47 +0000)]
fix misspelling

15 years agofix the problem that dependent submeshes are not always cleared when
eap [Mon, 21 Jul 2008 09:47:15 +0000 (09:47 +0000)]
fix the problem that dependent submeshes are not always cleared when
hypothesis is removed

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:43:48 +0000 (09:43 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
     improve work with algos not needeing shapes

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:42:35 +0000 (09:42 +0000)]
[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

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:41:11 +0000 (09:41 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
    store bad input elements and nodes

15 years agoBug IPAL20034 Error after Find geometry by mesh element selection,if element is selec...
dmv [Tue, 15 Jul 2008 06:20:48 +0000 (06:20 +0000)]
Bug IPAL20034 Error after Find geometry by mesh element selection,if element is selected,but mesh isn't created.Regress.

15 years agoBug IPAL19981 4x regress: unstable font for values of scalar bar
dmv [Tue, 8 Jul 2008 08:15:13 +0000 (08:15 +0000)]
Bug IPAL19981 4x regress: unstable font for values of scalar bar

15 years ago[SALOME platform 0019911]: pb of memory allocation in SMESH
eap [Mon, 7 Jul 2008 07:36:47 +0000 (07:36 +0000)]
[SALOME platform 0019911]: pb of memory allocation in SMESH
    call CheckMemory() not at any entity addition but after adding
    CHECKMEMORY_INTERVAL(=1000) entities.

15 years ago[SALOME platform 0019911]: pb of memory allocation in SMESH
eap [Mon, 7 Jul 2008 07:34:17 +0000 (07:34 +0000)]
[SALOME platform 0019911]: pb of memory allocation in SMESH
    make the amount of memory allocated at each step depend on total RAM size

15 years agoChanges for bug IPAL19574.
skl [Fri, 4 Jul 2008 11:02:20 +0000 (11:02 +0000)]
Changes for bug IPAL19574.

15 years agoFix for bug IPAL20043 : Problem of current folder definition during mesh export ...
mkr [Thu, 3 Jul 2008 09:00:42 +0000 (09:00 +0000)]
Fix for bug IPAL20043 : Problem of current folder definition during mesh export (Appendix for Mantis 0019903).

15 years agoBug 0019389: Impossible to create a group with a selection in another group.
jfa [Thu, 3 Jul 2008 07:33:37 +0000 (07:33 +0000)]
Bug 0019389: Impossible to create a group with a selection in another group.

15 years agoIMP 001989: multi selection in "Import" dialog boxes
vsr [Wed, 2 Jul 2008 08:41:03 +0000 (08:41 +0000)]
IMP 001989: multi selection in "Import" dialog boxes

15 years agoBug IPAL20033 Error after Close Study with Change Clipping dialog box opened. Sometim...
dmv [Tue, 1 Jul 2008 13:26:51 +0000 (13:26 +0000)]
Bug IPAL20033 Error after Close Study with Change Clipping dialog box opened. Sometimes it either crashes or hangs up.

15 years agoBug IPAL20038 Name disappears in Create Group on Mesh dialog box when Group type...
dmv [Tue, 1 Jul 2008 12:38:09 +0000 (12:38 +0000)]
Bug IPAL20038 Name disappears in Create Group on Mesh dialog box when Group type is changed.

15 years agoFix for bug 0019903: EDF 781 SMESH: give a default name when exporting mesh.
mkr [Mon, 30 Jun 2008 10:06:21 +0000 (10:06 +0000)]
Fix for bug 0019903: EDF 781 SMESH: give a default name when exporting mesh.

15 years agoBug IPAL19581 REGR: Fatal error SIGSEGV on validation "Selection filter library"
dmv [Thu, 26 Jun 2008 12:54:23 +0000 (12:54 +0000)]
Bug IPAL19581 REGR: Fatal error SIGSEGV on validation "Selection filter library"

15 years agoIPAL19824, Smoothing. Selection of edges is incorrect - they must be inactive.
dmv [Mon, 23 Jun 2008 10:18:26 +0000 (10:18 +0000)]
IPAL19824, Smoothing. Selection of edges is incorrect - they must be inactive.
IPAL10421, Needless selection in 3D Viewer during Smoothing operation

15 years agoUpdated for bug IPAL19474.
skl [Mon, 23 Jun 2008 07:56:20 +0000 (07:56 +0000)]
Updated for bug IPAL19474.

15 years agoIPAL 19883 Smoothing. Error on Apply if "Fixed nodes ids" is activated, but node...
dmv [Fri, 20 Jun 2008 13:53:26 +0000 (13:53 +0000)]
IPAL 19883 Smoothing. Error on Apply if "Fixed nodes ids" is activated, but node is not selected.

15 years agoFix problems with quadratic elements preview in 'Add Quadriatic element' dialog box.
vsr [Fri, 20 Jun 2008 13:24:37 +0000 (13:24 +0000)]
Fix problems with quadratic elements preview in 'Add Quadriatic element' dialog box.

15 years agoIPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode
dmv [Thu, 19 Jun 2008 10:33:52 +0000 (10:33 +0000)]
IPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode

15 years agoFix bug with SIGSEGV when entering wrong edge id in "Diagonal Inversion" and "Union...
vsr [Thu, 19 Jun 2008 08:39:09 +0000 (08:39 +0000)]
Fix bug with SIGSEGV when entering wrong edge id in "Diagonal Inversion" and "Union Triangles" dialog boxes

15 years agoID 0019887: EDF 757 SMESH: It is possible to delete a referenced GEOM object from...
dmv [Thu, 19 Jun 2008 07:15:20 +0000 (07:15 +0000)]
ID 0019887: EDF 757 SMESH: It is possible to delete a referenced GEOM object from SMESH

15 years agoUpdate for bug IPAL19574.
skl [Thu, 19 Jun 2008 05:35:18 +0000 (05:35 +0000)]
Update for bug IPAL19574.

15 years ago[SALOME platform 0019880]: SIGSEV while dumping the study V4_1_3 V4_1_3rc2
eap [Wed, 11 Jun 2008 07:05:33 +0000 (07:05 +0000)]
[SALOME platform 0019880]: SIGSEV while dumping the study

15 years agowarning added by customer's request
maintenance team [Tue, 10 Jun 2008 11:57:03 +0000 (11:57 +0000)]
warning added by customer's request

15 years agoAssure re-compute after "Clear Mesh data" if there was computation failure
eap [Mon, 9 Jun 2008 08:05:23 +0000 (08:05 +0000)]
Assure re-compute after "Clear Mesh data" if there was computation failure

15 years agoIssue 0016760: improve dialog box
vsr [Mon, 9 Jun 2008 07:09:36 +0000 (07:09 +0000)]
Issue 0016760: improve dialog box

15 years agoIssue 0016760: Fix pb in zero size of MED file
vsr [Mon, 9 Jun 2008 07:08:28 +0000 (07:08 +0000)]
Issue 0016760: Fix pb in zero size of MED file

15 years ago[SALOME platform 0019867]: Export/Import MED problem with Volumes
eap [Mon, 9 Jun 2008 06:49:26 +0000 (06:49 +0000)]
[SALOME platform 0019867]: Export/Import MED problem with Volumes
     Prevent from whitespace being the last char of family name - II

15 years agoFix for bug 0019870(Import/Export should show current directory). Correction.
mzn [Sat, 7 Jun 2008 13:55:17 +0000 (13:55 +0000)]
Fix for bug 0019870(Import/Export should show current directory). Correction.

15 years agoFix for bug 0019870(Import/Export should show current directory).
mzn [Sat, 7 Jun 2008 12:49:40 +0000 (12:49 +0000)]
Fix for bug 0019870(Import/Export should show current directory).

15 years agoChanging version to 4.1.3 V4_1_3rc1
maintenance team [Mon, 2 Jun 2008 06:55:14 +0000 (06:55 +0000)]
Changing version to 4.1.3

15 years agoPAL16760 - MED file information
eap [Fri, 30 May 2008 09:26:48 +0000 (09:26 +0000)]
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.

15 years agoUpdate for bug IPAL19784.
skl [Thu, 29 May 2008 05:11:32 +0000 (05:11 +0000)]
Update for bug IPAL19784.

15 years agoUpdated for IPAL19813.
skl [Wed, 28 May 2008 05:36:27 +0000 (05:36 +0000)]
Updated for IPAL19813.

15 years agoPAL16760 - MED file information
asl [Tue, 27 May 2008 10:27:58 +0000 (10:27 +0000)]
PAL16760 - MED file information

15 years agoPAL19816 error in the Mesh Module Reference Manual v4.1.2.
eap [Tue, 27 May 2008 08:50:45 +0000 (08:50 +0000)]
PAL19816 error in the Mesh Module Reference Manual v4.1.2.
     fix description of "Scale Distribution"

15 years agoIPAL 19788 REGRESSION - groups are lost after import UNV file.
dmv [Tue, 27 May 2008 08:28:45 +0000 (08:28 +0000)]
IPAL 19788 REGRESSION - groups are lost after import UNV file.

15 years agoPAL19817 Projection 1D algorithm failure.
eap [Tue, 27 May 2008 07:43:06 +0000 (07:43 +0000)]
PAL19817 Projection 1D algorithm failure.
      fix association of groups by propagation

15 years agoPAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
eap [Tue, 27 May 2008 06:17:13 +0000 (06:17 +0000)]
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
    hide groups and submeshes

15 years agoUpdated for IPAL19826.
skl [Tue, 27 May 2008 06:13:26 +0000 (06:13 +0000)]
Updated for IPAL19826.

15 years agoadd missing includes
eap [Mon, 26 May 2008 14:15:28 +0000 (14:15 +0000)]
add missing includes

15 years agocomment warning message
eap [Mon, 26 May 2008 14:15:02 +0000 (14:15 +0000)]
comment warning message

15 years agoPAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
eap [Mon, 26 May 2008 14:14:19 +0000 (14:14 +0000)]
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects

15 years agoPAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
eap [Mon, 26 May 2008 14:06:14 +0000 (14:06 +0000)]
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects

15 years agocorrection
eap [Mon, 26 May 2008 13:58:48 +0000 (13:58 +0000)]
correction

15 years agoUpdated for NPAL15716.
skl [Mon, 26 May 2008 07:24:55 +0000 (07:24 +0000)]
Updated for NPAL15716.

15 years agoremove obsolete file
eap [Fri, 23 May 2008 10:15:17 +0000 (10:15 +0000)]
remove obsolete file

15 years agoBug #: NPAL19561 Strip extra spaces from groups popup menu in SMESH
dmv [Thu, 22 May 2008 08:54:11 +0000 (08:54 +0000)]
Bug #: NPAL19561 Strip extra spaces from groups popup menu in SMESH

15 years agoremove unused variable
eap [Thu, 22 May 2008 08:43:32 +0000 (08:43 +0000)]
remove unused variable

15 years agoPAL19785 Anomaly UnionGroup + hdf save
eap [Thu, 22 May 2008 08:43:10 +0000 (08:43 +0000)]
PAL19785 Anomaly UnionGroup + hdf save
    Prevent from whitespace being the last char of family name

15 years agoNPAL18500: structured help for SMESH python interface.
jfa [Wed, 21 May 2008 10:29:11 +0000 (10:29 +0000)]
NPAL18500: structured help for SMESH python interface.

15 years agoIPAL 19788 4.x: REGRESSION - groups are lost after import UNV file.
dmv [Wed, 21 May 2008 09:34:01 +0000 (09:34 +0000)]
IPAL 19788 4.x: REGRESSION - groups are lost after import UNV file.

15 years agoUpdated for NPAL19665.
skl [Wed, 21 May 2008 06:31:42 +0000 (06:31 +0000)]
Updated for NPAL19665.

15 years agoFix for NPAL19645 : Improve SMESH documentation: describe all filters.
mkr [Tue, 20 May 2008 13:23:55 +0000 (13:23 +0000)]
Fix for NPAL19645 : Improve SMESH documentation: describe all filters.

15 years agoLengthFromEdges is a default hyp
eap [Tue, 20 May 2008 09:49:34 +0000 (09:49 +0000)]
LengthFromEdges is a default hyp

15 years agoPAL19772 integration modifications GHS3DPRL plugin, and Hexotic plugin
eap [Tue, 20 May 2008 09:48:59 +0000 (09:48 +0000)]
PAL19772 integration modifications GHS3DPRL plugin, and Hexotic plugin
     a message from a CEA developpeur : modified files for plugin GHS3DPRL (and Hexotic) correcting weakness in Hexotic plugin

15 years agoNPAL19658: Deletion problem. Invalid actions were called by shortcuts.
jfa [Tue, 20 May 2008 08:03:01 +0000 (08:03 +0000)]
NPAL19658: Deletion problem. Invalid actions were called by shortcuts.

15 years agoNPAL 19727 EDf 715 SMESH: Import of unv file adds a space character at the end of...
dmv [Mon, 19 May 2008 07:31:14 +0000 (07:31 +0000)]
NPAL 19727 EDf 715 SMESH: Import of unv file adds a space character at the end of group names

15 years agoUpdate SMESH documentstion pics V4_1_2 V4_1_2rc3
dmv [Thu, 8 May 2008 13:36:28 +0000 (13:36 +0000)]
Update SMESH documentstion pics