Share

Matrix3d.IsEqualTo(Matrix3d) Method

Description

This method calls Matrix3d.IsEqualTo(Matrix3d mat, Tolerance tolerance) with tolerance set to Global.

Visual Basic

Public Function IsEqualTo(
    mat As Matrix3d
) As bool

C#

public bool IsEqualTo(
    Matrix3d mat
);

Parameters

Parameters Description
Matrix3d mat Input matrix to compare against

Links

Matrix3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?