Ellipse constructor
init
Constructor of Ellipse
def __init__(self):
...
init
Constructor of Ellipse
def __init__(self, semi_axis1, semi_axis2):
...
| Parameter | Type | Description |
|---|---|---|
| semi_axis1 | float | |
| semi_axis2 | float |
See Also
- module
aspose.threed.entities - class
Ellipse