Hi,

I have 6*6 items scene, and how to get four 3*3 matrix of this scene?

So I want to this kind off operation:
The scene is the following

[123456]
[123456]
[123456]
[aaabbb]
[aaabbb]
[aaabbb]

and I want to get four following matrixs

[123] [456]
[123] [456]
[123] [456]

[aaa] [bbb]
[aaa] [bbb]
[aaa] [bbb]

Is this possible to do?
Thanks for help!