diff --git a/Doc/Concepts/MeshKernel.hh b/Doc/Concepts/MeshKernel.hh index 3d126ba1..b8fb886b 100644 --- a/Doc/Concepts/MeshKernel.hh +++ b/Doc/Concepts/MeshKernel.hh @@ -174,8 +174,16 @@ public: /// \name Delete items //@{ - /// Delete all items, i.e. clear all item containers. + /** Delete all items, i.e. clear all item containers. + * The properties will also be removed from the mesh + */ void clear(); + + /** Delete all items, i.e. clear all item containers. + * The properties will be kept + */ + void clean(); + /** Remove all items that are marked as deleted from the corresponding containers. \note All handles (and indices) to any entity (face, vertex,