directrix property

directrix property

The directrix that the swept area sweeping along with.

Definition:

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

See Also