Skip to content
Snippets Groups Projects
Commit ce7caaa8 authored by Karsten Rink's avatar Karsten Rink
Browse files

added documentation

parent 57d1b3c9
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,11 @@ public:
*/
static MeshLib::Mesh* getMeshSurface(const MeshLib::Mesh &mesh, const MathLib::Vector3 &dir, double angle, bool keepOriginalNodeIds = false);
/**
* Returns the boundary of mesh, i.e. lines for 2D meshes and surfaces for 3D meshes.
* \param mesh The original mesh of dimension d
* \return A mesh of dimension (d-1) representing the boundary of the mesh.
*/
static MeshLib::Mesh* getMeshBoundary(const MeshLib::Mesh &mesh);
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment