input property

input property

Gets or sets the input. Five input elements are needed to define an edge, one for referencing the curve, two for referencing the two vertices, one for the orientation of the first vertex(the second is the opposite of the first) and one for the parametric values of the curve.

Definition:

@property
def input(self):
    ...
@input.setter
def input(self, value):
    ...

See Also