eap
063116fae2
bos #26432 [CEA 26431] import/export SAUV removal
2021-11-05 14:09:11 +03:00
eap
786657f54f
bos #24400 [CEA] Option in SALOME for not storing in med files the indices (number of nodes)
...
Add the option to Export dialog
2021-09-14 18:33:41 +03:00
eap
88ff35ddd4
bos #24400 [CEA] Option in SALOME for not storing in med files the indices (number of nodes)
...
+ minor changes:
1) unify member field names: avoid _my*, replace by either _* or my*
2) BUG: mesh persistent ID is not unique
3) arguments alignement
4) Add SMESHDS_Hypothesis::SaveString() and LoadString()
5) In mesh construction dlg disable "Mesh Type" if it contains ANY only
6) Add SMESH::printErrorInDebugMode argument of SMESH_CATCH
7) Use static_assert to check completeness of arrays corresponding to enum
8) Add renumber arg to ExportUNV() and ExportDAT()
9) Fix some warnings
2021-07-22 14:10:49 +03:00
eap
03d855b75b
bos #24009 Merge gni/adaptation branch (MG-Adapt)
2021-03-26 12:45:00 +03:00
vsr
13e344b872
Revert wrongly integrated merge
...
This reverts commit a463e46431
, reversing
changes made to 1c35693208
.
2021-03-22 10:19:31 +03:00
GERALD NICOLAS
36da803449
Usage de medcoupling pour le nom du maillage
2021-02-10 18:01:16 +01:00
GERALD NICOLAS
d90a581cef
Gestion des erreurs de données
2021-02-08 15:52:38 +01:00
GERALD NICOLAS
55f658966b
Ménage avant intégration
2021-02-01 11:26:34 +01:00
GERALD NICOLAS
5e46af5968
Mise à jour des messages et défaut
2021-01-29 16:39:42 +01:00
GERALD NICOLAS
8731eed929
Merge branch 'master' into gni/adaptation
2021-01-13 09:42:20 +01:00
GERALD NICOLAS
96b56d1ee6
Merge remote-tracking branch 'origin/master' into gni/documentation
2021-01-12 13:45:39 +01:00
GERALD NICOLAS
624e57e97d
Merge remote-tracking branch 'origin/master' into gni/adaptation
2021-01-12 09:57:11 +01:00
Viktor UZLOV
3da6be1c99
bos #20215 Help panels into SALOME for new users
2021-01-07 16:45:39 +03:00
azakir
c0c883fc72
update translation files
2020-12-10 18:33:02 +01:00
Gérald NICOLAS
a5b6754422
Mise à jour des messages de SMESH
2020-09-22 15:57:14 +02:00
Gérald NICOLAS
224eada951
Clarification des menus
2020-06-10 16:00:51 +02:00
Gérald NICOLAS
eb9868c360
Les préférences pour MG-Adapt
2020-06-10 11:22:21 +02:00
Gérald NICOLAS
389de9f0a1
Messages pour les TOP menus
2020-06-08 14:29:21 +02:00
Gérald NICOLAS
0937b58dc2
Merge branch 'master' into gni/adaptation
2020-05-27 10:36:49 +02:00
eap
19720c1ef8
IPAL54678: TC-9.5.0: Sub-mesh priority: not all sub-meshes are displayed in the dialog
...
+ Small improvement of a mesh context menu:
* Add "Clear + Compute" for a non-empty mesh
* Add "Show Compute Errors" for a failed meshing
* Remove "Compute" for a fully computed mesh
* Add an icon for "Export" item
2020-05-26 19:20:30 +03:00
Gérald NICOLAS
0df363832a
complément
2020-05-25 16:24:40 +02:00
Gérald NICOLAS
d05e8d5111
préférences
2020-05-25 16:01:16 +02:00
Gérald NICOLAS
9bad31fec2
Messages des sous-menus
2020-05-25 14:11:11 +02:00
GERALD NICOLAS
41d2fa239d
Menu de pilotage global
2020-05-20 10:47:58 +02:00
vsr
6472eab132
Merge branch 'occ/shaper2smesh'
2020-02-21 17:00:22 +03:00
eap
ab494e654a
New mesh icon if geometry changes
2020-01-28 17:14:39 +03:00
eap
f67cc2cf76
#17845 [EDF] Modifications of Automatic meshing
...
Fixes for remarks
2020-01-24 19:09:38 +03:00
eap
5dcb2f2b46
#17845 [EDF] Modifications of Automatic meshing
2020-01-24 19:09:38 +03:00
vsv
779967e2f5
Create "Break link" pop-up menu item
2019-12-20 13:04:00 +03:00
eap
a87bde2a08
IPAL54529: Hexahedron(ijk) fails on a block with composite sides if Viscous Layers assigned
...
+ In Create Mesh dialog define enabled tabs by SMESH_Algo::IsApplicable( shape )
+ Extract SMESH_Indexer from StdMeshers_HexaFromSkin_3D.cxx
2019-07-12 15:15:38 +03:00
eap
9a3f7d877e
0023614: EDF 16256 - Coordinates of a group
2019-01-28 15:04:53 +03:00
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
eap
60beecbdbd
23615: EDF 17317 - Fit All when display one mesh
2018-11-30 13:54:14 +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
eap
e9c5d169fa
23605: [EDF] HYDRO: parent mesh for Copy mesh with new geometry
...
23606: [EDF] HYDRO: Help for option Copy mesh with new geometry is absent
2018-10-17 17:35:08 +03:00
Paul RASCLE
81b56ed43d
more information on exception on mesh export
2018-10-10 17:31:49 +02:00
eap
6df8817c1a
23586: [EDF] HYDRO: Copy mesh to new geometry
2018-09-17 22:24:36 +03:00
vsr
8d297d6698
Merge remote branch 'origin/V8_5_asterstudy'
2018-09-12 10:49:27 +03:00
vsr
98e8c17721
0023580: [EDF] AsterStudy: more distinct display of selected items in 3D view
2018-09-11 14:51:38 +03:00
Paul RASCLE
3785fda32c
Merge remote-tracking branch 'origin/master'
2018-07-19 09:14:10 +02:00
eap
fe4d201b78
IPAL54414: MED file info is not persistent
2018-07-18 18:15:22 +03:00
Paul RASCLE
49ff23c94f
reintroduction of choice of MED minor version when exporting MED files
2018-07-13 16:23:54 +02:00
rnv
b7a7d49664
Merge V9_dev branch into master
2018-06-14 14:56:19 +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
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