CADability dotNET

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

Syntax

C#
public static bool Intersect3Planes(
	GeoPoint loc1,
	GeoVector norm1,
	GeoPoint loc2,
	GeoVector norm2,
	GeoPoint loc3,
	GeoVector norm3,
	out GeoPoint ip
)
Visual Basic
Public Shared Function Intersect3Planes ( _
	loc1 As GeoPoint, _
	norm1 As GeoVector, _
	loc2 As GeoPoint, _
	norm2 As GeoVector, _
	loc3 As GeoPoint, _
	norm3 As GeoVector, _
	<OutAttribute> ByRef ip As GeoPoint _
) As Boolean
Visual C++
public:
static bool Intersect3Planes(
	GeoPoint loc1, 
	GeoVector norm1, 
	GeoPoint loc2, 
	GeoVector norm2, 
	GeoPoint loc3, 
	GeoVector norm3, 
	[OutAttribute] GeoPoint% ip
)

See Also