<br>Hi, Hong-Jun,<br><br>When you get TopologyBridge pointer, you can just dynamic_cast it to it&#39;s geometry type, say you have a curve, then you do:<br><br>Curve * curve = dynamic_cast&lt;Curve*&gt;(Topo_bridge);<br><br>
or  <br><br> Curve *curve = CAST_TO(Topo_bridge , Curve);<br><br>Jane<br><br><div class="gmail_quote">On Wed, Aug 31, 2011 at 3:09 PM, Hong-Jun Kim <span dir="ltr">&lt;<a href="mailto:hongjun@mcs.anl.gov">hongjun@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi, all<br>
<br>
For a certain &quot;RefEntity&quot; entity, is there any way to find which &quot;TopologyBridge&quot; is used from bridge manager&#39;s bridge list?<br>
<br>
I have tried to find any functions for this in &quot;RefEntity&quot; but I couldn&#39;t.<br>
Is there any special way to get this information?<br>
Thanks.<br>
<br>
-----------------------------<br>
<font color="#888888">Hong-Jun Kim<br>
Post-doc researcher<br>
MCS, Argonne National Laboratory<br>
9700 S. Cass Ave. B240/R2147<br>
Argonne, IL 60439<br>
<a href="tel:630-252-4791" value="+16302524791">630-252-4791</a><br>
<a href="mailto:hongjun@mcs.anl.gov">hongjun@mcs.anl.gov</a><br>
-----------------------------<br>
<br>
</font></blockquote></div><br>