Enum FlexalonCurveLayout.ExtendBehavior
- Namespace
- Flexalon
- Assembly
- Flexalon.dll
Determines how the curve is extended before the beginning and after the end.
public enum FlexalonCurveLayout.ExtendBehavior
Fields
ExtendLine = 2Extend the curve in a straight line based on the tangent at the start/end of the curve.
PingPong = 1Extend the curve by continuing in the opposite direction.
Repeat = 3Extend the curve by repeating the curve.
RepeatMirror = 4Extend the curve by mirroring the curve and repeating it.
Stop = 0Do not extend the curve. All objects before the beginning are placed at the start, and all objects after the end are placed at the end.