Return the MatrixObjects collection.
GetMatrixObjects()
the MatrixObjects collection
EX1
import PyOrigin msheet = PyOrigin.ActiveLayer() msheet.SetNumMats(2) print(msheet.GetMatrixObjects().GetCount())