<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AcDbProxyEntity doesn't explode. How to get geometry? in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6208909#M10381</link>
    <description>&lt;P&gt;You misunderstand the quoted text. It refers to the parent application calling worldDraw().&amp;nbsp;The AcDbProxyEntity will play the proxy graphics metafile just fine, otherwise these graphics would not be visible in the drawing. If you have implemented your custom AcGiWorldDraw correctly but still get no graphics, then it indicates that&amp;nbsp;either the proxy graphics metafile is empty (no saved proxy graphics)&amp;nbsp;or you've set some context property (frozen layer?&amp;nbsp;PROXYGRAPHICS == 0?) that disables display.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2016 15:37:32 GMT</pubDate>
    <dc:creator>owenwengerd</dc:creator>
    <dc:date>2016-03-10T15:37:32Z</dc:date>
    <item>
      <title>AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6028510#M10369</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Drawing file has proxy objects, which aren't exploded. However AutoCAD can display these objects.&amp;nbsp;As I understanding AutoCAD uses proxy graphics from file for displaying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get geomtery information from AcDbProxyEntity (without parent application)? I try to get geometry through my derrived class &lt;SPAN&gt;AcGiWorldDraw&lt;/SPAN&gt;&amp;nbsp;but it cann't handle proxy entity. Any ideas are welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: I use RealDWG 2015&lt;/P&gt;&lt;P&gt;PPS: sorry for my ugly english&lt;/P&gt;&lt;P&gt;Bayar&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 08:24:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6028510#M10369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-08T08:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6029391#M10370</link>
      <description>&lt;P&gt;You say &lt;EM&gt;"I try to get geometry through my derrived class AcGiWorldDraw"&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;How do you try to do this? Do you provide your own &lt;FONT face="courier new,courier"&gt;AcGiWorldGeometry&lt;/FONT&gt; that implements all (!) virtual primitve drawing methods of &lt;FONT face="courier new,courier"&gt;AcGiGeometry&lt;/FONT&gt; and "record" the calls to the primitve drawing routines? This is what I would try. But I don't know if it works for Proxies.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:31:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6029391#M10370</guid>
      <dc:creator>tbrammer</dc:creator>
      <dc:date>2016-02-08T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6032307#M10371</link>
      <description>&lt;P&gt;Yes. I derrived AcGiWorldGeometry, AcGiContext,&amp;nbsp;AcGiSubEntityTraits and AcGiWorld as in example RealDWG\Samples\DumpDWG. But it doesn't work with proxies. Overridden drawing methods of&amp;nbsp;&lt;SPAN&gt;AcGiWorldGeometry weren't&amp;nbsp;called.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 02:45:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6032307#M10371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-10T02:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6033122#M10372</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;i did some moons ago a conversion of drawings, to match certain standards, many of these were comming from ADT, and end using -EXPORTTOAUTOCAD command, as these are AEC and able to be exploded, no idea if these may work in your case, but here is a link to that command usage:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-Core/files/GUID-86C80CA1-F237-4AE6-8A43-2E9CA06A03A8-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-Core/files/GUID-86C80CA1-F237-4AE6-8A43-2E9CA06A03A8-htm.html&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;hth.-&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;afaik, one can implement to leave your custom object, to simple draw your object as schematics or simple graphics, once the dbx is unloaded or not present.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 14:13:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6033122#M10372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-10T14:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6033341#M10373</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;...also i forgot to mention, that on any custom object one can simple could left out the explode part override, then will guess even if is not at proxy stage, it cannot be exploded too, all will depend on the developer, my 0.2cts...&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 15:30:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6033341#M10373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-10T15:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6034414#M10374</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;But it doesn't work with proxies. Overridden drawing methods of&amp;nbsp;&lt;SPAN&gt;AcGiWorldGeometry weren't&amp;nbsp;called.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What exactly did you try that you expected to result in calls to your AcGiWorldGeometry methods? Called AcDbProxyEntity::worldDraw()? Or AcDbProxyEntity::saveAs()? Or ...?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 23:04:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6034414#M10374</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2016-02-10T23:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6067346#M10375</link>
      <description>&lt;P&gt;Hi Owen, sorry for delaying reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use an array in my class&amp;nbsp;MyWorldGeometry to&amp;nbsp;keep geometry:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;class MyWorldGeometry : public AcGiWorldGeometry
{
    ...
        mutable AcDbVoidPtrArray m_entitySet;
}
&lt;BR /&gt;
Adesk::Boolean MyWorldGeometry::circle(const AcGePoint3d&amp;amp; center, const double radius, const AcGeVector3d&amp;amp; normal) const
{
    AcDbCircle *pCircle = new AcDbCircle(center, normal, radius);
    m_entitySet.append(pCircle);
    return Adesk::kFalse;
}&lt;/PRE&gt;&lt;P&gt;In other place I try to get this array:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;   ...
    AcDbProxyEntity *pProxy = (AcDbProxyEntity *)pEnt;
    MyWorldDraw wd;

    if(pProxy-&amp;gt;worldDraw(&amp;amp;wd) == Adesk::kFalse)
    {
	return;
    }
    int length = ((MyWorldGeometry*)wd.rawGeometry())-&amp;gt;m_entitySet.length();
    for(int i = 0; i &amp;lt; length; ++i)
    {
	AcDbEntity *ent = (AcDbEntity *)((MyWorldGeometry*)wd.rawGeometry())-&amp;gt;m_entitySet[i];
        ...
    }
    ...&lt;/PRE&gt;&lt;P&gt;But variable 'lenght' is always '0'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be I chose a wrong way for a getting geometry of proxy objects? Or missunderstanding something about work of AcGi classes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bayar&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 04:51:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6067346#M10375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T04:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6068321#M10376</link>
      <description>&lt;P&gt;You should be calling AcGiWorldDraw::geometry(), and of course you have to override this function and return your custom MyWorldGeometry instance. I hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 14:58:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6068321#M10376</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2016-03-03T14:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6206132#M10377</link>
      <description>&lt;P&gt;For a usual objects such as AcDbLine my code works:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;AcDbLine *pLine = (AcDbLine *)pEnt;
MyWorldDraw wd;

if(pLine-&amp;gt;worldDraw(&amp;amp;wd) == Adesk::kTrue)
{
    MyWorldGeometry *g = (MyWorldGeometry*)&amp;amp;wd.geometry();
    //do Something
}&lt;/PRE&gt;&lt;P&gt;But with AcDbProxyEntity it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be there are some restrictions in&amp;nbsp;RealDWG work with proxy objects?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:31:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6206132#M10377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-09T09:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6207778#M10378</link>
      <description>&lt;P&gt;Did you verify that wd.geometry() returns&amp;nbsp;an instance of your&amp;nbsp;MyWorldGeometry?&amp;nbsp;I'm suspicious that&amp;nbsp;you didn't really implement the geometry() function, but just assume the magic powers of casting make&amp;nbsp;the returned object&amp;nbsp;something it's not.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 01:38:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6207778#M10378</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2016-03-10T01:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6207993#M10379</link>
      <description>&lt;P&gt;I checked wd.geometry(), it returns MyWorldGeomtry instance.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 07:03:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6207993#M10379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6208224#M10380</link>
      <description>&lt;P&gt;ObjectARX Developer Guide &amp;nbsp;"Displaying Proxy Entities"&amp;nbsp;written:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"AutoCAD &lt;STRONG&gt;cannot display a proxy entity using the object's &lt;SPAN&gt;worldDraw()&lt;/SPAN&gt; or &lt;SPAN&gt;viewportDraw()&lt;/SPAN&gt; functions&lt;/STRONG&gt; because the parent application is absent. It uses information in the entity's graphics metafile, which contains data derived from the entity's &lt;SPAN&gt;worldDraw()&lt;/SPAN&gt; or &lt;SPAN&gt;saveAs()&lt;/SPAN&gt; function when the drawing was last saved (with the SAVE or SAVEAS command). The display format is either that of the entity itself, or a bounding box indicating the volume inhabited by the entity. The format is determined by the setting of the PROXYGRAPHICS system variable at the time the drawing is saved. The bounding box format is useful primarily to minimize the size of the output file when the data for custom entities is large."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So need to find out another way to get proxy geometry data.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 09:15:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6208224#M10380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T09:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6208909#M10381</link>
      <description>&lt;P&gt;You misunderstand the quoted text. It refers to the parent application calling worldDraw().&amp;nbsp;The AcDbProxyEntity will play the proxy graphics metafile just fine, otherwise these graphics would not be visible in the drawing. If you have implemented your custom AcGiWorldDraw correctly but still get no graphics, then it indicates that&amp;nbsp;either the proxy graphics metafile is empty (no saved proxy graphics)&amp;nbsp;or you've set some context property (frozen layer?&amp;nbsp;PROXYGRAPHICS == 0?) that disables display.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 15:37:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6208909#M10381</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2016-03-10T15:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6210309#M10382</link>
      <description>&lt;P&gt;I checked proxy on graphics metafile, frozen layer and PROXYGRAPHICS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;AcDbProxyEntity *pProxy = (AcDbProxyEntity *)pEnt;

CString msg;
switch(pProxy-&amp;gt;graphicsMetafileType())
{
case AcDbProxyEntity::kNoMetafile:
    msg = _T("kNoMetafile");
    break;
case AcDbProxyEntity::kBoundingBox:
    msg = _T("kBoundingBox");
    break;
case AcDbProxyEntity::kFullGraphics:
    msg = _T("kFullGraphics");
    break;
} //msg = "kNoMetafile"

AcDbLayerTableRecord *pLayer;
if(acdbOpenObject(pLayer, pProxy-&amp;gt;layerId(),AcDb::kForRead) == Acad::eOk)
{
    msg = pLayer-&amp;gt;isFrozen() ? _T("pLayer-&amp;gt;isFrozen() = TRUE") : _T("pLayer-&amp;gt;isFrozen() = FALSE");
    pLayer-&amp;gt;close();
} //msg = "pLayer-&amp;gt;isFrozen() = FALSE"

Adesk::Int16 iSaveProxy = m_pDb-&amp;gt;saveproxygraphics();
msg.Format(_T("PROXYGRAPHICS = %i"), iSaveProxy);
//msg = "PROXYGRAPHICS = 1"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; so results are proxy hasn't graphics metafile, layer isn't frozen and variable&amp;nbsp;&lt;SPAN&gt;PROXYGRAPHICS = 1.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Anyway AutoCAD can display proxy object. So I think it means that there is a graphics metafile in drawing. What can affect on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PS: I attached a test file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 03:40:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6210309#M10382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-11T03:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6210600#M10383</link>
      <description>&lt;P&gt;I've exploded those proxies without problem (all proxies was in anonymous block *U2)&lt;/P&gt;
&lt;P&gt;Code for exploding: &lt;A href="http://adn-cis.org/forum/index.php?topic=1060.msg4984#msg4984" target="_blank"&gt;http://adn-cis.org/forum/index.php?topic=1060.msg4984#msg4984&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 10:13:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6210600#M10383</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-03-11T10:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbProxyEntity doesn't explode. How to get geometry?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6213547#M10384</link>
      <description>&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reply and code. But in my application &lt;STRONG&gt;pProxy-&amp;gt;graphicsMetafileType()&lt;/STRONG&gt; returns &lt;STRONG&gt;AcDbProxyEntity::kNoMetafile&lt;/STRONG&gt;, so I suspect that proxy doesn't explode. Now I try to figure out why it happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bayar&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 01:42:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbproxyentity-doesn-t-explode-how-to-get-geometry/m-p/6213547#M10384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-14T01:42:42Z</dc:date>
    </item>
  </channel>
</rss>

