Promble about getting block's rotation and size

Hi Robin,

Here is a similar topic you should review:

A quick summary: The Rhino SDK does not contain functions that will decompose a transformation matrix into it’s individual components (e.g. scale, rotation, translation). If you Google the topic, you will probably find lots if information on the subject. Just keep in mind that there is no perfect solution for this. For example, certain scale operations rotation operations can cause the scale and rotation components of the transform will become mixed.

– Dale