Ellipse constructor
__init__(self)
Constructor of Ellipse
def __init__(self):
...
__init__(self, semi_axis1, semi_axis2)
Constructor of Ellipse
def __init__(self, semi_axis1, semi_axis2):
...
Parameter | Type | Description |
---|---|---|
semi_axis1 | float | Length of the first semi axis |
semi_axis2 | float | Length of the second semi axis |
See Also
- module
aspose.threed.entities
- class
Ellipse