Daniele D'Orazio

Results 7 comments of Daniele D'Orazio

@dcuddeback any news about this? It would be a great addition to the library.

`wasm-pack-plugin` version `0.1.0` was recently released and among other improvements, it now has the option to configure `wasm-pack` to generate TypeScript bindings that can be used in your code. Here's...

I think that running the simulated annealing multiple times is fine and probably the best way to not get stuck in a local minimum. Also, this is an embarrassingly parallel...

> - [ ] support something like pastel distinct 8 red blue yellow (fix three colors, generate five new) I guess this is done given that https://github.com/sharkdp/pastel/pull/88 was merged?

@gumyr I hit this bug recently and I did some investigation. I think everything goes well, but at the end of [`Face.sweep`](https://github.com/gumyr/build123d/blob/dev/src/build123d/topology.py#L5896) it's assumed that the result is a single...

I guess `Face.sweep` makes sense only if the profile is an `Edge` because, I think, the `Shell` returned by OCCT must have a single face for construction in this case....