Salome HOME
modules/smesh.git
9 years ago22833: [CEA 1346] to extrude a group of faces following the normal of each face
eap [Fri, 23 Jan 2015 15:49:49 +0000 (18:49 +0300)]
22833: [CEA 1346] to extrude a group of faces following the normal of each face

+ Optimize Belong to geom filter
+ Avoid SIGSEGV after re-computing a mesh if showing numbers was ON before

9 years agoFix compilation error: add utilities.h include.
rnv [Thu, 22 Jan 2015 14:33:44 +0000 (17:33 +0300)]
Fix compilation error: add utilities.h include.

9 years agoMinor correction to avoid "unknown type Object" warning from ModuleCatalog at YACS...
vsr [Thu, 22 Jan 2015 14:06:20 +0000 (17:06 +0300)]
Minor correction to avoid "unknown type Object" warning from ModuleCatalog at YACS activation.

9 years ago22830: EDF 9557 SMESH: Quadratic conversion of a mesh fails (note 0019010)
eap [Thu, 22 Jan 2015 13:15:34 +0000 (16:15 +0300)]
22830: EDF 9557 SMESH: Quadratic conversion of a mesh fails (note 0019010)

 Problem with FACE having a bad tolerance

9 years agoInclude utilities.h when needed.
Anthony Geay [Wed, 19 Nov 2014 16:07:28 +0000 (17:07 +0100)]
Include utilities.h when needed.

9 years agoSwitch DEV version marker to 1
vsr [Mon, 19 Jan 2015 15:55:07 +0000 (18:55 +0300)]
Switch DEV version marker to 1

9 years agoMerge branch 'master' into V7_5_BR V7_5_1rc1
vsr [Fri, 16 Jan 2015 12:36:51 +0000 (15:36 +0300)]
Merge branch 'master' into V7_5_BR

9 years agoFix regression of mesh_Projection_2D_00/A1 test.
eap [Thu, 15 Jan 2015 14:52:25 +0000 (17:52 +0300)]
Fix regression of mesh_Projection_2D_00/A1 test.

The regression is caused by the fix of 22830:
- pair<int, TopAbs_ShapeEnum> pos = GetMediumPos( n1, n2, mySetElemOnShape );
+ pair<int, TopAbs_ShapeEnum> pos = GetMediumPos( n1, n2, useCurSubShape );

9 years agoMerge branch 'master' into V7_5_BR
vsr [Mon, 12 Jan 2015 10:24:59 +0000 (13:24 +0300)]
Merge branch 'master' into V7_5_BR

9 years ago22830: EDF 9557 SMESH: Quadratic conversion of a mesh fails
eap [Mon, 29 Dec 2014 15:22:30 +0000 (18:22 +0300)]
22830: EDF 9557 SMESH: Quadratic conversion of a mesh fails

In SMESH_MeshEditor copy node positions in Duplicate*()
In SMESH_MesherHelper
- cache face tolerance
- in GetNodeUV() prevent SIGSEGV if a node is on EDGE not belonging to a FACE
- in GetNodeUV() check if a VERTEX is a seam in a given FACE, not in another
- avoid returning myShape from GetMediumPos() when it can be wrong

52592: Invalid values of Length 2D control

- avoid using not initialized values for showing control values of a group

9 years agoUpdate translation files from Crowdin V7_5_1b1
Christophe Bourcier [Wed, 10 Dec 2014 16:35:35 +0000 (17:35 +0100)]
Update translation files from Crowdin

9 years ago0022825: EDF GUI regression: Issue with accent in the OB
vsr [Thu, 18 Dec 2014 16:24:03 +0000 (19:24 +0300)]
0022825: EDF GUI regression: Issue with accent in the OB
Temporarily rollback unicode support (as it is incomplete causing regressions)

9 years agoIncrement version: 7.5.1
vsr [Tue, 9 Dec 2014 08:50:50 +0000 (11:50 +0300)]
Increment version: 7.5.1

9 years ago22812: EDF 9218 SMESH: An empty group is created when using the duplicate nodes and...
eap [Mon, 8 Dec 2014 17:18:59 +0000 (20:18 +0300)]
22812: EDF 9218 SMESH: An empty group is created when using the duplicate nodes and/or elements

9 years agoBug: unable to create LocalLength hyp for a sub-mesh on a shape with a degenerated...
eap [Wed, 3 Dec 2014 14:28:30 +0000 (17:28 +0300)]
Bug: unable to create LocalLength hyp for a sub-mesh on a shape with a degenerated edge

9 years agoIssue 0022816: duplicated files
vsr [Wed, 3 Dec 2014 11:04:51 +0000 (14:04 +0300)]
Issue 0022816: duplicated files
Don't install chrono.hxx file

9 years agoFix Extrusion doc
eap [Wed, 26 Nov 2014 12:16:24 +0000 (15:16 +0300)]
Fix Extrusion doc

9 years agoMerge branch 'master' into V7_5_BR V7_5_0 V7_5_0rc1
vsr [Thu, 20 Nov 2014 15:55:09 +0000 (18:55 +0300)]
Merge branch 'master' into V7_5_BR

9 years agoProjection 2D failure due to incorrect detection of distorted result faces
eap [Thu, 20 Nov 2014 13:06:53 +0000 (16:06 +0300)]
Projection 2D failure due to incorrect detection of distorted result faces

9 years agoMerge branch 'master' into V7_5_BR
vsr [Wed, 19 Nov 2014 14:39:22 +0000 (17:39 +0300)]
Merge branch 'master' into V7_5_BR

9 years agoIPAL16934: Selection works incorrectly if Source and Target Vertices in Projection...
eap [Wed, 19 Nov 2014 13:18:58 +0000 (16:18 +0300)]
IPAL16934: Selection works incorrectly if Source and Target Vertices in Projection 1D are the same vertex.

1) BUG: impossible to use shared vertices for vertex association in Projection Source hyps
2) Regression: Order of Sub-meshes dialog dialog does not appear when a sub-mesh is created

9 years agoMerge branch 'master' into V7_5_BR
vsr [Tue, 18 Nov 2014 11:24:52 +0000 (14:24 +0300)]
Merge branch 'master' into V7_5_BR

9 years ago22808: EDF SMESH: Regression with 3D Extrusion/ViscousLayers in Salome V7_5_BR
eap [Tue, 18 Nov 2014 10:08:18 +0000 (13:08 +0300)]
22808: EDF SMESH: Regression with 3D Extrusion/ViscousLayers in Salome V7_5_BR

9 years agoMerge branch 'master' into V7_5_BR
vsr [Mon, 17 Nov 2014 14:08:20 +0000 (17:08 +0300)]
Merge branch 'master' into V7_5_BR

9 years ago22526: SMESH 2864 - Projection and Extrusion
eap [Fri, 14 Nov 2014 17:23:20 +0000 (20:23 +0300)]
22526: SMESH 2864 - Projection and Extrusion

  Make attempts to fix the projected mesh using smoothing in case of non-homothetic
  source and target faces

9 years agoMerge branch 'master' into V7_5_BR
vsr [Fri, 14 Nov 2014 11:15:23 +0000 (14:15 +0300)]
Merge branch 'master' into V7_5_BR

9 years agoRegression of 0022150 (SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/B2)
eap [Fri, 14 Nov 2014 10:50:08 +0000 (13:50 +0300)]
Regression of 0022150 (SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/B2)

9 years agoMerge branch 'master' into V7_5_BR
vsr [Thu, 13 Nov 2014 16:30:28 +0000 (19:30 +0300)]
Merge branch 'master' into V7_5_BR

9 years ago22806: EDF SMESH: Regression: Prism_3D error
eap [Thu, 13 Nov 2014 15:56:42 +0000 (18:56 +0300)]
22806: EDF SMESH: Regression: Prism_3D error

Fix selection of the bottom;
use block approach on simple shapes if swepper detects high bnd error

9 years agoFrench translation check on SMESH.
Florian BRUNET [Thu, 13 Nov 2014 13:29:30 +0000 (14:29 +0100)]
French translation check on SMESH.

9 years agoFix bad gradation value from GUI to command line
Christophe Bourcier local [Thu, 13 Nov 2014 12:25:11 +0000 (13:25 +0100)]
Fix bad gradation value from GUI to command line

9 years agoMerge branch 'master' into V7_5_BR
vsr [Wed, 12 Nov 2014 16:50:50 +0000 (19:50 +0300)]
Merge branch 'master' into V7_5_BR

9 years agoTo compute mesh in SALOME_TESTS/Grids/geom/bugs_15/R7
eap [Wed, 12 Nov 2014 15:35:28 +0000 (18:35 +0300)]
To compute mesh in SALOME_TESTS/Grids/geom/bugs_15/R7
and other tests of "Extrusion 3D" mesher

9 years agoMerge remote branch 'origin/Doc_update_ver741' into V7_5_BR
vsr [Mon, 10 Nov 2014 11:21:42 +0000 (14:21 +0300)]
Merge remote branch 'origin/Doc_update_ver741' into V7_5_BR

9 years agoMerge branch 'master' into V7_5_BR
vsr [Fri, 7 Nov 2014 15:39:11 +0000 (18:39 +0300)]
Merge branch 'master' into V7_5_BR

9 years agoMesh edit dlg bug: algos are not filtered by shape at mesh edition
eap [Fri, 7 Nov 2014 15:07:13 +0000 (18:07 +0300)]
Mesh edit dlg bug: algos are not filtered by shape at mesh edition

More bug: "Belong to geom" filter does not find nodes bound to SOLID

9 years agoMore info
eap [Fri, 7 Nov 2014 13:51:28 +0000 (16:51 +0300)]
More info

9 years ago52568: Quadrangle (Mapping) differently meshes equal L-shaped faces.
eap [Thu, 6 Nov 2014 17:11:51 +0000 (20:11 +0300)]
52568: Quadrangle (Mapping) differently meshes equal L-shaped faces.

 Take into account number of segments when selecting corners among multiple vertices

9 years agoMerge branch 'master' into V7_5_BR
vsr [Thu, 6 Nov 2014 15:02:21 +0000 (18:02 +0300)]
Merge branch 'master' into V7_5_BR

9 years ago22798: EDF 9100 SMESH: Dump python and "Compute()" position
eap [Wed, 5 Nov 2014 17:33:43 +0000 (20:33 +0300)]
22798: EDF 9100 SMESH: Dump python and "Compute()" position

Do not erase a previous Compute() if there were mesh edition commands after it

9 years agoMerge branch 'master' into V7_5_BR
vsr [Wed, 5 Nov 2014 15:40:36 +0000 (18:40 +0300)]
Merge branch 'master' into V7_5_BR

9 years agoIncrement version: 7.5.0
vsr [Wed, 5 Nov 2014 15:23:46 +0000 (18:23 +0300)]
Increment version: 7.5.0

9 years ago22797: EDF 9014 SMESH: Problem with the 3D extrusion algorithm
eap [Fri, 31 Oct 2014 17:38:10 +0000 (20:38 +0300)]
22797: EDF 9014 SMESH: Problem with the 3D extrusion algorithm

1) pb with invalid node param on EDGEs after 2D Projection
2) pb of search of source FACEs of the prism

9 years agoIPAL52559: TC7.5.0: Auto color has no effect on the faces group V7_5_0b1
vsr [Fri, 31 Oct 2014 13:43:41 +0000 (16:43 +0300)]
IPAL52559: TC7.5.0: Auto color has no effect on the faces group

9 years ago52566: TC7.5.0: Empty group of Balls at Diameter Equal to filter
eap [Fri, 31 Oct 2014 11:31:51 +0000 (14:31 +0300)]
52566: TC7.5.0: Empty group of Balls at Diameter Equal to filter

 Avoid unexpected switch "Equal to" -> "Less than"

9 years ago52567: Transformation operations does not work for Group of Balls
eap [Thu, 30 Oct 2014 16:30:46 +0000 (19:30 +0300)]
52567: Transformation operations does not work for Group of Balls

 Show at least points in the preview of balls

9 years ago52567: Transformation operations does not work for Group of Balls
eap [Thu, 30 Oct 2014 15:47:36 +0000 (18:47 +0300)]
52567: Transformation operations does not work for Group of Balls

9 years ago52566]: TC7.5.0: Empty group of Balls at Diameter Equal to filter
eap [Thu, 30 Oct 2014 13:42:05 +0000 (16:42 +0300)]
52566]: TC7.5.0: Empty group of Balls at Diameter Equal to filter

 trim trailing white spaces of names at publishing in study

9 years ago52564: TC7.5.0: total quantity of 2D and 3D mesh elements is not calculated
eap [Thu, 30 Oct 2014 11:43:50 +0000 (14:43 +0300)]
52564: TC7.5.0: total quantity of 2D and 3D mesh elements is not calculated

9 years agoProblems found due to execution of MESH-075 GUI scenario
eap [Wed, 29 Oct 2014 19:17:47 +0000 (22:17 +0300)]
Problems found due to execution of MESH-075 GUI scenario

9 years agoIPAL52557: TC7.5.0: default value in Hypothesis is different in new and saved studies
eap [Tue, 28 Oct 2014 12:37:01 +0000 (15:37 +0300)]
IPAL52557: TC7.5.0: default value in Hypothesis is different in new and saved studies

 Use a precise bnd box to find the shape diagonal

9 years agoWindows portability: additional fix to previous commit
vsr [Tue, 28 Oct 2014 12:23:39 +0000 (15:23 +0300)]
Windows portability: additional fix to previous commit

9 years agoWindows portability
vsr [Tue, 28 Oct 2014 07:04:19 +0000 (10:04 +0300)]
Windows portability

9 years agoA revision of documentation for the new version. Minor corrections. Doc_update_ver741
ysn [Mon, 27 Oct 2014 10:00:38 +0000 (14:00 +0400)]
A revision of documentation for the new version. Minor corrections.

9 years agoRegression of bugs_13/N9
eap [Fri, 24 Oct 2014 14:01:50 +0000 (18:01 +0400)]
Regression of bugs_13/N9

9 years agoRegression of viscous_layers_00/B2
eap [Thu, 23 Oct 2014 14:00:31 +0000 (18:00 +0400)]
Regression of viscous_layers_00/B2

9 years ago52546: Viscous Layers construction fails
eap [Thu, 23 Oct 2014 12:40:33 +0000 (16:40 +0400)]
52546: Viscous Layers construction fails

  Correct finding normal at a degenerated vertex

9 years ago52548: Set filter on standalone group of edges does't work
eap [Thu, 23 Oct 2014 08:21:14 +0000 (12:21 +0400)]
52548: Set filter on standalone group of edges does't work

2) Allow passing a geom group as faces arg of ViscousLayers()
3) Prevent crash of Adaptive hyp when only degenerated EDGEs leave not meshed

9 years ago52540: TC7.5.0: Renumbering Elements and Nodes does not work
eap [Wed, 22 Oct 2014 13:21:15 +0000 (17:21 +0400)]
52540: TC7.5.0: Renumbering Elements and Nodes does not work

9 years ago52542: TC7.5.0: Hypothesis "Distribution of layers" is missed
eap [Wed, 22 Oct 2014 12:37:33 +0000 (16:37 +0400)]
52542: TC7.5.0: Hypothesis "Distribution of layers" is missed

9 years ago52539: TC7.5.0: Smoothing - impossible to select fixed nodes
eap [Wed, 22 Oct 2014 12:15:00 +0000 (16:15 +0400)]
52539: TC7.5.0: Smoothing - impossible to select fixed nodes

9 years agoRemove obsolete staff; redesign Handle-based and CDL-generated classes
vsr [Tue, 21 Oct 2014 14:40:35 +0000 (18:40 +0400)]
Remove obsolete staff; redesign Handle-based and CDL-generated classes

9 years agohttp://www.salome-platform.org/forum/forum_10/881672547
eap [Tue, 21 Oct 2014 10:50:56 +0000 (14:50 +0400)]
www.salome-platform.org/forum/forum_10/881672547

1) Allow defining a sub-mesh on a compound of sub-shape of the main shape
in GUI to be coherent with TUI.
2) Eliminate clashing #define PLUGIN_NAME in SMESH and GEOM

9 years agoRegression of 21859: Add conversion from QUAD8 to QUAD9 and from HEXA20 to HEXA27
eap [Mon, 20 Oct 2014 15:08:24 +0000 (19:08 +0400)]
Regression of 21859: Add conversion from QUAD8 to QUAD9 and from HEXA20 to HEXA27

9 years ago22787: [CEA 1320] Regression of test $SMESH_ROOT_DIR/bin/salome/SMESH_reg.py
eap [Fri, 17 Oct 2014 17:16:35 +0000 (21:16 +0400)]
22787: [CEA 1320] Regression of test $SMESH_ROOT_DIR/bin/salome/SMESH_reg.py

Add namespace StdMeshers to StdMeshers_Distribution.* in order to avoid
clashing with FunctionExpr from paraview-4.2/libvtkvisitcommon-pv4.2.so.1

9 years agoRegression of 21397: a quadrangle face mesh can't be projected to a cylinder
eap [Fri, 17 Oct 2014 16:26:57 +0000 (20:26 +0400)]
Regression of 21397: a quadrangle face mesh can't be projected to a cylinder

9 years ago22784: EDF 8824 GHS3DPLUGIN: SetEnforcedVertexNamedWithGroup() does not add an extra...
eap [Fri, 17 Oct 2014 14:45:17 +0000 (18:45 +0400)]
22784: EDF 8824 GHS3DPLUGIN: SetEnforcedVertexNamedWithGroup() does not add an extra group

SMESH_Controls.cxx: add some protection against SIGSEGV
SMESHGUI_MeshOp.cxx: at mesh edition,avoid selection of a sole existing
                     hypothesis compatible with an assigned algo
SMESHGUI_Utils.h: make class toStdStr usable.

9 years agoParaView 4.2 porting
vsr [Wed, 15 Oct 2014 10:30:12 +0000 (14:30 +0400)]
ParaView 4.2 porting

9 years agoCoTech action 66.2: Rename algorithms in Create Mesh dialog box:
vsr [Mon, 13 Oct 2014 13:38:09 +0000 (17:38 +0400)]
CoTech action 66.2: Rename algorithms in Create Mesh dialog box:
- part 1: Resize combo-box to show all items (no scroll bar)

9 years ago22772: EDF 8916 SMESH: Issue with a quadrangle mesh V7_5_0a1
eap [Fri, 10 Oct 2014 16:59:37 +0000 (20:59 +0400)]
22772: EDF 8916 SMESH: Issue with a quadrangle mesh

Consider edges on period boundary as seam ones

9 years ago22770: SMESH: Bi-quadratic mesh convert with medium nodes on geometry
eap [Fri, 10 Oct 2014 11:23:38 +0000 (15:23 +0400)]
22770: SMESH: Bi-quadratic mesh convert with medium nodes on geometry

9 years agoOCCT 6.8.0 (dev) porting
vsr [Fri, 3 Oct 2014 12:56:53 +0000 (16:56 +0400)]
OCCT 6.8.0 (dev) porting

9 years agoFix regressions
eap [Wed, 1 Oct 2014 17:09:19 +0000 (21:09 +0400)]
Fix regressions

 mesh_Projection_2D_00/A4
 imps_09/K2

9 years ago22711: [CEA 1297] Regression of mesh with a projection on a spherical face
eap [Mon, 29 Sep 2014 11:50:55 +0000 (15:50 +0400)]
22711: [CEA 1297] Regression of mesh with a projection on a spherical face

 In fixDistortedFaces() care of face planarity and degenerated edges

9 years ago22710: [CEA 1296] Regression of a MG-CADSurf mesh with face projection
eap [Fri, 26 Sep 2014 15:28:51 +0000 (19:28 +0400)]
22710: [CEA 1296] Regression of a MG-CADSurf mesh with face projection

9 years ago22711: [CEA 1297] Regression of mesh with a projection on a spherical face
eap [Fri, 26 Sep 2014 12:24:51 +0000 (16:24 +0400)]
22711: [CEA 1297] Regression of mesh with a projection on a spherical face

  Enable StdMeshers_FaceSide::Value3d() on degenerated EDGEs

9 years agoMerge branch 'origin/master'
mpa [Fri, 26 Sep 2014 07:26:47 +0000 (11:26 +0400)]
Merge branch 'origin/master'

9 years agoAdded check for the existence of the study during its closing
mpa [Fri, 26 Sep 2014 07:26:08 +0000 (11:26 +0400)]
Added check for the existence of the study during its closing

9 years agoRemove obsolete OCC_VERSION_LARGE defines.
imn [Fri, 8 Aug 2014 12:11:08 +0000 (16:11 +0400)]
Remove obsolete OCC_VERSION_LARGE defines.

9 years ago0022420: [CEA 1004] Take the "incremental limit check" into account at the first...
akl [Mon, 8 Sep 2014 12:36:41 +0000 (16:36 +0400)]
0022420: [CEA 1004] Take the "incremental limit check" into account at the first mesh display.

9 years agoRegression of doc/salome/examples/prism_3d_algo.py
eap [Thu, 25 Sep 2014 14:01:50 +0000 (18:01 +0400)]
Regression of doc/salome/examples/prism_3d_algo.py

Protection against an infinite loop in StdMeshers_Prism_3D::getWallFaces()

9 years ago52504: Projection 1D2D fails to project from a half-disk to a half-cone.
eap [Thu, 25 Sep 2014 12:25:46 +0000 (16:25 +0400)]
52504: Projection 1D2D fails to project from a half-disk to a half-cone.

9 years ago52499: Prismatic mesh is not computed on a prismatic shape
eap [Wed, 24 Sep 2014 13:38:27 +0000 (17:38 +0400)]
52499: Prismatic mesh is not computed on a prismatic shape
22701: EDF SMESH: Crash when creating mesh

 1) Search of transformation using a least-square approximation
 2) Compute internal prism nodes using the found transformation

9 years ago22691: [CEA 1279] Regression on test attached with issue 22229
eap [Mon, 15 Sep 2014 11:22:28 +0000 (15:22 +0400)]
22691: [CEA 1279] Regression on test attached with issue 22229

9 years agoIPAL52478: Too thin viscous layers are constructed
eap [Tue, 9 Sep 2014 14:12:47 +0000 (18:12 +0400)]
IPAL52478: Too thin viscous layers are constructed

+ a fix of Mesh dialog for 22483
+ allow white-space-separated IDs for RangeOdIDs filter
+ docs improved

9 years agoCOTECH: Update names of DISTENE products
eap [Tue, 9 Sep 2014 10:19:51 +0000 (14:19 +0400)]
COTECH: Update names of DISTENE products

BLSURF -> MG-CADSurf
GHS3D -> MG-Tetra
Hexotic -> MG-Hexa

and

GHS3DPRL -> MG-Tetra Parallel

9 years ago0022672: SMESH: Add a "Reset" in the "Controls" menu of smesh
mpa [Mon, 8 Sep 2014 06:30:44 +0000 (10:30 +0400)]
0022672: SMESH: Add a "Reset" in the "Controls" menu of smesh

9 years agoSwitch on dev version flag
vsr [Thu, 28 Aug 2014 09:21:37 +0000 (13:21 +0400)]
Switch on dev version flag

9 years agoMerge remote branch 'origin/V7_4_BR'
vsr [Thu, 28 Aug 2014 09:21:01 +0000 (13:21 +0400)]
Merge remote branch 'origin/V7_4_BR'

9 years agoFix a regression: Errors of hypothesis definition are not shown in GUI
eap [Wed, 27 Aug 2014 15:16:07 +0000 (19:16 +0400)]
Fix a regression: Errors of hypothesis definition are not shown in GUI

9 years ago0022628: [CEA 1202] The default icon disposition is not correct in french and in...
vsr [Wed, 27 Aug 2014 09:12:02 +0000 (13:12 +0400)]
0022628: [CEA 1202] The default icon disposition is not correct in french and in japanese

9 years agoFix regressions
eap [Tue, 26 Aug 2014 11:58:38 +0000 (15:58 +0400)]
Fix regressions

1D_mesh_LocalLength_00/A4
bugs_03/D5,D6
bugs_05/F8
bugs_19/X1

9 years agoIPAL52479: Mixed linear/quadratic mesh is created
eap [Mon, 25 Aug 2014 16:41:02 +0000 (20:41 +0400)]
IPAL52479: Mixed linear/quadratic mesh is created

9 years agoFix regressions
eap [Fri, 22 Aug 2014 17:16:01 +0000 (21:16 +0400)]
Fix regressions

3D_mesh_Extrusion_00/A6
3D_mesh_Polyhedrons_00/A2,A3
groups_07/H1
imps_06/G0
imps_07/H2,H4,H5,H7
imps_08/I5

9 years ago22483: EDF 2772 SMESH: Define several 3D viscous layer hypotheses on the same Geometry
eap [Thu, 21 Aug 2014 11:15:12 +0000 (15:15 +0400)]
22483: EDF 2772 SMESH: Define several 3D viscous layer hypotheses on the same Geometry

9 years agoissue 22082 note 017956. Hide controls of Filter dialog useless for creating the...
eap [Thu, 14 Aug 2014 14:56:38 +0000 (18:56 +0400)]
issue 22082 note 017956. Hide controls of Filter dialog useless for creating the Group on filter

  Hide "Insert filter in viewer" and "Source" button group.

9 years ago0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT
vsr [Tue, 12 Aug 2014 13:21:56 +0000 (17:21 +0400)]
0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT

Update default dock windows / toolbars posision and visibility according to the issue 21709

9 years ago22484: EDF 2304 SMESH: Reorient a group of faces regarding to a volume
eap [Mon, 11 Aug 2014 13:40:16 +0000 (17:40 +0400)]
22484: EDF 2304 SMESH: Reorient a group of faces regarding to a volume

  Doc fix

9 years ago022484: EDF 2304 SMESH: Reorient a group of faces regarding to a volume
eap [Mon, 11 Aug 2014 13:30:26 +0000 (17:30 +0400)]
022484: EDF 2304 SMESH: Reorient a group of faces regarding to a volume

9 years agoDo not show a mesh when a group is created
eap [Thu, 7 Aug 2014 11:35:00 +0000 (15:35 +0400)]
Do not show a mesh when a group is created

Instead, only update a visible group accoding to a changed contents.