Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

the direction of polygon in the cellreference is wrong #221

Closed
jamesvitali opened this issue Oct 26, 2022 · 3 comments
Closed

the direction of polygon in the cellreference is wrong #221

jamesvitali opened this issue Oct 26, 2022 · 3 comments

Comments

@jamesvitali
Copy link

if we have many polygons with different shape/direction in the first first quadrant, we want to have the same polygons in the second quadrant (opposite position but the same shape );however, if we use mirror/reflection or rotation on the cellrefence, though the position of polygon in the second quadrant is what we expect but the direction of polygon in the second quadrant is wrong. more precisely, the direction is mirror in the second quadrant not the same with the first quadrant. any good way to solve it on the cellreference?

@heitzmann
Copy link
Owner

@jamesvitali If you use reflection, your shapes will be flipped. If you don't want that, you have to translate and rotate only.

@jamesvitali
Copy link
Author

thanks for your comment;however , if i already have the cellreference and don't want to new cell to increase its size, any good idea ? cellreference can do the rotation but it changes the angle of polygon as well.
for example : current cellreference:====// // // and the target is // // //========// // //

@heitzmann
Copy link
Owner

I can't see your example, but from what you're saying, I don't think there are other alternatives.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants