#include "MRMeshFwd.h"
Go to the source code of this file.
Functions | |
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. | |
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.
The function is useful for extruding the region without changing the existing faces and creating holes
mesh | - the target mesh |
region | - the region required to be separated by a band of degenerate faces |