Get the number of MatrixObjects in a MatrixSheet.
GetNumMats()
The number of MatrixObjects in a MatrixSheet.
EX1
import PyOrigin msheet = PyOrigin.ActiveLayer() msheet.SetNumMats(2) print(msheet.GetNumMats())
Matrixsheet::SetNumMats