CadArc.CadArc

CadArc()

Initializes a new instance of the CadArc class.

public CadArc()

See Also


CadArc(Cad3DPoint, double, double, double)

Initializes a new instance of the CadArc class.

public CadArc(Cad3DPoint centerPoint, double radius, double startAngle, double endAngle)
ParameterTypeDescription
centerPointCad3DPointStart point.
radiusDoubleRadius.
startAngleDoubleStart angle.
endAngleDoubleEnd angle.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when center point is null

See Also