semi_axis1 property

semi_axis1 property

Gets or sets the first radius of the ellipse that measured in the direction of x axis.

Definition:

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

See Also