Crate fj_operations

Source
Expand description

§Fornjot CAD Operations

This library is part of the Fornjot ecosystem. Fornjot is an open-source, code-first CAD application; and collection of libraries that make up the CAD application, but can be used independently.

This library is an internal component of Fornjot. It is not relevant to end users that just want to create CAD models.

Fornjot models use the fj crate to define a shape. This crate provides the connection between fj and the Fornjot kernel. It translates those operations into terms the kernel can understand.

Modules§

shape_processor
API for processing shapes

Traits§

Shape
Implemented for all operations from the fj crate