Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

Crate use_unfolding

Crate use_unfolding 

Source
Expand description

§use-unfolding

Unfolding primitives for the RustUse geometry workspace.

use-unfolding provides unfold-step and plan records that can later back polyhedral-net workflows.

§Example

use use_unfolding::{UnfoldingPlan, UnfoldingStep};

let plan = UnfoldingPlan::new(vec![UnfoldingStep::new(0, 1)]);

assert_eq!(plan.step_count(), 1);

Structs§

UnfoldingPlan
A sequence of unfolding steps.
UnfoldingStep
A single unfolding step between adjacent faces.