mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
.. | ||
AUTHORS | ||
CMakeLists.txt | ||
MeshCut_Carre.cxx | ||
MeshCut_Carre.hxx | ||
MeshCut_Cas.cxx | ||
MeshCut_Cas.hxx | ||
MeshCut_Cube.cxx | ||
MeshCut_Cube.hxx | ||
MeshCut_DC.cxx | ||
MeshCut_Fonctions.cxx | ||
MeshCut_Fonctions.hxx | ||
MeshCut_Globals.hxx | ||
MeshCut_Maillage.cxx | ||
MeshCut_Maillage.hxx | ||
meshcut_plugin.py | ||
MeshCut_Utils.cxx | ||
MeshCut_Utils.hxx | ||
MeshCutDialog.ui | ||
README |
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