MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshDoubleLayer.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
5namespace MR
6{
7
12[[nodiscard]] MRMESH_API FaceBitSet findOuterLayer( const Mesh & mesh );
13
14} //namespace MR
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:79
MRMESH_API FaceBitSet findOuterLayer(const Mesh &mesh)
Definition MRMesh/MRMesh.h:22