Table of Contents

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 = 2

Extend the curve in a straight line based on the tangent at the start/end of the curve.

PingPong = 1

Extend the curve by continuing in the opposite direction.

Repeat = 3

Extend the curve by repeating the curve.

RepeatMirror = 4

Extend the curve by mirroring the curve and repeating it.

Stop = 0

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.