Function triangulate_solid

Source
pub fn triangulate_solid(
    solid: &Solid,
) -> Result<Vec<TriangulatedSurface>, Error>