input property
input property
Gets or sets the input. Two input elements are needed to define a face, one for referencing the surface and one for referencing the wires themselves. The third is needed for the orientation of each wires.
Definition:
@property
def input(self):
...
@input.setter
def input(self, value):
...