How to identify if shape is rectangle?

Hi everyone!
Thisis my first post and I am excited to join the community :slight_smile:
I am looking for solution how to recognise if shape is rectangle - any idea?
I tried ‘deconstruct rectangle’ but instead of getting nulls for not rectangle shape it create new rectagle.This method works for circle (deconstruct circle).

Hi -

I suppose you could calculate the angle between the sides.
-wim

If your quad is ABCD , then what about measuring if diagonals AC = BD ?

3 Likes

+1, that’s how we control in our workshop!