occt: master 4006ca98

Author Committer Branch Timestamp Parent
nbv bugmaster master 2018-10-31 11:29:28 master 6933df8f
Affected Issues  0030322: Remove DRAW-command "mesh" as useless
Changeset 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.
mod - src/MeshTest/FILES Diff File
mod - src/MeshTest/MeshTest.cxx Diff File
rm - src/MeshTest/MeshTest_DrawableMesh.cxx Diff File
rm - src/MeshTest/MeshTest_DrawableMesh.hxx Diff File
rm - tests/mesh/advanced_mesh/begin Diff File
rm - tests/mesh/advanced_mesh/cases.list Diff File
mod - tests/mesh/end Diff File
mod - tests/mesh/grids.list Diff File
rm - tests/mesh/standard_mesh/begin Diff File
rm - tests/mesh/standard_mesh/cases.list Diff File