<br>Hi, Hong-Jun,<br><br>When you get TopologyBridge pointer, you can just dynamic_cast it to it's geometry type, say you have a curve, then you do:<br><br>Curve * curve = dynamic_cast<Curve*>(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"><<a href="mailto:hongjun@mcs.anl.gov">hongjun@mcs.anl.gov</a>></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 "RefEntity" entity, is there any way to find which "TopologyBridge" is used from bridge manager's bridge list?<br>
<br>
I have tried to find any functions for this in "RefEntity" but I couldn'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>