opencascade-rs icon indicating copy to clipboard operation
opencascade-rs copied to clipboard

Rust bindings to the OpenCascade CAD Kernel

Results 77 opencascade-rs issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to create small example codes to understand the library well. When I try to use a 0.05 mm chamfer to create this `shape`, the code crashes with...

Hello, I'm absolutely amazed by this project! Great work! I compiled the project successfully, and am currently trying to understand it. One particular problem I faced was, trying to compile...

TODO - [x] Adjust the location of the support posts - [x] Move the top two feet positions up one "row", and change them from a T-shape to a line...

Closes #129 ## TODO - [ ] Support GUI manipulation of the clipping plane - [ ] Clip edges as well - [ ] Actually draw the plane in the...

Fix for https://github.com/bschwind/opencascade-rs/issues/160 `occt-sys` no longer builds OCCT in the build.rs file. This allows it to be re-included in the workspace and the build still only triggered when the `builtin`...

The binary generated from cross-compiling from linux to windows-gnu cannot run because it lacks the [mingw runtime](https://stackoverflow.com/questions/46728353/mingw-w64-whats-the-purpose-of-libgcc-s-seh-dll) (mingw-w64 under the linux platform). So I improved this build script so that...

If you try to cross compile using the builtin occt-sys. It will always compile OCCT for the HOST architecture rather than the TARGET architecture. This is due to it being...

One possible crate: https://github.com/fschutt/printpdf

Data Import/Export