CADability dotNET
Returns the other face, which contains this edge. If there is no such face, null will be returned.

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

Syntax

C#
public Face GetBuddy(
	Face face
)
Visual Basic
Public Function GetBuddy ( _
	face As Face _
) As Face
Visual C++
public:
Face^ GetBuddy(
	Face^ face
)

Parameters

face
Type: CADability.GeoObject..::..Face
one of the faces of this edge

Return Value

the other face

See Also