StepLine constructor

init

Constructs a new instance of StepLine

def __init__(self, label, point, vector):
    ...
ParameterTypeDescription
labelstr
pointStepCartesianPoint
vectorStepVector

See Also