Crate fj

Source
Expand description

§Fornjot

Fornjot is an early-stage b-rep CAD kernel written in Rust. The kernel is split into multiple libraries that can be used semi-independently, and this is one of those.

This crate serves as a convenient entryway to Fornjot, re-exporting all crates that make up Fornjot.

Re-exports§

pub use fj_core as core;
pub use fj_export as export;
pub use fj_interop as interop;
pub use fj_math as math;
pub use fj_viewer as viewer;
pub use fj_window as window;

Structs§

Args
Standardized CLI for Fornjot models
Instance
An instance of Fornjot

Enums§

Error
Error returned by Instance::process_model

Type Aliases§

Result
Return value of Instance::process_model