<div class="gmail_quote">On Wed, Apr 13, 2011 at 23:29, Tim Tautges <span dir="ltr"><<a href="mailto:tautges@mcs.anl.gov">tautges@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<span class="il">MOAB</span> is tuned first for minimizing memory; therefore, internal faces and edges in a 3d mesh won't necessarily be explicitly represented (i.e. you won't get a handle to them); if you do want them, and can afford the cost in terms of memory, call get_adjacencies with "true" for the create_if_missing parameter</blockquote>
</div><br><div>Any plans to expose this functionality in iMesh (even just with a C API)? I could do the wrapper external to MOAB, but it's a handy thing to have.</div>