smesh/src/Tools/MeshCut
2024-06-03 12:59:18 +02:00
..
AUTHORS [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
CMakeLists.txt [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Carre.cxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Carre.hxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Cas.cxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Cas.hxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Cube.cxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Cube.hxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_DC.cxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Fonctions.cxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Fonctions.hxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Globals.hxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Maillage.cxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Maillage.hxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
meshcut_plugin.py [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Utils.cxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCut_Utils.hxx [COTECH] Fix copyright to be CEA, EDF 2024-06-03 12:59:18 +02:00
MeshCutDialog.ui Merge from V6_main_20120808 08Aug12 2012-08-09 10:03:55 +00:00
README Merge from V6_main_20120808 08Aug12 2012-08-09 10:03:55 +00:00


                 Cut a tetrahedron mesh by a plane
                 ---------------------------------
                 
MeshCut allows to cut a mesh constituted of linear tetrahedrons by a plane.
The tetrahedrons intersected by the plane are cut and replaced by elements of various types,
(tetrahedron, pyramid, pentahedron).

MeshCut is a standalone program, reading and producing med files.                
                 
Syntax:

MeshCut input.med output.med resuMeshName aboveGroup belowGroup nx ny nz px py pz T

where:
  input.med    = name of the original mesh file in med format
  output.med   = name of the result mesh file in med format
  resuMeshName = name of the result mesh
  aboveGroup   = name of the group of volumes above the cut plane
  belowGroups  = name of the group of volumes below the cut plane
  nx ny nz     = vector normal to the cut plane
  px py pz     = a point of the cut plane
  T            = 0 < T < 1 : vertices of a tetrahedron are considered as belonging to
                 the cut plane if their distance to the plane is inferior to L*T
                 where L is the mean edge size of the tetrahedron