]>
SALOME platform Git repositories - modules/smesh.git/log
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
eap [Tue, 22 Apr 2008 16:52:09 +0000 (16:52 +0000)]
add and fix methods of GHS3D and BLSURF hypotheses
eap [Tue, 22 Apr 2008 16:51:01 +0000 (16:51 +0000)]
fix check that submeshes are computed if !algo->OnlyUnaryInput()
eap [Tue, 22 Apr 2008 06:31:52 +0000 (06:31 +0000)]
small fix
eap [Mon, 21 Apr 2008 12:06:12 +0000 (12:06 +0000)]
small correction:
-of ghs3d software, while usually these files are remove after mesher launch </li>
+of ghs3d software, while usually these files are removed after mesher launch </li>
eap [Thu, 17 Apr 2008 12:59:59 +0000 (12:59 +0000)]
PAL13903 Extrusion along a path , linear variation of the angles
eap [Thu, 17 Apr 2008 12:59:04 +0000 (12:59 +0000)]
PAL13899 : Revolution tool ambigous for the user ( No Preview)
dmv [Thu, 17 Apr 2008 08:41:36 +0000 (08:41 +0000)]
Correct implementation of NPAL 19561
eap [Thu, 17 Apr 2008 08:41:07 +0000 (08:41 +0000)]
remove NETGEN resources to NETGENPLUGIN
eap [Thu, 17 Apr 2008 07:51:48 +0000 (07:51 +0000)]
try to project face nodes if node positions are invalid, report an
error on their invalidity
eap [Thu, 17 Apr 2008 07:49:56 +0000 (07:49 +0000)]
improve error message
eap [Thu, 17 Apr 2008 07:46:51 +0000 (07:46 +0000)]
make PrepareForWriting() public
eap [Thu, 17 Apr 2008 07:46:07 +0000 (07:46 +0000)]
remove useless messages
eap [Thu, 17 Apr 2008 07:45:32 +0000 (07:45 +0000)]
enable loading resources of MESH plugings by prepending plugin name to pixMap name
eap [Thu, 17 Apr 2008 07:44:47 +0000 (07:44 +0000)]
add method allowing to customize help page location
+ virtual QString helpPage() const;
eap [Thu, 17 Apr 2008 07:42:14 +0000 (07:42 +0000)]
try to cope with invalid node params on edges
eap [Thu, 17 Apr 2008 07:34:01 +0000 (07:34 +0000)]
add GHS3D and BLSURF description
jfa [Wed, 16 Apr 2008 13:40:14 +0000 (13:40 +0000)]
Comments reviewed by YSN.
dmv [Wed, 16 Apr 2008 10:17:40 +0000 (10:17 +0000)]
NPAL 19561 Name of objects does not appear in the context menu of VTK viewer
eap [Wed, 16 Apr 2008 08:22:32 +0000 (08:22 +0000)]
PAL18352, PAL19290: Conflict in objects selections when switching modules
+ virtual bool isSelectionCompatible();
maintenance team [Wed, 16 Apr 2008 08:05:36 +0000 (08:05 +0000)]
Changing version to 4.1.2
eap [Tue, 8 Apr 2008 12:14:41 +0000 (12:14 +0000)]
fix DriverMED_Family::Init()
jfa [Tue, 1 Apr 2008 08:54:09 +0000 (08:54 +0000)]
NPAL19293: EDF673: Some groups disappear when export and reimport to/from MED. Fix problem with groups removal.
skl [Tue, 25 Mar 2008 06:28:42 +0000 (06:28 +0000)]
Changes for bug NPAL18246.
eap [Mon, 24 Mar 2008 14:14:58 +0000 (14:14 +0000)]
fix python dump of MoveClosestNodeToPoint()
eap [Fri, 21 Mar 2008 11:10:21 +0000 (11:10 +0000)]
PAL19321 Problem of Create Group for volumes
SetEntityMode() according to group type
dmv [Thu, 20 Mar 2008 15:25:28 +0000 (15:25 +0000)]
NPAL14803 deleted debug information from terminal
eap [Thu, 20 Mar 2008 13:15:42 +0000 (13:15 +0000)]
PAL19276 ExportMED does not work when the mesh is too big
optimize a little performance of findIJ()
eap [Thu, 20 Mar 2008 13:10:50 +0000 (13:10 +0000)]
PAL19276 ExportMED does not work when the mesh is too big
if (type == SMDSAbs_Face)
vTool.GetAllExistingFaces( myElems );
else
- vTool.GetAllExistingFaces( myElems );
+ vTool.GetAllExistingEdges( myElems );
}
Minimize momory usage at writting mesh to med file
eap [Thu, 20 Mar 2008 12:46:44 +0000 (12:46 +0000)]
PAL19276 ExportMED does not work when the mesh is too big
Minimize momory usage at writting mesh to med file
mzn [Thu, 20 Mar 2008 12:44:29 +0000 (12:44 +0000)]
Fix for bug NPAL19028 ( Default way browser ).
eap [Thu, 20 Mar 2008 12:35:55 +0000 (12:35 +0000)]
Comment debug output
eap [Mon, 17 Mar 2008 13:56:56 +0000 (13:56 +0000)]
PAL19272 CEA patch 4.1.1 / 3.2.9: problem with nodes or corners
Remove nodes on vertices at CLEAN event if !algo->NeedDescretBoundary()
dmv [Mon, 17 Mar 2008 10:24:05 +0000 (10:24 +0000)]
Fix of SMESH compilation error...
dmv [Fri, 14 Mar 2008 14:06:36 +0000 (14:06 +0000)]
NPAL13898 Ok Apply Close laborious for User...
dmv [Tue, 11 Mar 2008 10:14:24 +0000 (10:14 +0000)]
NPAL14803 Colors in MED Save&Reload presistance
jfa [Fri, 7 Mar 2008 11:05:56 +0000 (11:05 +0000)]
Join delta from tag V4_1_1 till tag mergeto_V4_1_0_maintainance_07Mar2008.
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
eap [Fri, 23 Dec 2005 10:00:03 +0000 (10:00 +0000)]
PAL10467. Add "Quadrangle Preference" hypothesis for "Quadrangle(Mapping)" algo
eap [Fri, 23 Dec 2005 07:47:36 +0000 (07:47 +0000)]
PAL10494. Add .._STANDARD_RTTI_... in order to build executable
eap [Wed, 21 Dec 2005 08:30:31 +0000 (08:30 +0000)]
PAL10872 (aspect retio not conform with specifications). Add picture for aspect ratio of hexahedron. Remove 2D formular from 3D aspect ratio page
eap [Tue, 20 Dec 2005 13:57:13 +0000 (13:57 +0000)]
fix PAL10974. Call CleanDependants() instead of
RemoveSubMeshElementsAndNodes() before algo->Compute()
eap [Tue, 20 Dec 2005 13:53:23 +0000 (13:53 +0000)]
fix bug PAL10974: add IsReversedSubMesh()
eap [Tue, 20 Dec 2005 11:10:13 +0000 (11:10 +0000)]
fix bug PAL10974: check if SubMeshesComputed() by presence of nodes in submesh.
Restore lost modifications fixing PAL8021.
eap [Mon, 19 Dec 2005 15:30:18 +0000 (15:30 +0000)]
fix bug 10959. Initialize GEOM_Gen if necessary
eap [Mon, 19 Dec 2005 13:14:02 +0000 (13:14 +0000)]
fix bug 10073. Check isVisible() in enterEvent() which unexpectedly comes after accept()
eap [Thu, 15 Dec 2005 09:56:38 +0000 (09:56 +0000)]
PAL10595: unit and coordinate name length must be equal to 16
eap [Thu, 15 Dec 2005 08:38:29 +0000 (08:38 +0000)]
PAL10494 (SMESH python dump uses idl interface). Python dump using TPythonDump tool
eap [Thu, 15 Dec 2005 08:34:25 +0000 (08:34 +0000)]
PAL10494 (SMESH python dump uses idl interface). Python dump converted to smesh.py API, usage of TPythonDump tool
eap [Thu, 15 Dec 2005 07:33:07 +0000 (07:33 +0000)]
PAL10494 (SMESH python dump uses idl interface). Add SMESH_2smeshpy, a converter of IDL API to smesh.py API
eap [Thu, 15 Dec 2005 07:29:27 +0000 (07:29 +0000)]
PAL10494 (SMESH python dump uses idl interface). Add GetAlgorithm() to class Mesh_Algorithm in order to have access to the wrapped mesher
asl [Wed, 14 Dec 2005 07:11:48 +0000 (07:11 +0000)]
PAL10902 - local selection is stay in viewer after "apply" of Modifiction->Orientation operation
asl [Wed, 14 Dec 2005 06:44:19 +0000 (06:44 +0000)]
PAL10810 - "Display", "Erase", "Display only" on root objects
eap [Mon, 12 Dec 2005 15:29:54 +0000 (15:29 +0000)]
PAL10872. Update according to the Nadir Bouhamau specification
eap [Mon, 12 Dec 2005 15:27:19 +0000 (15:27 +0000)]
PAL10872. Image for aspect ratio of a quadrangle
asl [Tue, 6 Dec 2005 12:52:53 +0000 (12:52 +0000)]
Fix of compilation problems on some platforms
mzn [Tue, 6 Dec 2005 12:32:59 +0000 (12:32 +0000)]
Remove unnecessary item.
smh [Mon, 5 Dec 2005 16:31:55 +0000 (16:31 +0000)]
Copyrights update
mkr [Fri, 2 Dec 2005 15:44:02 +0000 (15:44 +0000)]
Fix for bug PAL9227 : SMESH : documentation on group is wrong.
mzn [Fri, 2 Dec 2005 13:04:27 +0000 (13:04 +0000)]
Fix for bug PAL8377 (ExportToMed TUI vs GUI: how to set the value of the boolean "auto_groups"?).
mzn [Fri, 2 Dec 2005 10:52:13 +0000 (10:52 +0000)]
Fix for bug IPAL10313 (It is impossible to select "Start point" from 3D viewer in "Extrusion along a path" dialog box).
jfa [Thu, 1 Dec 2005 14:49:26 +0000 (14:49 +0000)]
PAL10718: Portability gfortran. Fix by Erwan ADAM.
jfa [Thu, 1 Dec 2005 13:22:31 +0000 (13:22 +0000)]
PAL10719: Portability gcc4.0.1. Fix by Erwan ADAM.
asl [Thu, 1 Dec 2005 10:05:38 +0000 (10:05 +0000)]
Improvement: now in rules you can use "canBeDisplayed" parameter. It is true, if current object can be displayed in active viewer. The result of this check is calculated by new virtual method LightApp_Displayer::canBeDisplayed. GEOM, SMESH, VISU overrides it in order to provide information, what object can be displayed in what viewer
mkr [Wed, 30 Nov 2005 14:59:56 +0000 (14:59 +0000)]
Modifications in SMESH Help.
asl [Wed, 30 Nov 2005 12:39:44 +0000 (12:39 +0000)]
PAL10678 - selection is lost after "update"
mkr [Tue, 29 Nov 2005 12:50:42 +0000 (12:50 +0000)]
Add version (3.1.0) postfix to *_index.html file name.
mkr [Mon, 28 Nov 2005 09:57:47 +0000 (09:57 +0000)]
*** empty log message ***
asl [Mon, 28 Nov 2005 09:22:22 +0000 (09:22 +0000)]
It is recommended to use standard Qt QInputDialog instead QtxNameDlg
asl [Mon, 28 Nov 2005 06:51:45 +0000 (06:51 +0000)]
PAL10397 - node mustn't be selected after add operation
jfa [Fri, 25 Nov 2005 15:58:28 +0000 (15:58 +0000)]
Fix for bug 10498. Support old storage format of NumberOfSegments hypothesis
asl [Fri, 25 Nov 2005 14:40:19 +0000 (14:40 +0000)]
PAL10665 - unnecessary Plot2d in CreateHypothesis dialog
asl [Fri, 25 Nov 2005 14:06:27 +0000 (14:06 +0000)]
PAL9878 - selection lost after some operations