CADability dotNET
Projects the given vector (perpendicular) onto this plane and returns the two-dimensional vector as expressed in the coordinate system of this plane.

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

Syntax

C#
public GeoVector2D Project(
	GeoVector v
)
Visual Basic
Public Function Project ( _
	v As GeoVector _
) As GeoVector2D
Visual C++
public:
GeoVector2D Project(
	GeoVector v
)

Parameters

v
Type: CADability..::..GeoVector
the vector

Return Value

the vector in the coordinate system of this plane

See Also