Click or drag to resize

Triangle3dIsEqualTo Method (Triangle3d)

Evaluates if the current instance is equal to another Triangle2d using Tolerance.Global.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool IsEqualTo(
	Triangle3d other
)

Parameters

other
Type: Gile.AutoCAD.GeometryTriangle3d
Triangle to be compared to.

Return Value

Type: Boolean
true, if vertices are equal; false, otherwise.
See Also