BREP 0.1.0

A boundary representation (BREP) geometry kernel for building CAD applications.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 8.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 113.78 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mmiscool

BREP

BREP is a boundary representation geometry kernel for building CAD applications in Rust.

The project is intended to provide the fundamental components expected from a general-purpose CAD kernel, including:

  • Boundary representation topology
  • Curves and surfaces
  • Solid and surface modeling
  • Boolean and other modeling operations
  • Geometric queries and analysis
  • Tessellation
  • Visualization support

Status

BREP is currently in early development.

The 0.x releases establish the crate and its initial architecture. The API should be considered unstable until the project matures.