CADability dotNET

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

Syntax

C#
public static IGeoObject[] Intersection(
	Face face1,
	Face face2
)
Visual Basic
Public Shared Function Intersection ( _
	face1 As Face, _
	face2 As Face _
) As IGeoObject()
Visual C++
public:
static array<IGeoObject^>^ Intersection(
	Face^ face1, 
	Face^ face2
)

See Also