Commit Graph

2630 Commits

Author SHA1 Message Date
mpv
2cdec6ec50 Support of python dump in SHAPER STUDY 2020-01-30 19:18:32 +03:00
vsr
76ead36bb3 bos #18467 Remove deprecated environment variables 2020-01-29 15:05:29 +03:00
rnv
e374376aa6 bos #18641 [CEA 18636][Windows] SMESH_MeshersList environment variable separator 2020-01-29 15:02:42 +03:00
vsr
0c8b79a917 bos #18601 GMSH is missing from SMESH algorithms when 2D model is selected 2020-01-28 18:05:11 +03:00
eap
ab494e654a New mesh icon if geometry changes 2020-01-28 17:14:39 +03:00
rnv
7d3e4fc0b1 bos #18659 [CEA][Windows] SMESH compilation issue 2020-01-28 16:45:37 +03:00
eap
c4d4c3be32 Fix exception at Break Link after shaper group modification
Scenario:
- Create a mesh on a box with sub-mesh on a group
- Modify group in shaper
- Switch to SMESH and Break Link ==> SIGSEGV
2020-01-24 21:36:13 +03:00
eap
24a67a7033 #17845 [EDF] Modifications of Automatic meshing
1) Make "Free Hexahedralization" unavailable if NETGEN preferred over MeshGems
2) BUG: Hyposets do work only with English language
2020-01-24 19:09:39 +03:00
eap
4cb88409b2 Fix dump for #17845 [EDF] Modifications of Automatic meshing 2020-01-24 19:09:38 +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
eap
fe414fe4e7 adjust for shaperBuilder 2020-01-23 21:56:19 +03:00
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
09e26a7d86 indenting 2020-01-17 13:30:20 +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
ad718f9854 #18611 EDF 20669 - Quality of quadrangles 2020-01-16 13:52:52 +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
eap
d2681a122c #17927: EDF 20035 - perfs of mesh creation 2020-01-10 14:33:42 +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
eap
fa9f8a6224 LOT7: fix compilation at med_int==int64 2019-12-19 16:34:19 +03:00
rnv
70d591791d Fix compilation errors (OCCT-7.4.0) 2019-12-17 22:19:27 +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