vsr
181cf99534
Update user documentation
2012-05-14 06:15:41 +00:00
vsr
d2c30a325b
Update translations
2012-05-12 10:27:26 +00:00
eap
cbfa797d42
in bool _pyGen::IsGeomObject(const _pyID& theObjID) check that
...
IsStudyEntry( theObjID ), else e.g. "0.00173968" is treated as a
removed geometry and
"NETGEN_2D_Parameters.SetMinSize( 0.00173968 )" leads to erasing a
mesh to which NETGEN_2D_Parameters is assigned.
2012-05-11 11:39:51 +00:00
gdd
8d2a055f5d
Update translations
2012-05-10 14:15:51 +00:00
eap
1f73394bb7
0021464: EDF 2065 SMESH: Add Delete Group with Contents in the contextual menu
2012-05-05 11:53:03 +00:00
eap
f4e318b2b6
PAL22863 TC6.5.0: Projection_1D2D gives exception
...
rename Face -> Source Face, Mesh -> Source Mesh
2012-05-04 16:15:05 +00:00
boulant
d1fdd992f7
Add autotools variables to manage the optional dependency to padder (for the padder plugin)
2012-05-03 19:05:12 +00:00
eap
497561723e
do not clear a command creating a removed group if the command does
...
other job like MakeBoundaryMesh() or DoubleNodeGroupNew()
2012-05-03 08:40:24 +00:00
fps
65f809f886
fix type in french resources
2012-05-02 16:10:50 +00:00
eap
585751ddcb
regression of SMESH_TEST/Grids/smesh/bugs/L9
...
fix GetGroupSubMeshesContaining() to return all sub-meshes of groups
but not the last only
2012-05-02 14:07:39 +00:00
eap
7f69b1fe3e
fix the previous "improvement"
2012-05-02 07:46:47 +00:00
eap
4ec1bfaca1
regression of SMESH_TEST/Grids/smesh/imps/I4
...
def AddHypothesis(self, hyp, geom=0):
...
+ AssureGeomPublished( self, geom, "shape for %s" % hyp.GetName())
2012-04-28 11:06:59 +00:00
eap
c1cdbd912a
regression of SMESH_TEST/Grids/smesh/imps/H5
...
Fix Evaulate() after replacing TopTools_DataMapOfShapeShape with
StdMeshers_ShapeShapeBiDirectionMap
2012-04-28 09:58:43 +00:00
fps
41ceaec82f
add missing resources in French
2012-04-27 13:54:13 +00:00
eap
3305acaefc
remove some memory leaks
2012-04-27 13:01:23 +00:00
eap
b787ff461b
PAL22878 TC6.5.0: Extrusion along a line: replace "Id Elements" label by "ID nodes" for nodes
2012-04-27 08:15:55 +00:00
eap
f9ed0831cc
0021567: [CEA] Missing resources for status bar messages
...
Added:
STB_PENTA
STB_PYRAMID
STB_OCTA
STB_BIQUADRATIC_QUADRANGLE
STB_TRIQUADRATIC_HEXAHEDRON
2012-04-26 14:43:09 +00:00
eap
72e62d1bfa
PAL22862: GHS3D gives OCC exception
...
Protect from FPE on a batterfly quadrangle
2012-04-26 14:34:14 +00:00
eap
2f82761f83
PAL22862: GHS3D gives OCC exception
...
BUG: !more() if the 1st iterator !more()
2012-04-26 14:32:55 +00:00
ouv
795de88a52
Bug IPAL22920: TC6.5.0: The scalar bar doesn't displayed
2012-04-26 14:02:13 +00:00
eap
338099925d
0021564: EDF 456 SMESH: Regression in projection 2D algorithm
...
kill a bug born at replacement of TopTools_DataMapOfShapeShape with
StdMeshers_ShapeShapeBiDirectionMap in the frames of PAL22863
2012-04-26 11:46:56 +00:00
eap
d0941c6314
fix pb that selection in the viewer is impossible after (set filter + change element type)
...
+ SMESH::RemoveFilters();
2012-04-26 09:36:21 +00:00
eap
6e82f60157
PAL22907: Selection in Create group doesn't work if the filter 'Source' is set to "Initial Selection"
...
to fix python dump
- aPred->SetMesh(myMesh);
+ myFilter[ theType ]->SetMesh(myMesh);
2012-04-26 09:34:14 +00:00
eap
0a6a53da95
0021557: EDF 2161 SMESH: Duplicate elements and nodes
...
Add theMakeNodeGroup agr to DoubleNodeElemGroups() and DoubleNodeElemGroup()
2012-04-26 07:08:11 +00:00
eap
38a33519c9
0021557: EDF 2161 SMESH: Duplicate elements and nodes
...
1) Add
ListOfGroups DoubleNodeElemGroup2New(...)
2) Fix dump of DoubleNode*New(...)
2012-04-26 07:07:00 +00:00
eap
d6352114af
0021557: EDF 2161 SMESH: Duplicate elements and nodes
...
1) Convert DoubleNodeElemGroup2New()
2) Fix _pyCommand::GetResultValue(int res);
3) Add _pyGroup::Flush() to prevent clearing "DoubleNode...() command if a group created by it is removed
2012-04-26 07:05:13 +00:00
eap
de9006cf44
0021557: EDF 2161 SMESH: Duplicate elements and nodes
...
- QCheckBox* myCheckBoxNewGroup;
+ QCheckBox* myCheckBoxNewElemGroup;
+ QCheckBox* myCheckBoxNewNodeGroup;
2012-04-26 07:01:57 +00:00
eap
6e0065e286
0021557: EDF 2161 SMESH: Duplicate elements and nodes
...
+ ListOfGroups DoubleNodeElemGroup2New(...)
2012-04-26 07:01:29 +00:00
eap
18728bb509
0021557: EDF 2161 SMESH: Duplicate elements and nodes
...
+<li><b>Construct group with newly created nodes</b> option (<em>checked by default</em>):
+ if checked - the group of just created nodes will be built.</li>
2012-04-26 07:00:25 +00:00
ouv
b6aab8c7f6
0021562: EDF SMESH: clipping and delete mesh clipped leads to crash
2012-04-25 14:19:17 +00:00
ouv
0bb2ab4898
IPAL22907: TC6.5.0: Selection in Create group doesnt work if the filter Source is set to Initial Selection
...
Rolling back part of integration made in revision 1.21.2.5.6.12
2012-04-25 10:22:11 +00:00
eap
0c8bff7618
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes (Bug2175_mixed_hexa_tetra.py)
...
In Mesh.Compute(), detect failure by value returned from
Mesh._mesh.Compute() and not by presence of messages
2012-04-24 14:32:58 +00:00
eap
29bfee91ff
small fix of indentation
2012-04-24 14:30:08 +00:00
eap
e72b1cdc40
small improvement of API
...
- void ComputeSubMeshStateEngine(int event);
+ void ComputeSubMeshStateEngine(int event, const bool includeSelf=false);
2012-04-24 14:29:10 +00:00
eap
424975b8a3
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes (sub-mesh priority works Ko)
...
No need to ClearMeshOrder() when a new SMESH_submesh is created
2012-04-24 14:28:02 +00:00
eap
1cae83f943
In IsMoreLocalThanPredicate, take priority of sub-mehses into account
2012-04-24 10:56:47 +00:00
eap
690b5f67ff
0021556: EDF 2222 SMESH: 3D mesh after projection impossible
...
In projectBy2DSimilarity() check U on edge before setting
2012-04-23 16:20:19 +00:00
gdd
f8a8ae08c8
Fix documentation link for "Group of underlying entities" dialog
2012-04-23 15:50:43 +00:00
eap
6fee24f068
IPAL22863 TC6.5.0: Projection_1D2D gives exception
...
Replace TopTools_DataMapOfShapeShape with
StdMeshers_ShapeShapeBiDirectionMap which includes 2
TopTools_DataMapOfShapeShape's, one per a mapping direction
2012-04-23 10:13:52 +00:00
ouv
547f8b8e54
IPAL22913: TC6.5.0: selected in "Move node" dialog box node is not highlighted
2012-04-20 12:58:07 +00:00
eap
8a5a32d1a4
protect from errors when working w/o study
2012-04-20 11:51:54 +00:00
eap
1d5a7c2d76
Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/B6
...
fix GetFaceNormal() for quadratic volumes
2012-04-19 14:43:20 +00:00
eap
41d5faf93f
Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/A6
...
fix sweepElement()
2012-04-19 13:48:27 +00:00
eap
2628e2480d
Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/A4
...
fix SewSideElements()
2012-04-19 12:47:55 +00:00
eap
d92679a25f
Regression of 0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
2012-04-18 16:31:39 +00:00
eap
5aacc45760
Regression of SMESH_TEST/Grids/smesh/imps/H2
2012-04-18 16:08:39 +00:00
vsr
e57adf25d6
Issue 0021554: [CEA] When using runSalome with only SMESH module some resources are missing
2012-04-18 13:21:47 +00:00
vsr
2cafde6609
Fix problem of make distcheck on automake 1.11 (Mandriva 2010):
...
- we have to uninstall only the staff generated for doc files and nothing more
2012-04-18 12:46:07 +00:00
vsr
be503b1313
Fix problem of make distcheck on automake 1.11 (Mandriva 2010):
...
- we have to uninstall only the staff generated for idl files and nothing more
2012-04-18 12:44:32 +00:00
rnv
b872ce66df
Update SALOME User's guide:
...
- Move module preferences help pages from GUI User's guide to the module User's guide.
2012-04-18 11:53:36 +00:00