Verifies that a matrix is the zero transformation.
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
rhinoscriptsyntax.IsXformZero (xform)
rhinoscript.transformation.IsXformZero (xform)
xform |
Required. List or Rhino.Geometry.Transform. A 4x4 transformation matrix. |
Boolean |
True or False indicating success or failure. |
import rhinoscriptsyntax as rs
xform = rs.XformZero()
print rs.IsXformZero(xform)