<?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 Implementing REGEN using arx in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/implementing-regen-using-arx/m-p/9741813#M4048</link>
    <description>&lt;P&gt;Hallo Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a way to implement the regen REGEN3 using only direct c++ calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;	auto pDb = acdbCurDwg();
	auto pModel = acgsGetGsModel(pDb);
	if (pModel)
	{
	    pModel-&amp;gt;invalidate(AcGsModel::kInvalidateAll);
	    acedRedraw(nullptr, 1);
	}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do the same for REGEN and REGENALL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2020 09:12:04 GMT</pubDate>
    <dc:creator>fehrsZBFB9</dc:creator>
    <dc:date>2020-09-11T09:12:04Z</dc:date>
    <item>
      <title>Implementing REGEN using arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/implementing-regen-using-arx/m-p/9741813#M4048</link>
      <description>&lt;P&gt;Hallo Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a way to implement the regen REGEN3 using only direct c++ calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;	auto pDb = acdbCurDwg();
	auto pModel = acgsGetGsModel(pDb);
	if (pModel)
	{
	    pModel-&amp;gt;invalidate(AcGsModel::kInvalidateAll);
	    acedRedraw(nullptr, 1);
	}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do the same for REGEN and REGENALL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 09:12:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/implementing-regen-using-arx/m-p/9741813#M4048</guid>
      <dc:creator>fehrsZBFB9</dc:creator>
      <dc:date>2020-09-11T09:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing REGEN using arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/implementing-regen-using-arx/m-p/9741818#M4049</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6956907"&gt;@fehrsZBFB9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What about call ads_regen()?&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;void ads_regen(void); &lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 11 Sep 2020 09:15:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/implementing-regen-using-arx/m-p/9741818#M4049</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2020-09-11T09:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing REGEN using arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/implementing-regen-using-arx/m-p/9741839#M4050</link>
      <description>&lt;P&gt;Is there an official way? This function is undocumented.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 09:25:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/implementing-regen-using-arx/m-p/9741839#M4050</guid>
      <dc:creator>fehrsZBFB9</dc:creator>
      <dc:date>2020-09-11T09:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing REGEN using arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/implementing-regen-using-arx/m-p/9741890#M4051</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6956907"&gt;@fehrsZBFB9&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Is there an official way? This function is undocumented.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It is "half-official" way, but this function is working &amp;gt; 20 year in AutoCAD.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 10:00:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/implementing-regen-using-arx/m-p/9741890#M4051</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2020-09-11T10:00:26Z</dc:date>
    </item>
  </channel>
</rss>

