smesh/src/Tools/MeshCut
2012-01-24 14:59:27 +00:00
..
AUTHORS Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
Makefile.am 0021481: [CEA 538] autoconf and med 3 2012-01-24 14:59:27 +00:00
MeshCut_Carre.cxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_Carre.hxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_Cas.cxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_Cas.hxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_Cube.cxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_Cube.hxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_DC.cxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_Fonctions.cxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_Fonctions.hxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_Globals.hxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_Maillage.cxx Merge from V6_3_BR 19/07/2011 2011-07-19 12:05:24 +00:00
MeshCut_Maillage.hxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
meshcut_plugin.py Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCut_Utils.cxx Merge from V6_3_BR 19/07/2011 2011-07-19 12:05:24 +00:00
MeshCut_Utils.hxx Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
MeshCutDialog.ui Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
README Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +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