bschwind / opencascade-rs

Rust bindings to the OpenCascade CAD Kernel
GNU Lesser General Public License v2.1
116 stars 22 forks source link

Sweep Faces and Wires along a path #155

Closed mkovaxx closed 12 months ago

mkovaxx commented 12 months ago

Closes #43.

@bschwind Both face and wire sweeps work as expected using the simpler MakePipe API. However, taking the union of a Solid and a Shell appears to be broken, so I split the example into two.