fj-core 0.49.0

Early-stage b-rep CAD kernel.
Documentation
1
2
3
4
5
6
7
8
//! # Operations to join objects together
//!
//! See [`JoinCycle`], which is currently the only trait in this module, for
//! more information.

mod cycle;

pub use self::cycle::JoinCycle;