]>
SALOME platform Git repositories - modules/smesh.git/log
skl [Fri, 5 Sep 2008 09:58:56 +0000 (09:58 +0000)]
Updated for feature
0016220 from Mantis.
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
jfa [Tue, 2 Sep 2008 07:47:02 +0000 (07:47 +0000)]
Initialize some fields before usage.
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.
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
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
jfa [Fri, 25 Jul 2008 10:50:02 +0000 (10:50 +0000)]
Remove debug traces
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.
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"
+
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();
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
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
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 )
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 );
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;
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 )
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
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;
}
eap [Mon, 21 Jul 2008 09:47:54 +0000 (09:47 +0000)]
fix misspelling
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
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
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
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
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.
dmv [Tue, 8 Jul 2008 08:15:13 +0000 (08:15 +0000)]
Bug IPAL19981 4x regress: unstable font for values of scalar bar
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.
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
skl [Fri, 4 Jul 2008 11:02:20 +0000 (11:02 +0000)]
Changes for bug IPAL19574.
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 ).
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.
vsr [Wed, 2 Jul 2008 08:41:03 +0000 (08:41 +0000)]
IMP 001989: multi selection in "Import" dialog boxes
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.
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.
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.
dmv [Thu, 26 Jun 2008 12:54:23 +0000 (12:54 +0000)]
Bug IPAL19581 REGR: Fatal error SIGSEGV on validation "Selection filter library"
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
skl [Mon, 23 Jun 2008 07:56:20 +0000 (07:56 +0000)]
Updated for bug IPAL19474.
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.
vsr [Fri, 20 Jun 2008 13:24:37 +0000 (13:24 +0000)]
Fix problems with quadratic elements preview in 'Add Quadriatic element' dialog box.
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
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
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
skl [Thu, 19 Jun 2008 05:35:18 +0000 (05:35 +0000)]
Update for bug IPAL19574.
eap [Wed, 11 Jun 2008 07:05:33 +0000 (07:05 +0000)]
[SALOME platform
0019880 ]: SIGSEV while dumping the study
maintenance team [Tue, 10 Jun 2008 11:57:03 +0000 (11:57 +0000)]
warning added by customer's request
eap [Mon, 9 Jun 2008 08:05:23 +0000 (08:05 +0000)]
Assure re-compute after "Clear Mesh data" if there was computation failure
vsr [Mon, 9 Jun 2008 07:09:36 +0000 (07:09 +0000)]
Issue
0016760 : improve dialog box
vsr [Mon, 9 Jun 2008 07:08:28 +0000 (07:08 +0000)]
Issue
0016760 : Fix pb in zero size of MED file
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
mzn [Sat, 7 Jun 2008 13:55:17 +0000 (13:55 +0000)]
Fix for bug
0019870 (Import/Export should show current directory). Correction.
mzn [Sat, 7 Jun 2008 12:49:40 +0000 (12:49 +0000)]
Fix for bug
0019870 (Import/Export should show current directory).
maintenance team [Mon, 2 Jun 2008 06:55:14 +0000 (06:55 +0000)]
Changing version to 4.1.3
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.
skl [Thu, 29 May 2008 05:11:32 +0000 (05:11 +0000)]
Update for bug IPAL19784.
skl [Wed, 28 May 2008 05:36:27 +0000 (05:36 +0000)]
Updated for IPAL19813.
asl [Tue, 27 May 2008 10:27:58 +0000 (10:27 +0000)]
PAL16760 - MED file information
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"
dmv [Tue, 27 May 2008 08:28:45 +0000 (08:28 +0000)]
IPAL 19788 REGRESSION - groups are lost after import UNV file.
eap [Tue, 27 May 2008 07:43:06 +0000 (07:43 +0000)]
PAL19817 Projection 1D algorithm failure.
fix association of groups by propagation
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
skl [Tue, 27 May 2008 06:13:26 +0000 (06:13 +0000)]
Updated for IPAL19826.
eap [Mon, 26 May 2008 14:15:28 +0000 (14:15 +0000)]
add missing includes
eap [Mon, 26 May 2008 14:15:02 +0000 (14:15 +0000)]
comment warning message
eap [Mon, 26 May 2008 14:14:19 +0000 (14:14 +0000)]
PAL19802 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
eap [Mon, 26 May 2008 13:58:48 +0000 (13:58 +0000)]
correction
skl [Mon, 26 May 2008 07:24:55 +0000 (07:24 +0000)]
Updated for NPAL15716.
eap [Fri, 23 May 2008 10:15:17 +0000 (10:15 +0000)]
remove obsolete file
dmv [Thu, 22 May 2008 08:54:11 +0000 (08:54 +0000)]
Bug #: NPAL19561 Strip extra spaces from groups popup menu in SMESH
eap [Thu, 22 May 2008 08:43:32 +0000 (08:43 +0000)]
remove unused variable
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
jfa [Wed, 21 May 2008 10:29:11 +0000 (10:29 +0000)]
NPAL18500: structured help for SMESH python interface.
dmv [Wed, 21 May 2008 09:34:01 +0000 (09:34 +0000)]
IPAL 19788 4.x: REGRESSION - groups are lost after import UNV file.
skl [Wed, 21 May 2008 06:31:42 +0000 (06:31 +0000)]
Updated for NPAL19665.
mkr [Tue, 20 May 2008 13:23:55 +0000 (13:23 +0000)]
Fix for NPAL19645 : Improve SMESH documentation: describe all filters.
eap [Tue, 20 May 2008 09:49:34 +0000 (09:49 +0000)]
LengthFromEdges is a default hyp
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
jfa [Tue, 20 May 2008 08:03:01 +0000 (08:03 +0000)]
NPAL19658: Deletion problem. Invalid actions were called by shortcuts.
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
dmv [Thu, 8 May 2008 13:36:28 +0000 (13:36 +0000)]
Update SMESH documentstion pics
dmv [Thu, 8 May 2008 13:19:51 +0000 (13:19 +0000)]
NPAL13898
dmv [Thu, 8 May 2008 13:01:39 +0000 (13:01 +0000)]
Update SMESH documentation with NPAL13898
mzn [Thu, 8 May 2008 12:39:41 +0000 (12:39 +0000)]
Replace Ok button with Apply and Close.
dmv [Wed, 7 May 2008 11:37:21 +0000 (11:37 +0000)]
NPAL13898 Ok/Apply/Close laborious for User
eap [Tue, 6 May 2008 09:56:40 +0000 (09:56 +0000)]
PAL19680 Meshers: BLSURF, GHS3D and holed shapes
some additions
jfa [Tue, 6 May 2008 07:32:45 +0000 (07:32 +0000)]
Default MED version for export is 2.3.
eap [Mon, 5 May 2008 10:23:44 +0000 (10:23 +0000)]
add more options to BLSURF
eap [Mon, 5 May 2008 06:06:06 +0000 (06:06 +0000)]
add more options to BLSURF
eap [Sun, 4 May 2008 09:35:47 +0000 (09:35 +0000)]
add more options to BLSURF
eap [Sun, 4 May 2008 07:57:16 +0000 (07:57 +0000)]
dialogue fixed
eap [Sun, 4 May 2008 07:56:42 +0000 (07:56 +0000)]
new advanced parameters
eap [Wed, 30 Apr 2008 16:00:42 +0000 (16:00 +0000)]
PAL19680 CEA 4.1.2: Meshers: BLSURF, GHS3D and holed shapes
small fix
eap [Wed, 30 Apr 2008 09:39:40 +0000 (09:39 +0000)]
PAL19680 CEA 4.1.2: Meshers: BLSURF, GHS3D and holed shapes
add more 4 advanced options to GHS3D
mzn [Tue, 29 Apr 2008 13:17:03 +0000 (13:17 +0000)]
Additional fix for bug NPAL19028 (see remarks from Olivier Giorgis).
eap [Tue, 29 Apr 2008 11:53:45 +0000 (11:53 +0000)]
PAL19680 Meshers: BLSURF, GHS3D and holed shapes
-shape will be meshed.</li>
+shape will be meshed. Volumic elements created within holes are bound
+to the solid.</li>
jfa [Tue, 29 Apr 2008 11:03:08 +0000 (11:03 +0000)]
NPAL19656: EDF709: Dump file with ExtrusionAlongPath does not work.
eap [Fri, 25 Apr 2008 06:26:27 +0000 (06:26 +0000)]
Fix problem that "Show SubShape" does not work
eap [Thu, 24 Apr 2008 12:50:31 +0000 (12:50 +0000)]
in GetAvailableHypotheses(), checkGeometry only for algorithms
eap [Wed, 23 Apr 2008 14:04:53 +0000 (14:04 +0000)]
PAL19395 Unknoun exception is raised after trying to import med file in SMESH
protect from exception when setting invalid color
eap [Wed, 23 Apr 2008 07:02:52 +0000 (07:02 +0000)]
in Mesh.Compute(), report hypothesis errors even if compute() returns OK