Skip to main content

face_measurements_native

Function face_measurements_native 

Source
pub fn face_measurements_native(
    handle: u32,
    face_name: &str,
) -> Result<(f64, f64), String>
Expand description

(area, boundary_edge_total_length) of a resident solid’s named face (mm² / mm): the face’s surface area plus the summed arc length of its boundary edges. Errs if no face carries face_name.