Set the number of MatrixObjects in a MatrixSheet.
SetNumMats(nMats)
True if succeed, otherwise False
EX1
import PyOrigin msheet = PyOrigin.ActiveLayer() msheet.SetNumMats(2) print(msheet.GetNumMats())
Matrixsheet::GetNumMats