Justin Lin

Results 4 comments of Justin Lin

I implement my own [`hashmap`](https://openhome.cc/eGossip/OpenSCAD/lib3x-hashmap.html) in my [library](https://github.com/JustinSDK/dotSCAD). You may take it a try.

If you only add a `starRounding` parameter and use `makeSpline`, it seems that a smooth tool is enough. For example, [bezier_smooth](https://openhome.cc/eGossip/OpenSCAD/lib3x-bezier_smooth.html). I might add it in the future. ![image](https://user-images.githubusercontent.com/3424741/174951675-c8cb8623-974a-434b-b5ea-3efa920dd212.png) I...

I think that cqMore might provide a `wire` module for collecting `Wire` functions. ```python from cqmore import Workplane from cqmore.polygon import star from cadquery import Edge, Vector, Wire def roundedStar(outerRadius:...