Salome HOME
Fix the problem on break link and creation of a mesh on the same geometry:
authormpv <mpv@opencascade.com>
Thu, 12 Mar 2020 15:02:51 +0000 (18:02 +0300)
committermpv <mpv@opencascade.com>
Thu, 12 Mar 2020 15:02:51 +0000 (18:02 +0300)
commitd07d6a9662e9d6f3f54e1bc070a5f550598e474f
treec3b4313c481c173505bdc4269e0d91c7050d3d2e
parent4a3d652a69426daf21bfab3bf950e03665660e2a
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.
src/SMESH_I/SMESH_Mesh_i.cxx