Skip to main content

Crate brepkit_geometry

Crate brepkit_geometry 

Source
Expand description

§brepkit-geometry

Geometry algorithms for brepkit B-Rep models.

This is layer L1, depending only on brepkit-math.

Three subsystems:

  • sampling — adaptive and uniform curve/surface sampling
  • extrema — distance and extrema computation between geometry primitives
  • convert — geometry type conversion (e.g. analytic ↔ NURBS)

Re-exports§

pub use error::GeomError;

Modules§

convert
Geometry type conversion (e.g. analytic curves/surfaces to NURBS and back).
error
Error types for brepkit-geometry.
extrema
Distance and extrema computation between geometry primitives.
sampling
Adaptive and uniform curve/surface sampling.