pub trait AllHalfEdgesWithSurface {
// Required method
fn all_half_edges_with_surface(
&self,
result: &mut Vec<(Handle<HalfEdge>, Handle<Surface>)>,
);
}Expand description
Access all half-edges referenced by an object, and the surface they’re on