MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshC/MRMeshExtrude.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
6
7// TODO: MakeDegenerateBandAroundRegionParams
8
17
MR_EXTERN_C_BEGIN MRMESHC_API void mrMakeDegenerateBandAroundRegion(MRMesh *mesh, const MRFaceBitSet *region)
Create a band of degenerate faces along the border of the specified region and the rest of the mesh.
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:26
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:27
struct MRMesh MRMesh
Definition MRMeshC/MRMeshFwd.h:47
struct MRFaceBitSet MRFaceBitSet
Definition MRMeshC/MRMeshFwd.h:37
#define MRMESHC_API
Definition MRMeshC/MRMeshFwd.h:19