CadEllipse constructor

init

Initializes a new instance of the CadEllipse class.

def __init__(self, center_point, major_end_point, axis_ratio):
    ...
ParameterTypeDescription
center_pointCad3DPointStart point.
major_end_pointCad3DPointEndpoint of major axis.
axis_ratiofloatRatio of minor axis to major axis.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when one of arguments is null

See Also