CurveClose ^ CurveClose Operator
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.Primitives 2.9.1
Parameters
- left
- right
Returns
Possible Values
- None
-
The path is not closed.
- Overlap
-
The first and last point are assumed to overlap and create an continuous path. A straight line segment will be added, post smoothing, to cover any gap.
- Auto
-
An extra line segment is introduced between the last and first points. This is done prior to the smoothing calculations.