]>
SALOME platform Git repositories - modules/smesh.git/log
rnv [Fri, 17 Apr 2009 11:03:03 +0000 (11:03 +0000)]
Implementation of the issue
0020151 (SALOME: Light Python module):
Call LightApp_Module::LightApp_Module() constructor, because virtual inheritance between LightApp_Module and SalomeApp_Module classes was added.
dmv [Fri, 17 Apr 2009 07:44:03 +0000 (07:44 +0000)]
0020317 : EDF SMESH 1004: "Edit group" changes the name of the group
dmv [Fri, 17 Apr 2009 07:15:33 +0000 (07:15 +0000)]
IPAL21062 Fatal error on Add "Names of filters" - regression
dmv [Thu, 16 Apr 2009 13:31:33 +0000 (13:31 +0000)]
IPAL21058 Preview and Compute mesh help file not found
dmv [Thu, 16 Apr 2009 07:12:26 +0000 (07:12 +0000)]
IPAL21052 Hypothesis Construction Help doesn't show help information
vsr [Wed, 15 Apr 2009 13:15:32 +0000 (13:15 +0000)]
Update copyright notes
vsr [Tue, 14 Apr 2009 12:12:27 +0000 (12:12 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
Additional patch: do not publish SMESH component automatically on the module activation
jfa [Tue, 14 Apr 2009 08:49:57 +0000 (08:49 +0000)]
small optimization
dmv [Mon, 13 Apr 2009 07:08:56 +0000 (07:08 +0000)]
IPAL21003 Impossible create group from existing group shown only
eap [Fri, 3 Apr 2009 14:32:33 +0000 (14:32 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
update groups
eap [Fri, 3 Apr 2009 14:31:37 +0000 (14:31 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
use gen->SetPixMap()
eap [Fri, 3 Apr 2009 14:30:42 +0000 (14:30 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+ static void SetPixMap(SALOMEDS::SObject_ptr theSObject,
+ const char* thePixMap);
eap [Fri, 3 Apr 2009 14:28:20 +0000 (14:28 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
call mesh->CheckGeomGroupModif() when current study changes
eap [Fri, 3 Apr 2009 14:26:25 +0000 (14:26 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
Make SMESH_Gen update meshes at switching GEOM->SMESH
eap [Fri, 3 Apr 2009 14:20:45 +0000 (14:20 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+ void SetShape( const TopoDS_Shape& theShape);
eap [Fri, 3 Apr 2009 14:11:19 +0000 (14:11 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
void SMESH_Mesh::ShapeToMesh(const TopoDS_Shape & aShape)
{
...
+ else
+ {
+ _isShapeToMesh = false;
+ _shapeDiagonal = 0.0;
+ _myMeshDS->ShapeToMesh( PseudoShape() );
+ }
jfa [Fri, 3 Apr 2009 08:54:51 +0000 (08:54 +0000)]
Bug
0020185 : EDF SMESH 967 : Anomaly in Merge Nodes.
vsr [Thu, 2 Apr 2009 09:32:03 +0000 (09:32 +0000)]
Fix problem (internal 21002) - "MED file information" command is not shown in popup menu
dmv [Thu, 2 Apr 2009 08:41:29 +0000 (08:41 +0000)]
IPAL20929 regression: Smoothing disabled for whole mesh, submesh or group
eap [Tue, 24 Mar 2009 08:29:44 +0000 (08:29 +0000)]
fix the previous modification
- std::swap( iAfterSame, iAfterSame );
+ std::swap( iBeforeSame, iAfterSame );
eap [Mon, 23 Mar 2009 08:00:51 +0000 (08:00 +0000)]
simply code
jfa [Thu, 19 Mar 2009 14:41:11 +0000 (14:41 +0000)]
Bug
0016617 : Regression in V5.1.1rc3: the groups are not generated.
eap [Thu, 19 Mar 2009 07:14:16 +0000 (07:14 +0000)]
0020222 : Quandrangle_2D meshing fail
unite only edges shared by two same faces
maintenance team [Tue, 17 Mar 2009 07:43:53 +0000 (07:43 +0000)]
Update SMESH documentation
vsr [Mon, 16 Mar 2009 16:11:22 +0000 (16:11 +0000)]
Issue 19292: fix wrong use case
maintenance team [Mon, 16 Mar 2009 15:13:44 +0000 (15:13 +0000)]
Update SMESH documentation
maintenance team [Mon, 16 Mar 2009 14:50:10 +0000 (14:50 +0000)]
Update SMESH documentation
eap [Mon, 16 Mar 2009 07:50:59 +0000 (07:50 +0000)]
0020217 : EDF SMESH: Dump file with mesh and group on geom is wrong
fix _pyCommand::GetWord() for case of names with white spaces inside
eap [Thu, 12 Mar 2009 09:47:59 +0000 (09:47 +0000)]
0020213 : RadialPrism_3D_4 failed on V5_1 64 bits
0020214 : Project_2D_4 failed on V5_1 64 bits
different ways of removing deleted and alive elements from submesh
eap [Wed, 11 Mar 2009 15:19:39 +0000 (15:19 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh
clear mesh if an added local algorithm hides a global all-dimensional one
eap [Wed, 11 Mar 2009 15:18:03 +0000 (15:18 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh
clear mesh if an added local algorithm hides a global all-dimensional one
eap [Wed, 11 Mar 2009 15:09:46 +0000 (15:09 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh
in GetSubMesh(), fix detection of SMESHDS_SubMesh'es of geom groups
eap [Wed, 11 Mar 2009 14:58:44 +0000 (14:58 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh
fix detection of SMESHDS_SubMesh'es of geom groups
+ int _nbSubShapes; // initial nb of subshapes in the shape to mesh
eap [Wed, 11 Mar 2009 14:55:05 +0000 (14:55 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh
don't create ordinary submeshes for compounds
eap [Wed, 11 Mar 2009 14:52:48 +0000 (14:52 +0000)]
enable NoteBook variables for "MaxSize"
eap [Wed, 11 Mar 2009 14:48:54 +0000 (14:48 +0000)]
avoid extra list copying
- aRes = (*it).second;
+ return it->second;
eap [Tue, 10 Mar 2009 16:32:02 +0000 (16:32 +0000)]
0020200 : EDF SMESH 983: changing algo of a mesh and switching back to original algo leads to different result than original
sort nodes and elements by ID
jfa [Tue, 10 Mar 2009 09:12:29 +0000 (09:12 +0000)]
Bug
0020201 : EDF SMESH 984: Dump with Netgen1D2D3D doest not work.
vsr [Tue, 10 Mar 2009 06:32:10 +0000 (06:32 +0000)]
Add missing translations
vsr [Mon, 9 Mar 2009 13:38:20 +0000 (13:38 +0000)]
Integrate patch from E.ADAM (Qt 4.5.0 compatibility)
adam [Fri, 6 Mar 2009 16:00:11 +0000 (16:00 +0000)]
Test EXPORTS definition with target name as suggested by cmake
dmv [Fri, 6 Mar 2009 12:40:08 +0000 (12:40 +0000)]
IPAL20918 Color of Group of Nodes or Edges is not changed when Edit Group
eap [Fri, 6 Mar 2009 09:23:52 +0000 (09:23 +0000)]
PAL20915 TC5.1.1: field "Value" is not shown for assigned hypothesis
Since NoteBook appears, "Value" OB field shows names of variable
and not values of parameters
vsr [Fri, 6 Mar 2009 08:49:53 +0000 (08:49 +0000)]
Correct SMESH gui documentation
eap [Tue, 3 Mar 2009 08:53:53 +0000 (08:53 +0000)]
0020184 : EDF SMESH 952: Projection 2D does not work
project only if there are nodes on face
eap [Tue, 3 Mar 2009 08:49:33 +0000 (08:49 +0000)]
0020184 : EDF SMESH 952: Projection 2D does not work
+ static bool IsBoundaryEdge()
+ bool AssocGroupsByPropagation()
eap [Tue, 3 Mar 2009 08:38:05 +0000 (08:38 +0000)]
0020184 : EDF SMESH 952: Projection 2D does not work
use ShapeAnalysis::OuterWire() insead of BRepTools::OuterWire()
jfa [Mon, 2 Mar 2009 14:57:00 +0000 (14:57 +0000)]
Bug
0020185 : EDF SMESH 967 : Anomaly in Merge Nodes.
dmv [Fri, 27 Feb 2009 15:33:35 +0000 (15:33 +0000)]
0019928 : EDF 771 SMESH : Extrusion (Revolution) with normal to a face
eap [Fri, 27 Feb 2009 13:34:22 +0000 (13:34 +0000)]
0020183 : EDF SMESH 966 : Mesh element info anomaly
enable selecting nodes common to 2 shown groups
eap [Fri, 27 Feb 2009 11:27:33 +0000 (11:27 +0000)]
avoid repeated search in std::map
eap [Fri, 27 Feb 2009 11:26:14 +0000 (11:26 +0000)]
0020183 : EDF SMESH 966 : Mesh element info anomaly
fix GetElemObjId() and GetNodeObjId: prevent out_of_range error if id==vector.size()
adam [Thu, 26 Feb 2009 15:04:36 +0000 (15:04 +0000)]
Compatibility cmake
adam [Thu, 26 Feb 2009 15:02:59 +0000 (15:02 +0000)]
Compatibility windows
mzn [Wed, 25 Feb 2009 17:50:43 +0000 (17:50 +0000)]
Fix for bug
0019977 : Installation of Salome modules wihtout gui.
eap [Wed, 25 Feb 2009 15:22:05 +0000 (15:22 +0000)]
0020182 : EDF SMESH 965 : SIGSEV at study opening with SMESH
be patient to studies with invalid node positions data
eap [Wed, 25 Feb 2009 15:13:26 +0000 (15:13 +0000)]
In Clear(), nullify nb of poly elements
eap [Wed, 25 Feb 2009 15:02:11 +0000 (15:02 +0000)]
0020182 : EDF SMESH 965 : SIGSEV at study opening with SMESH
be patient to studies with invalid node positions data
eap [Tue, 24 Feb 2009 14:57:10 +0000 (14:57 +0000)]
0019929 : EDF 772 SMESH : script readability
+class _pySelfEraser: public _pyObject
eap [Tue, 24 Feb 2009 14:56:11 +0000 (14:56 +0000)]
fix dumping colors:
use valid python names instead of names in Study
eap [Tue, 24 Feb 2009 14:52:58 +0000 (14:52 +0000)]
0019929 : EDF 772 SMESH : script readability
+
+ operator char*() const {
+ return (char*)c_str();
+ }
eap [Tue, 24 Feb 2009 13:48:47 +0000 (13:48 +0000)]
fix Python Dump
adam [Tue, 24 Feb 2009 11:06:33 +0000 (11:06 +0000)]
*** empty log message ***
adam [Tue, 24 Feb 2009 09:27:39 +0000 (09:27 +0000)]
compatibility windows compilation with cmake
eap [Tue, 24 Feb 2009 09:26:28 +0000 (09:26 +0000)]
0020170 : EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
remove filters before creation/edition of hypothesis and restore them after
adam [Tue, 24 Feb 2009 09:25:26 +0000 (09:25 +0000)]
compatibility compilation with cmake
eap [Tue, 24 Feb 2009 09:23:25 +0000 (09:23 +0000)]
0020170 : EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
+ int getActiveObject();
adam [Tue, 24 Feb 2009 09:08:32 +0000 (09:08 +0000)]
*** empty log message ***
vsr [Fri, 20 Feb 2009 15:11:22 +0000 (15:11 +0000)]
Issue
0019938 - fix problem with wrong filter selection (ptv)
vsr [Fri, 20 Feb 2009 15:00:02 +0000 (15:00 +0000)]
Issue 19925: Fix bug with 2d mesh preview
maintenance team [Fri, 20 Feb 2009 14:12:39 +0000 (14:12 +0000)]
Update SMESH documentation
maintenance team [Fri, 20 Feb 2009 14:10:30 +0000 (14:10 +0000)]
Update SMESH documentation
dmv [Fri, 20 Feb 2009 11:39:09 +0000 (11:39 +0000)]
0020168 : EDF SMESH 953: uncomplete selection with filter 'belong on geom'
vsr [Fri, 20 Feb 2009 09:05:25 +0000 (09:05 +0000)]
Issue
0020175 : correct documentation hierarchy
dmv [Fri, 20 Feb 2009 08:08:43 +0000 (08:08 +0000)]
0020168 : EDF SMESH 953: uncomplete selection with filter 'belong on geom'
maintenance team [Wed, 18 Feb 2009 07:06:16 +0000 (07:06 +0000)]
Changing version to 5.1.1
vsr [Tue, 17 Feb 2009 06:55:16 +0000 (06:55 +0000)]
Merge from BR_V5_DEV
17Feb09
vsr [Tue, 17 Feb 2009 05:27:49 +0000 (05:27 +0000)]
Merge from BR_V5_DEV
16Feb09
jfa [Fri, 7 Mar 2008 07:47:05 +0000 (07:47 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
nge [Mon, 22 Jan 2007 15:14:44 +0000 (15:14 +0000)]
PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close nodes. Octree is virtual pure, OctreeNode inherites from Octree.
jfa [Thu, 8 Jun 2006 14:05:08 +0000 (14:05 +0000)]
Warn about direct SMESH idl usage: smesh python package have to be used where it is possible.
jfa [Thu, 8 Jun 2006 11:02:23 +0000 (11:02 +0000)]
New smesh example from Francis KLOSS
jfa [Tue, 6 Jun 2006 12:38:56 +0000 (12:38 +0000)]
Fix problem with table of contents resizing
jfa [Thu, 1 Jun 2006 11:39:17 +0000 (11:39 +0000)]
Join modifications from branch BR_DEBUG_3_2_0b1
jfa [Wed, 10 May 2006 14:34:56 +0000 (14:34 +0000)]
Fix bug 10955: Collisions with 'Ctrl+I' and 'Ctrl+M' hot keys.
eap [Wed, 10 May 2006 12:54:55 +0000 (12:54 +0000)]
fix bug 12361. In SetName(): there may be no study
eap [Wed, 10 May 2006 12:49:13 +0000 (12:49 +0000)]
fix bug 12361. Peview possiblity of SetCurrentStudy(nil)
eap [Wed, 10 May 2006 12:46:40 +0000 (12:46 +0000)]
fix PythonDump: write Criterion arg of QuadToTri() in PythonDump
eap [Wed, 10 May 2006 12:42:27 +0000 (12:42 +0000)]
fix PythonDump: do not write distruction in PythonDump as creation is not written
jfa [Sat, 6 May 2006 08:51:48 +0000 (08:51 +0000)]
Join modifications from branch OCC_debug_for_3_2_0b1
enk [Tue, 21 Mar 2006 07:24:22 +0000 (07:24 +0000)]
Fix for Bug IPAL11055:
It is impossible to input negative value as f(t) in table function.
jfa [Wed, 15 Mar 2006 13:00:06 +0000 (13:00 +0000)]
Change version name to 3.2.0a2
jfa [Mon, 13 Mar 2006 15:29:49 +0000 (15:29 +0000)]
Join modifications from branch OCC_development_for_3_2_0a2
jfa [Wed, 8 Feb 2006 09:47:15 +0000 (09:47 +0000)]
Update version to 3.2.0a1
smh [Tue, 7 Feb 2006 15:01:11 +0000 (15:01 +0000)]
Merge from OCC_development_generic_2006
Preparation of 3.2.0a1
jfa [Wed, 28 Dec 2005 09:17:39 +0000 (09:17 +0000)]
Join modifications from branch BR_3_1_0deb
eap [Mon, 26 Dec 2005 10:43:09 +0000 (10:43 +0000)]
PAL10953. Use GUI to create hypothesis from a hypotheses set
eap [Mon, 26 Dec 2005 10:41:53 +0000 (10:41 +0000)]
PAL10953. Make fields of parameters protected
eap [Mon, 26 Dec 2005 10:36:57 +0000 (10:36 +0000)]
PAL10953. Fix GetSubmeshComputed(): there may be elements but no nodes in a submesh
eap [Mon, 26 Dec 2005 10:34:54 +0000 (10:34 +0000)]
PAL10953. Add Fineness parameter to Automatic Length hypothesis