CADability dotNET
Overload List
| 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 |