CADability dotNET
The Angle type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Addition |
Adds the sweep angle to the angle
| |
| ImplicitWideningImplicitImplicitImplicit(Double to Angle) |
Casts a double to an angle. The result will be between 0 and 2*pi
double value Return ValueAngle | |
| ImplicitWideningImplicitImplicitImplicit(Angle to Double) |
Casts an angle to a double. The radian of the angle is returned.
the angle Return Valuethe radian | |
| ImplicitWideningImplicitImplicitImplicit(SweepAngle to Angle) |
Casts the sweep angle to an angle with the same value
| |
| Subtraction(Angle, Angle) |
Returns the sweep angle that leads from angB to angA | |
| Subtraction(Angle, SweepAngle) |
Returns the angle minus the provided sweep angle
|