bschwind / opencascade-rs

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

Add a BooleanShape struct to hold the result of CSG operations #107

Closed bschwind closed 1 year ago

bschwind commented 1 year ago

Closes #48

This is still a work in progress, I also want to add your typical operator overloads for things like union and subtraction, at least.

bschwind commented 1 year ago

@julianschuler thanks for taking a look! Maybe you haven't published it yet but I currently don't see any other review comments.