cross_at property

cross_at property

Represents the point on the axis where the perpendicular axis crosses it. Read/write float.

Definition:

@property
def cross_at(self):
    ...

@cross_at.setter
def cross_at(self, value):
    ...

See Also