CADability dotNET
Casts the sweep angle to an angle with the same value

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

Syntax

C#
public static implicit operator Angle (
	SweepAngle sw
)
Visual Basic
Public Shared Widening Operator CType ( _
	sw As SweepAngle _
) As Angle
Visual C++
static implicit operator Angle (
	SweepAngle sw
)

Parameters

sw
Type: CADability..::..SweepAngle

Return Value

See Also