CADability dotNET
The SweepAngle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SweepAngle(Double, Double) |
Constructs the sweep angle with tan(sweep angle)==dy/dx
|
![]() | SweepAngle(GeoPoint2D, GeoPoint2D) |
Constructs the sweep angle as the angle of the vector from Center to Target
|
![]() | SweepAngle(GeoVector, GeoVector) |
Constructs the sweep angle you need to go from From to To.
|
![]() | SweepAngle(GeoVector2D, GeoVector2D) |
Constructs a sweep angle from the vector From to the vector To.
|
![]() | SweepAngle(Angle, Angle, Boolean) |
Constructs the sweep angle you need to go from From to To in the
direction defined by CounterClockwise |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Deg |
Returns a SweepAngle that rotates by the given degrees
|
![]() | GetObjectData | |
![]() | IsCloseTo |
Returns true, if the sweep angles differ by less than 1e-12 (in radian)
|
![]() | ToString |
Returns a string representation of this sweep angle in degrees
(Overrides ValueType..::..ToString()()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | ImplicitWideningImplicitImplicitImplicit(Double to SweepAngle) |
Cast Operator, der ein double in einen Winkel umwandelt. Es wird das
modulo 2*pi berechnet
|
![]() ![]() | ImplicitWideningImplicitImplicitImplicit(Angle to SweepAngle) |
Casts an angle to a sweep angle with the same value
|
![]() ![]() | ImplicitWideningImplicitImplicitImplicit(SweepAngle to Double) |
Cast Operator, der einen Winkel in ein double umwandelt. Ergebnis ist das Bogenmaß
des Winkels.
Es werden keine Berechnungen vorgenommen
|
![]() ![]() | Multiply |
Returns the multiple of the sweep angle
|
![]() ![]() | UnaryNegation |
Returns the reverse of the provided sweep angle
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | Full |
The sweep angle that turns 360° counterclockwise
|
![]() ![]() | FullReverse |
The sweep angle that turns 360° clockwise
|
![]() ![]() | Opposite |
The sweep angle that turns to the opposite directio
|
![]() ![]() | ToLeft |
The sweep angle that turns 90° to the left
|
![]() ![]() | ToRight |
The sweep angle that turns 90° to the right
|