Commit Graph

164 Commits

Author SHA1 Message Date
eap
d3bb81e560 IPAL54700: TC-9.6.0: 0D Mesh - several items are missed in the OB popup menu 2020-10-22 12:19:01 +03:00
eap
d245f797f1 #19926 [CEA 19782] renumbering meshes 2020-10-15 16:57:54 +03:00
eap
981e2bca16 bos #19961 EDF 21858 - ExportMED 2020-10-12 17:15:51 +03:00
eap
222d596e3b #19993 [CEA 17873] Delete group with contents crash 2020-09-28 14:18:24 +03:00
mpv
3632886261 #19919 [CEA] Group of Edges reported as empty
Make mesh marked by ! sign if after breaking link the referenced shape becomes different from the shape used for meshing before.
2020-09-04 17:46:03 +03:00
mpv
338d12a959 #19919 [CEA] Group of Edges reported as empty
Clear shapes-cash in GEOMClient also for sub-meshes objects.
2020-08-24 16:38:41 +03:00
eap
e85e13ee2a #19765 EDF 21730 - long time to load med file file with huge amount of groups 2020-07-20 10:13:03 +03:00
eap
d55dbe18f5 Merge remote-tracking branch 'origin/V9_5_BR'
Conflicts:
	src/SMESH_I/SMESH_Mesh_i.cxx
2020-07-10 19:33:14 +03:00
eap
75b15d2531 Cosmetic changes 2020-05-27 20:48:43 +03: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
eap
bba8dbd724 IPAL54678: TC-9.5.0: Sub-mesh priority: not all sub-meshes are displayed in the dialog 2020-05-26 17:59:55 +03:00
eap
928a9967c9 IPAL0054674: Wrong mesh icon after mesh modification
+ minor doc imp
2020-05-18 21:31:22 +03:00
eap
4b5a9b85ae Unify function headers 2020-05-14 17:26:57 +03:00
eap
54d90bf525 SHAPERSTUDY: Break Link when geometry not changed 2020-05-14 16:40:46 +03:00
vsr
0fc0831670 Copyright update 2020 2020-04-15 18:19:44 +03:00
eap
7406f0680a SHAPERSTUDY: fix case of a group containing the main shape 2020-04-11 01:22:43 +03:00
eap
52a5308f7c fix SHAPERSTUDY: when two meshes are on the same geometry 2020-04-08 19:01:46 +03:00
eap
f380991026 fix SHAPERSTUDY bugs 2020-04-08 11:19:56 +03:00
eap
ed5c94eda8 Pb: sub-mesh becomes invalid upon adding fillet to a sketch 2020-04-02 13:01:51 +03:00
eap
230046ed89 Task #3134: Improve the relation between SHAPER and SMESH
Fix pb that sub-mesh loses hypotheses if topology changes
2020-03-17 21:23:13 +03:00
mpv
d07d6a9662 Fix the problem on break link and creation of a mesh on the same geometry:
- In SHAPER, create a part
- Create a sketch with a rectangle
- Extrude it
- Create a group of face with the TOP face
- Create a group of face with the BOTTOM face
- In SMESH, create a mesh with Netgen 1D2D
- Compute the mesh
=> The mesh groups TOP and BOTTOM are created (if "Create all Groups on geometry" is ticked in Create mesh dialog box)
- Call Break link on Extrusion_1_1 under Mesh_1.
- Compute Mesh_1 again (it has been cleared by break link).
- In SHAPER, edit the sketch and add a fillet in a corner
- In SMESH, create another mesh with Netgen 1D2D
- Compute Mesh_2
=> The mesh groups TOP and BOTTOM are created, but they are void and have a warning sign.
2020-03-12 18:02:51 +03:00
eap
4a3d652a69 #18835 Automatically create groups on Geometry in SMESH when the SHAPER result is modified 2020-03-11 19:57:24 +03:00
eap
0e63df0f03 Fix regression of smesh/bugs_14/P7 2020-02-26 11:59:42 +03:00
eap
afef8ccaa7 Restore usage of GenericObject wraper ( _wrap ) 2020-02-21 21:19:12 +03:00
vsr
6472eab132 Merge branch 'occ/shaper2smesh' 2020-02-21 17:00:22 +03:00
eap
788e2d8114 Fix Break Link called from TUI 2020-02-14 14:16:51 +03:00
mpv
09e4b58983 Fix for the break-link dump into python: also sub-mesh references must be updated. 2020-02-13 19:09:53 +03:00
vsv
800fdf5fdc Do not remove Mesh on geometry change according to request #3134 2020-02-12 16:35:57 +03:00
mpv
4f9b4e3fb3 Make the dead shape correctly referenced by SMESH mesh after loading the python dump script 2020-02-07 15:42:25 +03:00
eap
ab494e654a New mesh icon if geometry changes 2020-01-28 17:14:39 +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
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
af067a707e Update mesh according to geometry modif. Care of actors of removed objects 2020-01-16 16:41:56 +03:00
eap
8df5094ecd Fix SMESH_Mesh_i::ReplaceShape() 2020-01-15 16:13:38 +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
mpv
c56d066c64 Implementation of the automatic breaking the link if the shape is modified or deleted 2019-12-19 18:24:56 +03:00
vsv
c7e6dcf72a Modification of SMESH_Gen interface 2019-12-09 16:09:31 +03:00
eap
a4f06a3d9d IPAL54452: Compact mesh after merge operations
Don't use elem IDs at UNV and DAT export to avoid gaps in numeration
2019-08-29 16:19:25 +03:00
eap
db6f1785f5 54416: Extrusion 3D algo is not applicable to a prismatic shape
Fix for the case of non-manifold internal faces

+
1) Fix SMESH_Actor for coloring using custom 1D functor
2) Improve some doc images
2019-08-23 16:16:29 +03:00
eap
1732ea91c4 #17085 [CEA 17030] Warning sub-mesh with Extrusion 3D 2019-07-01 21:45:44 +03:00
eap
8a0ae20732 Fix CRASH after mesh.RemoveGroupWithContents( group_of_other_mesh ) 2019-04-08 13:40:11 +03:00
eap
ee0db2f237 54524: [FORUM]: Export in STL work wrong' issue 2019-04-01 18:39:56 +03:00
rnv
a9af195d40 Fix for '54524: [FORUM]: Export in STL work wrong' issue. 2019-04-01 12:31:32 +03:00
eap
d2203f18e1 #16748 EDF 19207 - no change priority with submesh 2019-03-28 16:18:54 +03:00
vsr
6d32f944a0 Update copyrights 2019-02-14 15:33:05 +03:00
eap
27c94e830e #16578 EDF - Scibian - ViscousLayer / SIGSEGV 2019-02-14 14:22:06 +03:00