curve property

curve property

The Curve used to construct the profile

Definition:

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

See Also