CADability dotNET
Returns the intersection plane of the line given by the parameters with this plane.

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

Syntax

C#
public GeoPoint Intersect(
	GeoPoint LinePoint,
	GeoVector LineDir
)
Visual Basic
Public Function Intersect ( _
	LinePoint As GeoPoint, _
	LineDir As GeoVector _
) As GeoPoint
Visual C++
public:
GeoPoint Intersect(
	GeoPoint LinePoint, 
	GeoVector LineDir
)

Parameters

LinePoint
Type: CADability..::..GeoPoint
point on the line
LineDir
Type: CADability..::..GeoVector
direction of the line

Return Value

See Also