#include "MRMeshFwd.h"#include "MRExpected.h"#include "MRId.h"#include "MRVector2.h"#include "MRVector3.h"#include "MRMeshTriPoint.h"#include "MRCurve.h"Go to the source code of this file.
Classes | |
| struct | MR::ContoursMeshAlignParams |
| Parameters for aligning 2d contours onto mesh surface. More... | |
| struct | MR::BendContoursAlongCurveParams |
| Parameters for aligning 2d contours along given curve. More... | |
Namespaces | |
| namespace | MR |
Functions | |
| MRMESH_API Expected< Mesh > | MR::alignContoursToMesh (const Mesh &mesh, const Contours2f &contours, const ContoursMeshAlignParams ¶ms) |
| Creates planar mesh out of given contour and aligns it to given surface. | |
| MRMESH_API Expected< Mesh > | MR::bendContoursAlongCurve (const Contours2f &contours, const BendContoursAlongCurveParams ¶ms) |
| Converts contours in thick mesh, and deforms it along given path. | |
| MRMESH_API void | MR::addBaseToPlanarMesh (Mesh &mesh, float zOffset) |