CADability dotNET
Returns the reverse of the provided sweep angle

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

Syntax

C#
public static SweepAngle operator -(
	SweepAngle s
)
Visual Basic
Public Shared Operator - ( _
	s As SweepAngle _
) As SweepAngle
Visual C++
public:
static SweepAngle operator -(
	SweepAngle s
)

Return Value

See Also