MeshLib C++ Docs
Loading...
Searching...
No Matches
MRAlignTextToMesh.h File Reference
#include "MRSymbolMeshFwd.h"
#include "MRSymbolMesh.h"
#include "MRMesh/MRExpected.h"
#include "MRMesh/MRId.h"
#include "MRMesh/MRVector3.h"
#include "MRMesh/MRMeshTriPoint.h"
#include "MRMesh/MRCurve.h"

Go to the source code of this file.

Classes

struct  MR::TextMeshAlignParams
struct  MR::BendTextAlongCurveParams

Namespaces

namespace  MR
 only for bindings generation

Functions

Expected< MeshMR::alignTextToMesh (const Mesh &mesh, const TextMeshAlignParams &params)
 Creates symbol mesh and aligns it to given surface.
Expected< MeshMR::bendTextAlongCurve (const CurveFunc &curve, const BendTextAlongCurveParams &params)
Expected< MeshMR::bendTextAlongCurve (const CurvePoints &curve, const BendTextAlongCurveParams &params)
 Creates symbol mesh and deforms it along given curve.
Expected< MeshMR::bendTextAlongSurfacePath (const Mesh &mesh, const GeodesicPath &path, const BendTextAlongCurveParams &params)
 Creates symbol mesh and deforms it along given surface path: start->path->end.
Expected< MeshMR::bendTextAlongSurfacePath (const Mesh &mesh, const SurfacePath &path, const BendTextAlongCurveParams &params)
 Creates symbol mesh and deforms it along given surface path.