exploring faces after transformation

I have a solid elliptical cylinder shape, and its top and bottom in different shape variables. now i apply transformation to all the three shapes.
Now when i explorer faces from the shape and try to use exp.current().isSame(rotatedtopface), it says false for every iteration.
any idea???

Fabian Hachenberg's picture

IsSame requires (in order to return TRUE)
-the underlying TShape objects to be identical
-the transformation to be identical

Maybe you want to use "IsPartner", which only requires the TShapes to be identical?