Skip to main content

extract_intersection_contours

Function extract_intersection_contours 

Source
pub fn extract_intersection_contours(
    mesh_a: &SimpleMesh,
    mesh_b: &SimpleMesh,
) -> Vec<IntersectionSegment>
Expand description

Extract all intersection segments between two meshes.