input property

input property

Gets or sets the input. One input elements is needed to define a solid by its shells. The second is need for the orientation of the shells.

Definition:

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

See Also