Trait fj_core::operations::BuildFace
source · pub trait BuildFace {
// Provided methods
fn unbound(surface: Handle<Surface>, services: &mut Services) -> Face { ... }
fn triangle(
points: [impl Into<Point<3>>; 3],
services: &mut Services
) -> Polygon<3> { ... }
}Expand description
Build a Face