Go to the source code of this file.
Classes | |
struct | MR::ThickenParams |
struct | MR::ZCompensateParams |
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API bool | MR::offsetVerts (Mesh &mesh, const VertMetric &offset, const ProgressCallback &cb={}) |
MRMESH_API Mesh | MR::makeThickMesh (const Mesh &m, const ThickenParams ¶ms) |
MRMESH_API bool | MR::zCompensate (Mesh &mesh, const ZCompensateParams ¶ms) |
MRMESH_API std::optional< VertScalars > | MR::findZcompensationShifts (const Mesh &mesh, const ZCompensateParams ¶ms) |
finds the shift along z-axis for each vertex without modifying the mesh | |
MRMESH_API std::optional< VertCoords > | MR::findZcompensatedPositions (const Mesh &mesh, const ZCompensateParams ¶ms) |
finds vertices positions of the mesh after z-compensation without modifying the mesh | |