CadEllipse.CadEllipse

CadEllipse constructor

Initializes a new instance of the CadEllipse class.

public CadEllipse(Cad3DPoint centerPoint, Cad3DPoint majorEndPoint, double axisRatio)
ParameterTypeDescription
centerPointCad3DPointStart point.
majorEndPointCad3DPointEndpoint of major axis.
axisRatioDoubleRatio of minor axis to major axis.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when one of arguments is null

See Also