CADability dotNET
Adds the sweep angle to the angle

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static Angle operator +(
	Angle angA,
	SweepAngle angB
)
Visual Basic
Public Shared Operator + ( _
	angA As Angle, _
	angB As SweepAngle _
) As Angle
Visual C++
public:
static Angle operator +(
	Angle angA, 
	SweepAngle angB
)

Parameters

angA
Type: CADability..::..Angle
First operand
angB
Type: CADability..::..SweepAngle
Sweep angle to add

Return Value

The sum

See Also