semi_axis2 property

semi_axis2 property

Gets or sets the second radius of the ellipse that measured in the direction of y axis.

Definition:

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

See Also