#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRMesh/MRMeshTopology.h:18
Definition MRCameraOrientationPlugin.h:8
MRMESH_API void shrink(const MeshTopology &topology, FaceBitSet ®ion, int hops=1)
removes from the region all faces within given number of hops (stars) from the initial region boundar...
MRMESH_API FaceBitSet expandFaces(const MeshTopology &topology, const FaceBitSet ®ion, const UndirectedEdgeBitSet *stopEdges=nullptr)
MRMESH_API void expand(const MeshTopology &topology, FaceBitSet ®ion, int hops=1)
adds to the region all faces within given number of hops (stars) from the initial region boundary
MRMESH_API FaceBitSet getBoundaryFaces(const MeshTopology &topology, const FaceBitSet ®ion)
returns faces from given region that have at least one neighbor face with shared edge not from the re...
MRMESH_API FaceBitSet shrinkFaces(const MeshTopology &topology, const FaceBitSet ®ion, const UndirectedEdgeBitSet *stopEdges=nullptr)