Skip to main content

make_sphere_brep

Function make_sphere_brep 

Source
pub fn make_sphere_brep(
    center: Vec3,
    radius: f64,
    polar_axis: Vec3,
) -> Result<BrepSolid, String>