<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p>I have a simplex entity and I want to extract the neighbouring element opposite to the vertex with local index vtxIdx. </p>
<p><span style="font-size: 12pt;">Therefore I need to find the intersection opposite to this vertex.  </span></p>
<p>This intersection has local index faceIdx=worlddim-vtxIdx. Is it right?</p>
<p><br>
</p>
<p>So if I extract entity.template subEntity<1>(faceIdx) I should be able to extract this face. Am I correct? But the face extracted in this way is not an intersection therefore I can't use it to find the neighbouring entity. Is there a solution here?</p>
<p><br>
</p>
<p>The other solution is to loop over the intersections and extract the vtxIdx-th one. But does it work always? Or which is the ordering of this intersections? </p>
<p>I would expect to have them sorted accordingly the face local index (so faceIdx) but that seems not to be the case. What am I missing?</p>
<p><br>
</p>
<p>Thank you very much for your help,</p>
<p>cheers,</p>
<p>Marco.</p>
<p><br>
</p>
</div>
</body>
</html>