Matrix2dInfoIsEqualTo(Matrix2dInfo, Tolerance) Method

Compares this object to another object within a specified tolerance.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public bool IsEqualTo(
        Matrix2dInfo a,
        Tolerance tolerance
)

Parameters

a  Matrix2dInfo
[in] Object to check.
tolerance  Tolerance
[in] Geometric tolerance.

Return Value

Boolean
true if: * Scale factors are equal * Angles of rotation are equal * Both matrices have a mirror component present or absent * Directions of reflection are equal
See Also

©  Bricsys NV. All rights reserved.