Hi,
I want to Flip my instance .I have developed the code as below .It is flipping the instance but the coordinates of instance getting changed.Can anybody say what is the problem in the code.
procedure(fliphorizontal()foreach(obj geGetSelectedSet()
Cur_orient=obj~>orient
Cur_center=obj~>xy
case(Cur_orient
("R0" Cur_orient="R180")
("R180" Cur_orient="R0") )
obj~>orient=Cur_orient
obj~>xy=Cur_center))
hiSetBindKey("Layout" "alt<key>h" "fliphorizontal()")