BiG problem with RevRotatePoly
Posted: Tue Jul 28, 2015 9:17 pm
Hello
I have a big problem with RevRotatePoly function in 7.0.6 version . I looked for information in this forum but nothing about the real same problem.
my problem is the next :
I have a graphic polygone reference.
with my program, I can clone this graphic and then, the user can move or resize or rotate this new one graphic.
the problem came from the use of the RevrotatePoly function. for example, if a create a new graphic , and then I move it and rotate it (by code by calculate new lists points)) there is no Pb and the dimensions of the graphic continue to be the same as the original
now, if I resize it by code by calculate the points , then, if I rotate it again, then, the new dimensions are remplaced by the previous after rotate....(the dim of the original graphic who was used to be clone)
I don't understand why ? before the rotate instruction , it s good and just after , not
I have made some tests and there is a reality that the dimensions are reseted at each time
I saw some topics about "lock loc" but no effect
I saw the code of the RevRotatePoly and I saw the using of "realpoints" . I dont understand what is theses points because theses realpoints have strange values (4567.677,2455,009 ..... for example) but that I had seen, the points of the graphic are updated with these realpoints values that is very strange because there are no integers values
I saw the use of effective points but I dont understand what are they ?
If someone can explain to me what happens
thanks for your help
François
I have a big problem with RevRotatePoly function in 7.0.6 version . I looked for information in this forum but nothing about the real same problem.
my problem is the next :
I have a graphic polygone reference.
with my program, I can clone this graphic and then, the user can move or resize or rotate this new one graphic.
the problem came from the use of the RevrotatePoly function. for example, if a create a new graphic , and then I move it and rotate it (by code by calculate new lists points)) there is no Pb and the dimensions of the graphic continue to be the same as the original
now, if I resize it by code by calculate the points , then, if I rotate it again, then, the new dimensions are remplaced by the previous after rotate....(the dim of the original graphic who was used to be clone)

I don't understand why ? before the rotate instruction , it s good and just after , not
I have made some tests and there is a reality that the dimensions are reseted at each time
I saw some topics about "lock loc" but no effect
I saw the code of the RevRotatePoly and I saw the using of "realpoints" . I dont understand what is theses points because theses realpoints have strange values (4567.677,2455,009 ..... for example) but that I had seen, the points of the graphic are updated with these realpoints values that is very strange because there are no integers values
I saw the use of effective points but I dont understand what are they ?
If someone can explain to me what happens
thanks for your help
François