Trait fj_kernel::operations::BuildFace
source · pub trait BuildFace {
// Provided method
fn triangle(
points: [impl Into<Point<3>>; 3],
edges: [Option<Handle<GlobalEdge>>; 3],
objects: &mut Service<Objects>
) -> Triangle { ... }
}Expand description
Build a Face