Click or drag to resize

FaceEquals Method (Face)

[This is preliminary documentation and is subject to change.]

Check if this instance is equal to the provided instance. Faces are equal when they have the exact same amount of loops and each loop has the same vertex indexes in the same order.

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public bool Equals(
	Face other
)

Parameters

other
Type: ModelExchanger.AnalysisDataModel.SubtypesFace
The other instance to compare with

Return Value

Type: Boolean
True when equal, false otherwise

Implements

IEquatableTEquals(T)
See Also