Commit Graph

2513 Commits

Author SHA1 Message Date
eap
7c8ea81b29 Update sub-mesh actors after Compute 2020-01-21 17:42:01 +03:00
eap
e3019524b4 Fix sub-mesh update upon shaper geometry change 2020-01-21 17:41:22 +03:00
eap
93ac2e8964 fix update of sub-meshes on group in checkGeomModif()
+ make SMESH_Mesh_i::_mainShapeTick persistent, which is needed for the case:
    - open a saved study with shaper data
    - edit an object in the shaper
    - switch to smesh ==> shape modification not detected
2020-01-20 18:57:12 +03:00
eap
3801576eaf in UpdateActorsAfterUpdateStudy() do not update actors
else an actor can switch to "node display mode"
2020-01-20 18:51:55 +03:00
eap
81dd629345 Fix sub-mesh creation by selection of mesh element + remove dead actors after BreakLink 2020-01-17 20:43:01 +03:00
eap
af067a707e Update mesh according to geometry modif. Care of actors of removed objects 2020-01-16 16:41:56 +03:00
eap
174c7bbfbf BUG: SMESH::GetGEOMGen() returns GEOM_Engine instead of SHAPERSTUDY
another place of  SMESH::GetGEOMGen() usage
2020-01-15 17:01:31 +03:00
eap
8df5094ecd Fix SMESH_Mesh_i::ReplaceShape() 2020-01-15 16:13:38 +03:00
eap
07ac4da8b2 BUG: SMESH::GetGEOMGen() returns GEOM_Engine instead of SHAPERSTUDY
1) GetGEOMGen() -> GetGEOMGen( GEOM::GEOM_Object_ptr go )
2) some formatting (whitespace changes)
2020-01-15 16:12:51 +03:00
mpv
2b3c553f4f Implementation of Groups support by the SHAPER-STUDY module 2019-12-30 17:13:29 +03:00
vsv
c2a62ff550 Improve ReplaceShape interface 2019-12-27 18:26:04 +03:00
vsv
00b30e0d6c Replace shape in Mesh object 2019-12-27 16:22:48 +03:00
vsv
26999fa04d Update views on the module activation 2019-12-26 16:55:21 +03:00
vsv
68d2446f69 Update object browser 2019-12-26 14:55:44 +03:00
vsv
0ed56e5073 Translation on French 2019-12-23 18:52:42 +03:00
vsv
96a86667a9 Transfer BreakLink from Object to Gen 2019-12-23 14:57:39 +03:00
vsv
c47c00f480 Call BreakLinks method 2019-12-20 16:13:06 +03:00
vsv
b8ddb1330c Define canBreakLink parameter 2019-12-20 15:53:23 +03:00
vsv
779967e2f5 Create "Break link" pop-up menu item 2019-12-20 13:04:00 +03:00
mpv
c56d066c64 Implementation of the automatic breaking the link if the shape is modified or deleted 2019-12-19 18:24:56 +03:00
mpv
b6155253f8 Fixes for SMESH working with SHAPERSTUDY 2019-12-17 14:37:02 +03:00
vsv
c7e6dcf72a Modification of SMESH_Gen interface 2019-12-09 16:09:31 +03:00
vsr
b311e0ddf7 Merge branch 'V9_4_BR' 2019-12-06 16:56:39 +03:00
rnv
517ed49d01 Fix for issue '[EDF]: Broken links in the Developer's user guide in GEOM and SMESH' 2019-11-13 15:02:26 +03:00
rnv
b30d944ea3 Fix for issue '[EDF]: Broken links in the Developer's user guide in GEOM and SMESH' 2019-11-13 14:59:42 +03:00
eap
7bbc6346f7 #18097 [CEA] Mesh group not updated in the view after a compute with other hypotheses 2019-11-12 19:07:47 +03:00
eap
abf6641b14 #18097 [CEA] Mesh group not updated in the view after a compute with other hypotheses 2019-11-12 19:04:18 +03:00
eap
95aa1f92b9 #17956 [CEA 17925] COMPERR_OCC_EXCEPTION 2019-11-08 16:58:10 +03:00
eap
8fc0f4f355 #17956 [CEA 17925] COMPERR_OCC_EXCEPTION 2019-11-08 16:55:05 +03:00
vsr
5166ed186f #17959 [CEA 17951] MG-HEXA segments MIN/MAX parameters not saved: 9.3.0 and in 9.4.0 + max_memory 2019-11-08 16:35:08 +03:00
vsr
d3aab2e9ab #17959 [CEA 17951] MG-HEXA segments MIN/MAX parameters not saved: 9.3.0 and in 9.4.0 + max_memory 2019-11-08 16:33:41 +03:00
rnv
f5898e40ff Increment version: 9.4.0 2019-11-06 09:53:23 +03:00
eap
db1df018eb BUG: mesh.Append( nodeGroup ) adds nodes twice 2019-11-05 22:00:23 +03:00
eap
6d7121da90 #17871 [CEA 17868] Import 1D 2D threshold value (test_import1d2d_mesh_top.py)
Workaround for OCCT bug #31112: replace BRepClass_FaceClassifier by BRepTopAdaptor_FClass2d
2019-10-30 17:24:46 +03:00
eap
d52c607e29 #17799 EDF 20211 - Problem with exporting to GEOM
Find existing sub-shapes by name and by ids
2019-10-30 14:53:36 +03:00
eap
9c7efc01ae Fix a hang-up of UNV import
Hang-up at reading an empty data-set at the file end:
    -1
  2477
    -1
2019-10-24 16:25:50 +03:00
eap
47514a428f #17871 [CEA 17868] Import 1D 2D threshold value 2019-10-18 21:21:27 +03:00
eap
b76ac16dbb #17864 [CEA 17856] Issue with Import 1D-2D 2019-10-16 17:39:43 +03:00
eap
b88c2f1bf7 #17828 [CEA 17805] Polyhedron Mesh volume calculation and volume orientation criterion
Fix volume calculation of invalid polyhedra
2019-10-16 15:24:43 +03:00
eap
2cc662ea28 #17828 [CEA 17805] Polyhedron Mesh volume calculation and volume orientation criterion
1) Fix BadOrientedVolume criterion to detect invalid polyhedrons
  2) Fix SMESH_MeshEditor::Reorient() to correct orientation of polyhedron facets
2019-10-15 21:25:46 +03:00
eap
e67f8c2cab #17828 [CEA 17805] Polyhedron Mesh volume calculation and volume orientation criterion
Implement ChangePolyhedronNodes()

+ Enable  Orientation of Faces in wireframe mode
2019-10-15 16:04:58 +03:00
eap
d66fe4a500 Fix smesh/imps_09/K0
Fix for zero-width slot
2019-10-11 19:13:54 +03:00
rnv
2a1407f46f Roll-back to med-4.0.0 2019-10-08 11:46:24 +03:00
Paul RASCLE
c7ec4c445e fix MED version supported, comments to explain what must be updated when MED version changes 2019-10-03 17:06:11 +02:00
eap
e29ec7a70a #17783 [CEA] Dumping Mesh information 2019-10-02 17:58:53 +03:00
eap
e64a06483c #17775 [CEA] SALOME 9.4.0a1: export a mesh with fields using Python API- SMESH::ExportMED crash
Add the version of MED_FILE with which SALOME is built into a list
 returned by MED::GetMEDVersionsAppendCompatible()
2019-10-02 17:33:03 +03:00
Anthony Geay
831c6999e8 Support 4.0 and 4.1 2019-10-01 15:53:49 +02:00
Anthony Geay
08fb2c2e08 Porting to MED4.1 2019-09-30 10:50:32 +02:00
vsr
b14a10d622 #17695 - SMESH build/ TopoDS_Shape compilation issue 2019-09-17 17:30:08 +03:00
eap
2c751a0edd #17636 [CEA 17369] Extrusion by normal: along average normal option issue 2019-09-06 19:02:21 +03:00