how to find the outermost boundary among a group of boundaries

47 Views Asked by At

I'd like to know what algorithm I could use to tell the outermost boundary in an open mesh with disk-like topology. Basically, exactly like the isHole mathlab function; here's the relevant mathlab example. Thank you.