Static Public Attributes | List of all members
StartSelectionMode Class Reference

Decides which start point should be used for the new curve. More...

Inherits object.

Static Public Attributes

int AsIs = 0
 Use start point of first curve. More...
 
int Best = 1
 Calculate start point that will give the "smoothest" curve. More...
 

Detailed Description

Decides which start point should be used for the new curve.

Member Data Documentation

◆ AsIs

int AsIs = 0
static

Use start point of first curve.

◆ Best

int Best = 1
static

Calculate start point that will give the "smoothest" curve.