CadEllipse constructor
init
Initializes a new instance of the CadEllipse
class.
def __init__(self, center_point, major_end_point, axis_ratio):
...
Parameter | Type | Description |
---|---|---|
center_point | Cad3DPoint | Start point. |
major_end_point | Cad3DPoint | Endpoint of major axis. |
axis_ratio | float | Ratio of minor axis to major axis. |
Exceptions
Exception | Description |
---|---|
ArgumentNullException | Thrown when one of arguments is null |
See Also
- module
aspose.cad.fileformats.cad.cadobjects
- class
CadEllipse