Lorenz

Results 115 comments of Lorenz

>The case where centered != (True, True, True) with a direction different than one along the x, y, or z axes is not managed. What would we like to do...

Another idea is update the typing of the `direct` param ``` py direct: Union[Tuple[float, float, float], Vector] = Vector(0, 0, 1), ``` or `= (0, 0, 1)` See Plane normal:...

> @lorenzncode it seems that your suggestions were applied. Are you OK with merging? I came across a couple of cases I'm not certain are correct. 1. Compare `box` and...

I tested the snippet again [here](https://github.com/CadQuery/cadquery/pull/1593#issuecomment-2143554373) and get the same result. I suppose this is fine as is. If I were to use this method I think I would choose...

@adam-urbanczyk Agreed. I forgot to revisit this issue after the enhancements. While possible to create the face without Sketch it's nice to have this option to interface with the Free...