Enum FlexalonCurveLayout.ExtendBehavior
Determines how the curve is extended before the beginning and after the end.
Syntax
public enum FlexalonCurveLayout.ExtendBehavior
Fields
Name | Description |
---|---|
ExtendLine | Extend the curve in a straight line based on the tangent at the start/end of the curve. |
PingPong | Extend the curve by continuing in the opposite direction. |
Repeat | Extend the curve by repeating the curve. |
RepeatMirror | Extend the curve by mirroring the curve and repeating it. |
Stop | Do 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. |