-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
|
With that being said, could you reshare your code or a MRE (the links do not work anymore)? I'd like to make sure if the original problem is not a bug. |
Beta Was this translation helpful? Give feedback.
-
|
Dear Adam, Thanks for following up. I simplified my code to demonstrate the problem/misunderstanding I had. In the attached tar you find all files to reproduce my problem. I use: cadquery 2.6.1 and cq-editor to show the results. The file "racks.py" contains a class which builds a simple model of a rack. The file racks_without_constraints_ok.py makes a nested assembly (an The file racks_with_assemblies_bad.py makes a nested assembly and tries to The file racks_with_boxes_ok.py uses boxes instead of racks. Hence NO nested I hope this helps... Probably the misunderstanding is on my side... (I am starting with cad-query (used OpenSCAD up to now)) Thanks a lot, CS |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot Adam, I understand better now. Thanks again ! |
Beta Was this translation helpful? Give feedback.



I answer my own question.
I found that the cq.Location object can also contain a rotation and with this I can achieve what I want.
Sorry for the spam... struggling still a bit with the documentation...