CADability dotNET
Returns the sweep angle that leads from angB to angA

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

Syntax

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

Parameters

angA
Type: CADability..::..Angle
Target of the rotation
angB
Type: CADability..::..Angle
Source of the rotation

Return Value

The difference

See Also