CADability dotNET

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

Syntax

C#
GeoPoint2DWithParameter[] ICurve2D.Intersect(
	GeoPoint2D StartPoint,
	GeoPoint2D EndPoint
)
Visual Basic
Private Function Intersect ( _
	StartPoint As GeoPoint2D, _
	EndPoint As GeoPoint2D _
) As GeoPoint2DWithParameter() Implements ICurve2D.Intersect
Visual C++
private:
virtual array<GeoPoint2DWithParameter>^ Intersect(
	GeoPoint2D StartPoint, 
	GeoPoint2D EndPoint
) sealed = ICurve2D::Intersect

Parameters

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

Implements

ICurve2D..::..Intersect(GeoPoint2D, GeoPoint2D)

See Also