StepVector constructor

init

Constructs a new instance of StepVector

def __init__(self, name, direction, length):
    ...
ParameterTypeDescription
namestr
directionStepDirection
lengthfloat

See Also