eap
401b2a2e54
23620: EDF 10301 - Completing Extrusion along a path
...
Add scale factors to Extrusion along line
Add angles to Extrusion along path
2019-01-24 18:28:24 +03:00
eap
64680c27c1
23617: EDF 14133 - Complete Merge Nodes / Merge Elements operations
...
+
1) fix bug that SMESH_MeshEditor::DoubleElements() can't duplicate all
elements if they are of different dimension
2) Add QString GetName( Handle(SALOME_InteractiveObject)& ) that gets
missing name from SObject.
2019-01-18 21:31:22 +03:00
eap
09bc0414c9
23627: [IMACS] ASERIS: project point to the mesh and create a slot
...
1) Enable appending to an existing mesh via smesh.Concatenate() (compound mesh)
2) Enable filtering a mesh part: Filter::GetElementsIdFromParts( ListOfIDSources )
3) Add ElementType arg to SMESH_Mesh::GetNodeInverseElements()
4) Add Mesh.Get1DBranches( edgeIDs )
5) Define a default Z med tolerance
6) Update ElementsOnSurface upon SetTolerance()
7) Change group management to have group ID persistent
8) Extract SMESH_PolyLine.cxx from SMESH_MeshEditor.cxx
9) Enable Min Distance measure for node-element and node-object
10) Fix SMESH_MeshAlgos::GetDistance( XYZ, face )
11) Extract SMESH_MeshAlgos::Intersector from SMESH_Offset.cxx
12) Enable optimization in SMESH_MeshAlgos::Triangulate
13) Add mestods Mesh.GetEngine() and Mesh.GetGeomEngine()
2019-01-17 15:53:49 +03:00
vsr
05bdaa6d2e
Merge branch 'V9_2_BR'
2018-12-10 17:30:25 +03:00
eap
48b83422af
IMP 23612: EDF 14143 - Compute angle from 3 points
2018-11-29 17:31:43 +03:00
eap
7b4c10fd0e
23619: EDF 18055 - Detection of sharp edges
2018-11-27 17:21:06 +03:00
eap
fc9c05a33c
23611: EDF 11012 - Force Z coords to 0
2018-11-22 19:29:38 +03:00
vsr
2aed859fcd
Windows support: move test scripts to lib/python<version>/site-packages/salome folder to avoid conflict with other files in bin/salome folder.
2018-11-20 09:29:28 +03:00
eap
441a2df90c
PAL0023627: [IMACS] ASERIS: project point to the mesh
...
Algorithm of poly-line construction modified to enable specifying
arbitrary points serving as end points of the poly-line segment.
2018-11-09 13:28:18 +03:00
eap
858b4bff64
PAL0023627: [IMACS] ASERIS: project point to the mesh
2018-11-07 18:02:19 +03:00
eap
6c8b26afa5
23586: [EDF] HYDRO: Copy mesh to new geometry
...
Add a sample script
+ remove line numbers from codes in docs
2018-10-12 17:25:16 +03:00
rnv
15fdc1b6fc
'/usr/bin/env python' -> '/usr/bin/env python3'
2018-09-19 18:32:46 +03:00
eap
6df8817c1a
23586: [EDF] HYDRO: Copy mesh to new geometry
2018-09-17 22:24:36 +03:00
eap
00bd895f44
Regression revealed after restoring mesh data destruction at study closing
2018-09-06 16:12:29 +03:00
eap
5552aec787
Regression: mesh objects are not deleted => memory leaks
2018-08-31 15:35:57 +03:00
Paul RASCLE
5fb78e0913
add script for a YACS test: foreach loop, parallel geometry and mesh (see YACS samples for yacs schema)
2018-08-29 16:36:01 +02:00
Anthony Geay
c79e2b20d5
Overload of ExportMED method of SMESH_Mesh proxy was not OK. Revealed by EDF non regression test "coude_demo_V2_1_0"
2018-08-27 14:52:30 +02:00
eap
3fcd996c94
Avoid crash at "import smesh_selection" in terminal mode
...
+ don't print useless mesh log
2018-08-24 18:47:47 +03:00
eap
aa574473cf
Fix some tests regressions
...
+ time optimization of ex12_grid17partition.py
2018-08-21 15:06:54 +03:00
eap
5c79b298da
Provide missing TUI examples of some algorithms
2018-08-20 18:00:59 +03:00
eap
3781c2c7d6
Regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B8
...
Optimize iteration on sub-mesh elements
+ minor doc fix
2018-08-08 16:55:53 +03:00
eap
9133087aaa
ASERIS: Return a group from FillHole()
...
+
1) Minor doc imp
2) Fix a bug that some filters can't work with SMESH::ALL element type
3) Fix an icon of imported meshes
2018-07-26 13:38:58 +03:00
Paul RASCLE
e330934ca6
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh
2018-07-18 15:51:52 +02:00
eap
78a29bb103
fix script SALOME_TESTS/Grids/smesh/bugs_00/A3
...
prevent publishing, that was forbidden
2018-07-16 19:01:43 +03:00
Paul RASCLE
49ff23c94f
reintroduction of choice of MED minor version when exporting MED files
2018-07-13 16:23:54 +02:00
eap
1b80c8bc60
Restore change of mesh icon depending on its status
...
now icons are updated on the engine side
+ Remove deprecated smesh.py
2018-07-10 17:41:10 +03:00
eap
ed26bf4db7
Allow smeshBuilder.New(salome.myStudy) but print a warning
2018-07-04 14:57:53 +03:00
eap
7e7ad126e7
Allow creating smeshBuilder before geomBuilder
2018-07-04 14:39:04 +03:00
eap
074862c213
23570: EDF17299 - Problem with filters
...
+ fix persistence of Group on Filter
+ minor fix of docs
2018-06-29 16:38:39 +03:00
eap
f816f204d3
Typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/625363577
2018-06-25 14:38:55 +03:00
eap
24412178e1
Typo-fix by Kunda + fix user doc generation
2018-06-19 19:58:29 +03:00
eap
c704eadf04
IPAL54401: Offset dialog bug
2018-06-19 14:00:57 +03:00
rnv
b7a7d49664
Merge V9_dev branch into master
2018-06-14 14:56:19 +03:00
vsr
e7811c61c3
Fix regression caused by commit 67312ab9
2018-06-01 10:21:02 +03:00
eap
67312ab966
Fix Redesign of SMESH documentation
2018-05-25 20:04:48 +03:00
rnv
f0f67c0b47
Redesign SALOME documentation
2018-03-30 18:43:58 +03:00
Paul RASCLE
776a610c84
Merge remote-tracking branch 'origin/master'
2018-03-06 11:35:08 +01:00
eap
8b6d98aa4a
Fix regressions caused by fix of 23521
2018-02-28 22:15:23 +03:00
eap
30628bd54b
typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/975195177
2018-02-27 14:23:35 +03:00
Paul RASCLE
b7c268a645
control GEOM instance used in SMESH scripts
2018-02-16 15:44:59 +01:00
eap
3a821b48ba
GPUSPHGUI: add Offset transformation
2018-02-09 22:41:01 +03:00
rnv
7a3ecab720
Merge 'master' branch into 'V9_dev' branch.
2018-01-18 19:31:08 +03:00
eap
c656333fb4
IPAL54364: Add Gravity Center measurement
2018-01-15 17:20:17 +03:00
rnv
10191484fe
Merge changes from 'master' branch.
2017-12-29 16:20:32 +03:00
eap
04f9972521
Typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/22126441
2017-12-28 14:28:17 +03:00
rnv
985eaf1925
Merge ASERIS development.
2017-12-19 18:56:16 +03:00
rnv
90e0893c89
Merge V8_4_BR branch.
2017-12-13 12:18:31 +03:00
eap
de56eb6c9f
typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/621049380
2017-12-05 14:47:35 +03:00
eap
05318c85be
typo-fix by Kunda + minor changes
2017-11-28 14:15:48 +03:00
vsr
f1313a5ca0
Cherry-pick 254c2216
: Python3 porting: fix the pb with creation of StdMeshersBuilder_RadialPrism3D by mesh.Prism()
2017-10-19 16:52:20 +03:00
eap
254c2216c3
Python3 porting
...
fix the pb with creation of StdMeshersBuilder_RadialPrism3D by mesh.Prism()
2017-10-19 15:30:51 +03:00
eap
05a257d4f4
Add "Deflection 2D" quality control
...
for GPUSPHGUI project
2017-10-12 19:52:03 +03:00
Paul RASCLE
51760fb76f
choice of MED format, minor version, for backward compatibility
2017-09-29 11:47:51 +03:00
eap
223c5b7f5d
IPAL54303: CGNS export problems
2017-08-25 16:45:03 +03:00
vsr
d3e1cabf77
0021803: EDF 2351 : Available versions of MED in TUI function ExportMED aren't consistent with GUI behavior
2017-08-23 13:34:09 +03:00
rnv
8a9d91b414
Merge branch 'master' into V9_dev
2017-07-20 12:00:49 +03:00
rnv
bd7477efc2
Merge Python 3 porting.
2017-06-27 19:23:43 +03:00
eap
f3a96580b4
023456: EDF 11308 - ExtrusionSweepObjects : link to examples
2017-06-21 14:23:17 +03:00
rnv
264eeb2edd
Merge multi-study removal branch.
2017-06-13 13:01:10 +03:00
rnv
bf9ebfec9f
Python3 porting: python3 instead python and deepcopy.
2017-06-01 17:07:32 +03:00
rnv
78be86e48b
Move EnumToLong method from SMESHBuilder class into global module namespace.
2017-05-26 18:40:42 +03:00
Gilles DAVID
42c7028440
Swig flag for python 3 + various fixes
2017-05-10 08:13:13 +02:00
Gilles DAVID
96367c288d
Patch omniORBpy EnumItem class
...
If the comparison ordering methods are not defined (as for instance in
the latest version 4.2.1-2), they are then dynamically added.
2017-05-09 16:56:42 +02:00
Gilles DAVID
f782dacab1
Fix TypeError: unorderable types: EnumItem() < EnumItem()
2017-05-04 18:34:49 +02:00
eap
3dcb8f1e04
IPAL054122: Bad quality prismatic mesh
...
Fix applying the boundary error in StdMeshers_Sweeper by using
StdMeshers_Delaunay
2017-04-25 13:41:21 +03:00
eap
f6b5d2f920
54122: Bad quality prismatic mesh
...
Extract class Delaunay from class Morph
+ Print warning when creating an algorithm with unexpected arguments
(expected ones are algo type and geometry) -- smeshBuilder.py
2017-04-20 14:16:23 +03:00
eap
9ecacf41d1
IPAL54104: Wrong prismatic mesh
...
Fix sub-shape association of FACEs with a seam in a propagation case
+ Remember a state of "Show IDs" check-box in Mesh Info / Element info
2017-04-18 14:07:52 +03:00
eap
096485adbe
IPAL52499: Prismatic mesh is not computed on a prismatic shape
2017-04-17 15:42:28 +03:00
Gilles DAVID
1fe8f96116
[PY3] more Swig fix + integer division
2017-03-29 16:58:59 +02:00
Gilles DAVID
5637345b9a
[PY3] use python3 idioms, fix relative imports, fix plugins
2017-03-29 15:54:42 +02:00
Nicolas Geimer
0003e6b4fc
Merge tag 'V8_3_0a2' into ngr/python3_dev
...
Version 8.3.0 alpha 2
2017-03-20 18:20:10 +01:00
Nicolas Geimer
1286bbe881
[PY3] Fix some MRO issues
2017-03-20 18:02:52 +01:00
Nicolas Geimer
5260bd00bd
[PY3] 2to3 results
2017-03-20 13:41:53 +01:00
Nicolas Geimer
84cf6c4911
[PY3] Removing TAB issues
...
Via this command :
find . -name "*.py" | xargs grep -Prl "\t" | xargs python /local00/home/J42254/Projets/SALOME/Installations/prerequisites/src/Python-352-tcl8513-tk8513/Tools/scripts/reindent.py
2017-03-20 13:22:47 +01:00
eap
9dd045b97c
23258: [CEA 1804] Do not merge the middle nodes of quadratic elements
...
Add AvoidMakingHoles argument in MergeNodes()
+ Save mesh name in STL file
+ Fix binary STL export after change of sizeof(Standard_Boolean)
+ Add Import menu to mesh component popup
2017-03-14 15:43:27 +03:00
eap
e74c29b786
Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
...
http://www.salome-platform.org/forum/forum_10/652417125
2017-03-02 19:51:35 +03:00
eap
913aaa14de
Fix crash of SALOME_TESTS/Grids/smesh/bugs_13/N9
...
(SMDS_VolumeTool.cxx)
Add "Show IDs" check box to Mesh Information dlg
Avoid warning in Choose Entity dialog when no entities are selected,
disable [OK] button instead
2017-02-10 21:20:38 +03:00
eap
e613ea2b8d
IPAL53702: Quadrangle mapping does not use some boundary nodes
...
IPAL53864: Viscous Layers 2D fails and is uneven at some points
Fix failure but non-uniform thickness remains
2017-01-24 19:31:19 +03:00
eap
b2eb2c3cef
IPAL53870: Dump study script creates an excess sub-mesh
...
+ Allow Quadratic Mesh hypothesis on sub-meshes for http://www.salome-platform.org/forum/forum_14/325180606/861648983
+ Remove unfeasible controls from Mesh Element Info
2016-12-27 18:55:29 +03:00
eap
b6e8c17211
IPAL53863: MG-CADSurf + Viscous Layers 2D on a cylindrical face ==> crash
2016-12-26 16:27:08 +03:00
eap
cf7328b78f
IMP23369: [CEA 1513] compute a mesh using an already existing mesh with MG-CADSurf
...
Enable computing a mesh w/o geom with 2 algos
2016-12-16 19:17:51 +03:00
eap
831b40eb01
23395: EDF 13855 - Crash SALOME when creating a mesh
...
+ sort objects in Clipping plane dlg
2016-12-13 20:30:15 +03:00
eap
979d9c81fc
Fix regressions
2016-11-25 17:24:41 +03:00
eap
55a627cc62
23394: EDF - non regression test fails - problem of projection of a quadrangle face on a cylinder
2016-11-21 19:30:24 +03:00
eap
1c1bbf6798
23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe
...
Deactivate ID mapping in all DeviceActor's except the pickable one.
The ID mapping needed to show IDs in the Viewer is computed when needed
via VTKViewer_ExtractUnstructuredGrid::BuildOut2InMap()
+ IPAL53796: Clipping related bugs
2016-11-11 15:14:46 +03:00
vsr
e18c7bf133
0023360: [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateObjBrowser(1)
2016-10-06 11:20:14 +03:00
eap
ac96f997ef
IPAL53561: Extrusion 3D algo is not applicable to a prism with a seam on top/bottom
2016-09-07 14:43:02 +03:00
eap
83b0c984cc
53539: 0D Element
...
1) Extract SMESHUtils/SMESH_ControlPnt.* from Hexotic
2) Minor doc changes
3) fix 53539: 0D Element (SMDS_MeshCell.hxx, SMESHGUI_AddMeshElementDlg.cxx)
4) Regressions
- bugs_06/G9 ( SMESH_DumpPython.cxx, SMESH_PythonDump.hxx )
- bugs_13/N8 ( StdMeshers_Regular_1D.cxx )
2016-08-24 17:04:22 +03:00
eap
7c69e00bac
IMP 23201: Harmonisation of "0D Element" and "0D Elements on Element Nodes"
2016-08-11 20:13:30 +03:00
eap
5c5e1f2368
23303: [EDF 12024] Filter for nodes connectivity
2016-08-11 16:44:16 +03:00
eap
b3cb4c5a57
IMP 23300: [EDF 12865] Independent calculation of sub-meshes
2016-08-01 22:15:36 +03:00
eap
5504d02a22
23305: [EDF 10301] Extrusion with scaling
2016-08-01 15:42:08 +03:00
eap
466da2436e
Fix test SALOME_TESTS/Grids/smesh/2D_mesh_QuadranglePreference_01/B6
...
Case of a ring with sub-meshes on both wires
2016-06-16 16:23:35 +03:00
eap
08a7d4d04e
23282: EDF 13035 - Problem with submeshes priority
...
fix SMESH_Mesh::SortByMeshOrder()
2016-05-27 17:20:45 +03:00
vsr
7eda9ca931
Copyright update: 2016
2016-03-18 20:10:28 +03:00
eap
a1a6d5ddc1
53103: Mesh visualization performance problem
...
Optimize visualization and mesh loading.
+ fix docs
2016-03-11 16:32:07 +03:00
eap
5b62e4db7c
53099: 3D Extrusion algo refuses to work on an extruded solid with internal faces
2016-03-04 20:54:10 +03:00
eap
43f41f0c11
23250: [CEA 1766] 3D tab is empty when editing mesh
...
+ minor changes in docs
+ fix other problems with Mesh Dialog:
1) at mesh edition, old hypothesis remain assigned after playing with
Mesh Type and Hypo Sets (change is in isSelectedHyp())
2) When a 3D algo is unset due to change of Mesh Type, its hypotheses remain
assigned and a new hyp can be created
2016-03-03 15:42:23 +03:00
eap
e074bae4b7
Avoid MED file reading failure caused by low memory
...
Failure reason: system(...) command exits with "Cannot allocate memory"
2016-01-29 15:47:48 +03:00
vsr
03335084a6
Add missing import SMESH
2015-12-02 12:42:04 +03:00