Compares two transformation matrices.
Rhino.XformCompare (arrXform1, arrXform2)
arrXform1 |
Required. Array. The first 4x4 transformation matrix to compare. |
arrXform2 |
Required. Array. The second 4x4 transformation matrix to compare. |
-1 |
If arrXform1 is less than arrXform2. |
0 |
If arrXform1 is equal to arrXform2. |
1 |
If arrXform1 is greater than arrXform2. |
Null |
On error. |
Dim arrXform1
arrXform = Rhino.XformZero
MsgBox Rhino.IsXformZero(arrXform)