CADability dotNET
Constructs the sweep angle as the angle of the vector from Center to Target

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

Syntax

C#
public SweepAngle(
	GeoPoint2D Target,
	GeoPoint2D Center
)
Visual Basic
Public Sub New ( _
	Target As GeoPoint2D, _
	Center As GeoPoint2D _
)
Visual C++
public:
SweepAngle(
	GeoPoint2D Target, 
	GeoPoint2D Center
)

Parameters

Target
Type: CADability..::..GeoPoint2D
Endpoint of the vector
Center
Type: CADability..::..GeoPoint2D
Startpoint of the vector

See Also