jdegenstein

Results 139 comments of jdegenstein

Here is a very simple usage example for those looking for something to get started with, note that the normal parameter of the extrusion function controls the extrusion distance: ```py...

Does Eclipse accept the address on paper by mail and then store it solely on paper?

I haven't had time to fully digest, but PEP about lazy imports is here https://peps.python.org/pep-0690/ I personally prefer that lazy imports are not adopted at this time, but I would...

I have an alternative fix from @gumyr, although I agree that the problem seems to be coincident cylindrical faces on the sweep and the base part. ![image](https://github.com/user-attachments/assets/fadb273e-a767-4433-b7e1-168a50a3fce6) ```py with BuildPart()...

FYI this should be possible now with OCP 7.8+ https://github.com/gumyr/build123d/pull/876

Preliminary investigation using default cache size of 128 using ubuntu/py312. ``` ------------------------------------ Name (time in ms) Min Max Mean StdDev Min Max Mean StdDev ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_mesher_benchmark[100] 1.6273 (1.0) 176.3122 (1.51)...

Another workaround if the installation is broken: ``` pip uninstall vtk pip install vtk==9.3.1 ```

I prefer to keep this one open for a bit longer as there are still a number of projects out there pinned to v0.8.0 for some reason.

I believe this is an OCCT bug. OCCT has some issues with cylindrical faces occasionally (relating to seam overlap). One workaround is to apply an infinitesimal rotation which means the...

Received from benchmarks for macos arm64 and this is probably slightly faster than the older algorithm -- but more importantly it is definitely not significantly slower on all platforms This...