CADability dotNET
Projects the given point (perpendicular) onto this plane and returns the two-dimensional point 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 GeoPoint2D Project(
	GeoPoint p
)
Visual Basic
Public Function Project ( _
	p As GeoPoint _
) As GeoPoint2D
Visual C++
public:
GeoPoint2D Project(
	GeoPoint p
)

Parameters

p
Type: CADability..::..GeoPoint
the point

Return Value

the point in the coordinate system of this plane

See Also