Mon, 10/17/2011 - 18:50
Forums:
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???
Thu, 10/20/2011 - 15:13
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?