Kevin Marchais
Kevin Marchais
The following code is the same example simplified that can run in CQ-editor. Splitting in only one dimension works fine but as soon as we split in two or three...
As found by @chemiskyy, using `transformGeometry` is creating the problem. Here is an example of a sphere with and without `transformGeometry`:   In our case, we have to use...
Indeed, it works without type hinting. However, I would still prefer to use type hinting though. Temporarily I switched my `func` to `real_func`.
Thanks, I prefer this than what I did but then it requires to be careful about the axis to set for centering. To center a cylinder along its height but...
The test was pretty straight forward in the previous implementation, testing all the possible combinations of centering and directions. With this implementation, I will need to take time to find...
I am just not used to this radius shift and wanted to make sure that this -10 in the y direction is fine. I will try to update the test...
@adam-urbanczyk Thanks for the remainder. I'm on it.
I could not find a simple way to test every combination of centered and direct parameters. I made it so that it checks different configurations: - Main axis directions (±X,...
Hello, indeed this feature would be great, is there any news about it?
Thank you ! Maybe we can take this opportunity to add more return type hints on this file in this PR?