CADability dotNET

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

Syntax

C#
public bool Intersect(
	Plane other,
	out GeoPoint loc,
	out GeoVector dir
)
Visual Basic
Public Function Intersect ( _
	other As Plane, _
	<OutAttribute> ByRef loc As GeoPoint, _
	<OutAttribute> ByRef dir As GeoVector _
) As Boolean
Visual C++
public:
bool Intersect(
	Plane other, 
	[OutAttribute] GeoPoint% loc, 
	[OutAttribute] GeoVector% dir
)

See Also