Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants