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
 

Functions

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