#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< Mesh > | MR::alignTextToMesh (const Mesh &mesh, const TextMeshAlignParams ¶ms) |
| Creates symbol mesh and aligns it to given surface. | |
| MRSYMBOLMESH_API Expected< Mesh > | MR::bendTextAlongCurve (const CurveFunc &curve, const BendTextAlongCurveParams ¶ms) |
| MRSYMBOLMESH_API Expected< Mesh > | MR::bendTextAlongCurve (const CurvePoints &curve, const BendTextAlongCurveParams ¶ms) |
| Creates symbol mesh and deforms it along given curve. | |
| MRSYMBOLMESH_API Expected< Mesh > | MR::bendTextAlongSurfacePath (const Mesh &mesh, const MeshTriPoint &start, const SurfacePath &path, const MeshTriPoint &end, const BendTextAlongCurveParams ¶ms) |
| Creates symbol mesh and deforms it along given surface path. | |