SplinePathBuilder constructor

init

Initializes a new instance of the SplinePathBuilder class.

def __init__(self):
    ...

init

Initializes a new instance of the SplinePathBuilder class.

def __init__(self, tension):
    ...
ParameterTypeDescription
tensionfloatThe tension.

init

Initializes a new instance of the SplinePathBuilder class.

def __init__(self, trace_smoother, trace_simplifier, tension):
    ...
ParameterTypeDescription
trace_smootherIImageTraceSmootherThe trace smoother.
trace_simplifierIImageTraceSimplifierThe trace simplifier.
tensionfloatThe tension.

See Also