StepOrientedEdge constructor

init

Constructs a new instance of StepOrientedEdge

def __init__(self, name, edge_start, edge_end, edge_element, orientation):
    ...
ParameterTypeDescription
namestr
edge_startStepVertexPoint
edge_endStepVertexPoint
edge_elementStepEdge
orientationbool

See Also