sgenoud
sgenoud
rst does not support by default raw html (as it could have other writers than html). Ideally some flag should either ignore the raw html or put it as such.
This function is generated automatically with opencascadejs - so your commit will be overridden the next time I generate them. I should update the version I use to generate the...
@raydeleu I have played a bit further with a way to import this automatically (and in a nice way) but I failed to achieve something that I would be happy...
> Note that as now is holiday time I can not promise on progress. First, enjoy your holidays, hope you are not too warm! > I could also imagine using...
I have played a bit, and failed to fillet it - it feels like the OC kernel does not like your shape here...
It depends also on your model - this is not because it is a bezier spline, but because the angles your shape do are kinda incompatible with the fillet you...
This pinpoints exactly why the `Drawing` abstraction is necessary. `intersectBlueprints` instersects two `Blueprint` object. But `fuse2D` returns a `Blueprints` object (with just one blueprint in it but you could fuse...
I have actually implemented #46 you can just replace `new BlueprintSketcher().movePointerTo(pts[0])` by `draw(pts[0])` and return `a.intersect(b)`.
I am not 100% sure on how to do it, but I can see different possible approaches. First, as you probably have an analytic version of the shape you could...
I have updated the underlying library - can you confirm if it fixes your issue?