Click or drag to resize

FaceCompareTo Method

Compare this face to another one for sorting in the context of the BESO-procedure according to sensitivity.

Namespace:  Karamba.Utilities.KMesh
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public int CompareTo(
	Object that
)

Parameters

that
Type: SystemObject
Face to compare this with.

Return Value

Type: Int32
Integer with indicates which object comes first in a sorting.

Implements

IComparableCompareTo(Object)
See Also