Commit Graph

1272 Commits

Author SHA1 Message Date
gdd
7e60e718da rnc : small modifications in attractors documentation 2011-04-29 08:55:25 +00:00
eap
801d07740f more precisions 2011-04-29 08:07:47 +00:00
eap
d43fd07ac2 improve doc 2011-04-29 08:04:15 +00:00
eap
5a57da6b1e fix FindShape() to resolve a regression of SMESH_TEST/Grids/smesh/bugs/L9 2011-04-28 09:40:21 +00:00
gdd
2db2c3ab90 rnc: EDF 1607 SMESH: Modified "Move Node" and "Add Node" dialog boxes so that only SpinBoxes are expanded when resizing the window. 2011-04-27 13:37:08 +00:00
gdd
ed17a76996 rnc: Modified "Number Of Segment" window so that the use of table density is more convenient. 2011-04-27 12:40:02 +00:00
vsr
c67b2bfd8f Copyright info update 2011-04-27 10:17:07 +00:00
eap
d4f7fd7135 1) avoid infinit recursion in operator<<(SMESH::SMESH_IDSource_ptr theArg)
2) 0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
     fix python dump of functions defining pattern in a single-file mode
2011-04-26 14:37:17 +00:00
eap
67ea75a7dd 0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
fix applying the 2D pattern to quafratic mesh faces
2011-04-26 13:15:40 +00:00
eap
84d055c1b3 0021250: EDF 1817 SMESH: Salome crashes when activating smesh after opening a specific study
In Load(), avoid infinite recursion via python dump
-            myNewMeshImpl->SetAutoColor( (bool)anAutoColor[0] );
+            myNewMeshImpl->GetImpl().SetAutoColor( (bool)anAutoColor[0] );
2011-04-26 10:35:15 +00:00
vsr
78f6bcf182 Fix make distcheck problem 2011-04-26 06:13:06 +00:00
vsr
63710c8cea IPAL22422 : TC6.3.0:hangup importing python dump 2011-04-25 15:34:09 +00:00
eap
5bd351dd12 1) protect GetSubMesh() from the exception in case of an
empty geom group (version 2)
2) 0021248: EDF SMESH: Dump and ExportToMED
+  pyDump<<_this()<<".SetAutoColor( "<<theAutoColor<<" )";
2011-04-25 13:23:19 +00:00
eap
171ee633a8 0021248: EDF SMESH: Dump and ExportToMED
+    TPythonDump()<<_this()<<".SetColor( "<<color.R<<", "<<color.G<<", "<<color.B<<" )";
2011-04-25 13:22:10 +00:00
eap
d6f77dcbc8 0021248: EDF SMESH: Dump and ExportToMED
dump SetAutoColor() and SetColor() in SMESH_Mesh_i and in
  SMESH_GroupBase_i correspondingly
2011-04-25 13:19:22 +00:00
eap
b42b6351ff protect GetSubMesh() from the exception in case of an empty geom group 2011-04-25 11:24:28 +00:00
ouv
9463491e24 Issue 0021249: EDF STUDY: Python dump in a single file 2011-04-25 08:36:25 +00:00
eap
3fb9c77ac1 0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
enhance IsQuadraticSubMesh() for the mesh w/o shape
2011-04-22 16:08:20 +00:00
eap
8aec90a5df 0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
fix loading pattern from a quadratic mesh
2011-04-22 11:54:06 +00:00
eap
6bd826a5f5 0020918: EDF 1447 SMESH: Mesh common borders/ note 0010933
Use large tolerance for projection of nodes to edges because of
  BLSURF mesher specifics
2011-04-21 16:38:08 +00:00
eap
bdb6d61f8c 0021223: EDF 1839 SMESH: Bug of convert to quadratic after pattern mapping
Use Precision::Infinite() to mark UV of node on face as "not set"
2011-04-21 13:32:29 +00:00
eap
884e982781 0020918: EDF 1447 SMESH: Mesh common borders (note 0010726)
fix "Conditional jump or move depends on uninitialised value(s)"
2011-04-20 13:45:19 +00:00
eap
7d37e871b2 0021217: EDF SMESH: Submesh is not taken into account whith netgen 1d-2d 2011-04-19 16:09:16 +00:00
gdd
0943b1a66f rnc: Mistake 2011-04-19 15:00:54 +00:00
gdd
e54e144359 rnc: added method SetAttractorGeom and documented it 2011-04-19 14:59:24 +00:00
eap
4558b6ca1c 0021149: [CEA 445] Wrong mesh dimension 2011-04-19 14:40:23 +00:00
gdd
ae2ceb426e rnc : added an example of use of attractors in python scripts 2011-04-19 14:26:33 +00:00
gdd
e996d927ae rnc : Corrected documentation of attractor functionnality 2011-04-19 13:55:39 +00:00
ouv
513abfae2f Issue 0021236: EDF SMESH: Problem in create group when Select All checkbox is checked 2011-04-19 12:41:47 +00:00
vsr
1d11144246 0013373: EDF PAL 273 : Option Single/Multi file dump 2011-04-19 11:16:23 +00:00
vsr
51d2f5f8a1 Issue #0021242: EDF SMESH 1773: Remove Mesh element Information 2011-04-18 16:17:31 +00:00
vsr
5a3927ad1e Issue #0021242: EDF SMESH 1773: Remove Mesh element Information 2011-04-18 16:09:56 +00:00
vsr
0f2104e676 Issue #0021242: EDF SMESH 1773: Remove Mesh element Information 2011-04-18 16:04:08 +00:00
vsr
932b0e7c85 Merge from V6_main branch 18/04/2011 2011-04-18 13:13:50 +00:00
inv
c5f67ba543 Changing version to 6.3.0 2011-04-18 11:19:07 +00:00
eap
944af78798 Restore support of med-2.1 in MEDWrapper 2011-04-15 09:31:45 +00:00
gdd
3206fe9668 Small update for French translation 2011-04-14 12:42:52 +00:00
gdd
a66401aeb6 rnc : correction from Anthony Geay for a problem with medfiles when containing 0D elements 2011-04-14 12:08:29 +00:00
rnv
e079b751f3 RNV: Fix bug of the editing "Source Faces" hypo: Groups list is empty when editing hypothesis. 2011-04-13 08:03:11 +00:00
prascle
b05c8c76a5 PR: mistake 2011-04-12 17:09:41 +00:00
rnv
2290c49819 1) Fix for the issue "21220: EDF SMESH: Split into tetra from group does not work"
2) Change mechanism of the adding items in the QListWidget.
2011-04-12 12:28:40 +00:00
prascle
b9db0238dc PR: add an independant exe that cuts a tetra mesh by a plane. MeshCut is adpated from EDF project XMESHLAB and works with MED files. 2011-04-12 11:24:20 +00:00
rnv
022168f9e6 Fix for the "21222: SMESH EDF: Impossible to set a threshold value in the filter dialog" issue. 2011-04-11 12:42:27 +00:00
gdd
2d50f1341e rnc : gived some details about ExtrusionSweepObjectXD in documentation 2011-04-11 09:06:11 +00:00
eap
33459aac4f med-2.1 file no longer supported 2011-04-11 07:50:58 +00:00
rnv
e38b8cec43 RNV: porting documentation on the doxygen 1.7.3 2011-04-11 06:56:10 +00:00
gdd
9b2349d823 Small update of blsurf documentation 2011-04-08 16:34:59 +00:00
gdd
f335dddadb Update French Translations 2011-04-08 15:29:33 +00:00
eap
ecdd9a6194 - ExportToMEDX(file,auto_groups,SMESH::MED_V2_1,true);
+  ExportToMEDX(file,auto_groups,SMESH::MED_V2_2,true);
2011-04-08 08:43:48 +00:00
eap
513e407ce6 comment off not used
static bool sameGroupType()
2011-04-08 08:43:30 +00:00