CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns a SweepAngle that rotates by the given degrees
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static SweepAngle Deg( double d ) |
| Visual Basic |
|---|
Public Shared Function Deg ( _ d As Double _ ) As SweepAngle |
| Visual C++ |
|---|
public: static SweepAngle Deg( double d ) |
Parameters
- d
- Type: System..::..Double
amount to rotate in degrees (-360<=d<=360)