Deconstruct Rectangle Base Plane inconsistency in GH 1 / Rh 6

I’m in the process of checking my V5 definitions in V6, and Sherlock Holmsing my way up to the origin of bugs.
Here’s one due to the stange way in which GH 1 outputs rectangle Base Planes from the “Deconstruct Rectangle” component :

Note that this was obtained with exactly the same Rhino file and definitions.

The difference probably comes from the way the rectangles are made. Rectangles are defined as Planes and two numeric intervals (one along plane x-axis, one along plane y-axis). I’ll need the files that actually make the rectangles to see where it might be different from before.

Hi David,

I looked a bit upstream : my rectangles are created with the “Rectangular Grid” component.
Up to then, their bases are on the upper left.
Then they are scaled, and it seems that this is where they remain “normal” in V5 and become “funky” in V6.

V5 rectangles.gh (5.4 KB)
V6 rectangles-With antecedents.gh (23.3 KB)
V6 rectangles.gh (6.8 KB)

I think It’s a Scale NU error in Rh6, the rectangles that maintain the correct origin are the ones that were scaled by 1
I reported another inconsistency here BUG - Surface to curve

Hi Erik, Thanks !
I used “bounding box” as a workaround until this gets fixed.