CADability dotNET

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

Syntax

C#
GeoPoint2DWithParameter[] Intersect(
	GeoPoint2D StartPoint,
	GeoPoint2D EndPoint
)
Visual Basic
Function Intersect ( _
	StartPoint As GeoPoint2D, _
	EndPoint As GeoPoint2D _
) As GeoPoint2DWithParameter()
Visual C++
array<GeoPoint2DWithParameter>^ Intersect(
	GeoPoint2D StartPoint, 
	GeoPoint2D EndPoint
)

Parameters

StartPoint
Type: CADability..::..GeoPoint2D
EndPoint
Type: CADability..::..GeoPoint2D

See Also