How do I know if a shape is flip horizontal or vertical or in visi

G

gabriel

I'm createing floorplan of several shapes (rectangles).
the next steps is to report it to excel.
I need the data about the flip of my shape, I already have the rotation and
size .
how to generate this data?
 
P

Paul Herber

I'm createing floorplan of several shapes (rectangles).
the next steps is to report it to excel.
I need the data about the flip of my shape, I already have the rotation and
size .
how to generate this data?

Look at the cells visXFormFlipX and visXFormFlipY in the Shape
Transform section.
 
Top