Skip to main content

make_pyramid_brep

Function make_pyramid_brep 

Source
pub fn make_pyramid_brep(
    corner: Vec3,
    side_length: f64,
    height: f64,
    sides: usize,
) -> Result<BrepSolid, String>