MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::BendContoursAlongCurveParams Struct Reference

Parameters for aligning 2d contours along given curve. More...

#include <MRAlignContoursToMesh.h>

Public Attributes

float pivotCurveTime = 0
 
Vector2f pivotBoxPoint {0.0f, 0.0f}
 
bool periodicCurve = false
 if true, curve parameter will be always within [0,curve.totalLength) with repetition: xr := mod( x, curve.totalLength )
 
bool stretch = true
 stretch all contours along curve to fit in curve.totalLength
 
float extrusion { 1.0f }
 Contours extrusion outside of curve level.
 

Detailed Description

Parameters for aligning 2d contours along given curve.


The documentation for this struct was generated from the following file: