Table of Contents

Enum FlexalonCurveLayout.TangentMode

Namespace
Flexalon
Assembly
Flexalon.dll

Determines how the tangent for a CurvePoint is determined.

public enum FlexalonCurveLayout.TangentMode

Fields

Corner = 2

Sets the tangent to zero to create a sharp corner.

Manual = 0

Define the tangent by entering a value or dragging the handle in the scene window.

MatchPrevious = 1

Sets the tangent to match the tangent at the previous point.

Smooth = 3

Computes a tangent that will create a smooth curve between the previous and next points.