<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;">Very often we repeat the "get" functions for various types of operations, do you think it would be useful to have a function 'getEverything' in MOAB/iMesh (iMesh_getEverything) ?<br>Basically, getting *only* the building blocks of the mesh model:<br><br>Input: root_set<br><br>Output: <br>1. Nodes (Node number and co-ordinates)<br>2. Elements (Element number and connectivity) --- would need rules for connectivity definition.<br>3. Sets (Set number, tag, tag value and contents associated with this set)<br><br><span>There is a function iMesh_getStructure - defined in MeshKit: <a target="_blank" href="http://trac.mcs.anl.gov/projects/fathom/browser/MeshKit/trunk/algs/CopyUtils.hpp">http://trac.mcs.anl.gov/projects/fathom/browser/MeshKit/trunk/algs/CopyUtils.hpp</a></span><br><br>This gets "<span
 class="c">the entities and unique adjacent vertices of a set", should this be changed to get the complete building block/structure of the mesh file.<br></span><div>&nbsp;</div><font style="font-family: arial,helvetica,sans-serif;" size="2">Rajeev</font><br><div><br></div>
</div><br></body></html>