-
Notifications
You must be signed in to change notification settings - Fork 18
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
CellDictionaries are incorrect after rotating Cellcomplex #47
Comments
I just checked and the same goes for TopologyScale, TopologyPlace, TopologyTranslate and TopologyTransform |
Thanks for reporting this! This seems a bug in the low level C++ code. I can certainly override it in the python code. Can you share the json file of the brep with dictionaries and the blender file? Thank you. |
Sure! thanks for your response. A python workaround would be nice. For now i have to rotate all the cells one by one and than merge them into a cellcomplex again afterwards, which results in a considerable performance loss. If you would be able to implement a rotation of only the Dictionary selector vertices than that would be great! |
I believe I have solved this with the new release 2022-10-08 0.8.2.5. Please test and report back. Thank you. |
It is quite impressive to see how fast you implement new features or fix bugs to be honest! Thank you for the new release. I actually converted my blender node trees to pure python scripts thanks to your python bindings so i am not using topologicsverchok for my current project. But i just checked if it works with the updated nodes and it does work perfectly fine now. interesting to see the new EnergyModelExportToIDF node aswell. |
Great to know! and thanks for the kind words :) I will then close this issue. Please feel free to re-open if there is anything else missed. Thanks. |
Hello Wassim,
It seems like CellDictionary selectors are not rotated with the Cellcomplex when Topology.Rotate is used.
if the rotation is below a certain threshold (very low ~1-5 degrees) then the dictionaries stay correct.
This is why i assume that the Dictionary selectors are not rotated with the Cellcomplex. I think in general all the selectors should be affected by transformations of the Supertopology. But It could be that i just don't understand the purpose of them not beeing roatated. If so, i would love to know a way to properly rotate them with the supertopology.
Thanks a lot!
The text was updated successfully, but these errors were encountered: