Skip to main content

make_cylinder_brep

Function make_cylinder_brep 

Source
pub fn make_cylinder_brep(
    base: Vec3,
    axis_direction: Vec3,
    radius: f64,
    height: f64,
) -> Result<BrepSolid, String>