StepEdgeCurve constructor

init

Constructs a new instance of StepEdgeCurve

def __init__(self, name, edge_start, edge_end, edge_geometry, is_same_sense):
    ...
ParameterTypeDescription
namestr
edge_startStepVertexPoint
edge_endStepVertexPoint
edge_geometryStepCurve
is_same_sensebool

See Also