<?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: Clear Rendered Graphics from Model in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/clear-rendered-graphics-from-model/m-p/9118339#M3988</link>
    <description>&lt;P&gt;It's not a perfect on/off switch for me yet, but I've gotten some results by calling base.Render(view, graphics) then calling a delayed render&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        public override void Render(View view, Graphics graphics)
        {
			if (clearGraphics == true)
			{
				base.Render(view, graphics);
				Autodesk.Navisworks.Api.Application.ActiveDocument.ActiveView.RequestDelayedRedraw(ViewRedrawRequests.Render);
				clickedModel = null;
			}&lt;/PRE&gt;</description>
    <pubDate>Wed, 30 Oct 2019 21:10:13 GMT</pubDate>
    <dc:creator>garylzimmer</dc:creator>
    <dc:date>2019-10-30T21:10:13Z</dc:date>
    <item>
      <title>Clear Rendered Graphics from Model</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/clear-rendered-graphics-from-model/m-p/7817939#M3985</link>
      <description>&lt;P&gt;I have a model where I have rendered spheres at coordinate points from a SQL database table that show crash data on a clients road bridge area model.&amp;nbsp; How can I clear the spheres when I have finished viewing them?&amp;nbsp; There are hundreds of them and I wish to de-clutter the model improve its performance.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 00:05:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/clear-rendered-graphics-from-model/m-p/7817939#M3985</guid>
      <dc:creator>Craig.Windram</dc:creator>
      <dc:date>2018-03-01T00:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Rendered Graphics from Model</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/clear-rendered-graphics-from-model/m-p/9079811#M3986</link>
      <description>&lt;P&gt;Did you ever figure this out? I'm trying to solve the same issue!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 19:54:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/clear-rendered-graphics-from-model/m-p/9079811#M3986</guid>
      <dc:creator>garylzimmer</dc:creator>
      <dc:date>2019-10-10T19:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Rendered Graphics from Model</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/clear-rendered-graphics-from-model/m-p/9080352#M3987</link>
      <description>&lt;P&gt;No joy with this yet.&amp;nbsp; I have another application where I am creating spheres to show a point of interest in the model, the sphere disappears as soon as I move the model, the same as redline markups do.&amp;nbsp; Everything indicates the use of identical code, the only difference is that one is created en-mass from coordinates in a spreadsheet and the other from a mouse click.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 03:39:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/clear-rendered-graphics-from-model/m-p/9080352#M3987</guid>
      <dc:creator>Craig.Windram</dc:creator>
      <dc:date>2019-10-11T03:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Rendered Graphics from Model</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/clear-rendered-graphics-from-model/m-p/9118339#M3988</link>
      <description>&lt;P&gt;It's not a perfect on/off switch for me yet, but I've gotten some results by calling base.Render(view, graphics) then calling a delayed render&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        public override void Render(View view, Graphics graphics)
        {
			if (clearGraphics == true)
			{
				base.Render(view, graphics);
				Autodesk.Navisworks.Api.Application.ActiveDocument.ActiveView.RequestDelayedRedraw(ViewRedrawRequests.Render);
				clickedModel = null;
			}&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Oct 2019 21:10:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/clear-rendered-graphics-from-model/m-p/9118339#M3988</guid>
      <dc:creator>garylzimmer</dc:creator>
      <dc:date>2019-10-30T21:10:13Z</dc:date>
    </item>
  </channel>
</rss>

