CADability dotNET
Returns a list of perpendicular foot points of the surface. The list may be empty

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

Syntax

C#
GeoPoint2D[] PerpendicularFoot(
	GeoPoint fromHere
)
Visual Basic
Function PerpendicularFoot ( _
	fromHere As GeoPoint _
) As GeoPoint2D()
Visual C++
array<GeoPoint2D>^ PerpendicularFoot(
	GeoPoint fromHere
)

Parameters

fromHere
Type: CADability..::..GeoPoint
Source point for the perpendicular foot

Return Value

Array of footpoints, may be empty

See Also