CADability dotNET
Sets the point as a basis for the calculation of the vector. The calculated vector is the vector from this point to the mouseposition.

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

Syntax

C#
public void SetVectorFromPoint(
	GeoPoint basePoint
)
Visual Basic
Public Sub SetVectorFromPoint ( _
	basePoint As GeoPoint _
)
Visual C++
public:
void SetVectorFromPoint(
	GeoPoint basePoint
)

Parameters

basePoint
Type: CADability..::..GeoPoint
the point

See Also