0030322: Remove DRAW-command "mesh" as useless
authornbv <nbv@opencascade.com>
Wed, 31 Oct 2018 11:29:28 +0000 (14:29 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 2 Nov 2018 14:06:42 +0000 (17:06 +0300)
commit4006ca98a2bd133b51934c912ccdc53a30bb8a3f
tree788c894183c1553774e9357a2125a92606dc74e2
parent6933df8fe0845a1393fe6c8c34ac977e1caee1b3
0030322: Remove DRAW-command "mesh" as useless

In fact, the DRAW-command "mesh" is duplicate of "incmesh".

The difference is that the "mesh" creates DRAW-object MeshTest_DrawableMesh. However, this object is currently not applicable (e.g. we cannot display it).

DRAW-commands "mesh", "addshape", "smooth", "edges", "vertices", "medge", "mvertex", "triangle", "dumpvertex", "dumpedge", "dumptriangle" and "onetriangulation" have been removed.

The class MeshTest_DrawableMesh has been removed as useless.

Testgrids "mesh standard_mesh" and "mesh advanced_mesh" have been removed.
src/MeshTest/FILES
src/MeshTest/MeshTest.cxx
src/MeshTest/MeshTest_DrawableMesh.cxx [deleted file]
src/MeshTest/MeshTest_DrawableMesh.hxx [deleted file]
tests/mesh/advanced_mesh/begin [deleted file]
tests/mesh/advanced_mesh/cases.list [deleted file]
tests/mesh/end
tests/mesh/grids.list
tests/mesh/standard_mesh/begin [deleted file]
tests/mesh/standard_mesh/cases.list [deleted file]