<?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: Model Review Plugin Help in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/3224918#M81244</link>
    <description>&lt;P&gt;It looks like you're on the right path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happens when you try that? Does it not pop-open the window?&lt;/P&gt;&lt;P&gt;The sample plugin does work for me (at least I tested the configuration, and it did pop open the config window).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Matt&lt;IMG align="center" alt="ModelReviewPlugin.PNG" src="http://forums.autodesk.com/t5/image/serverpage/image-id/16008iAEEB3F8FE32CE980/image-size/original?v=mpbl-1&amp;amp;px=-1" title="ModelReviewPlugin.PNG" border="0" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2011 22:25:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-10T22:25:54Z</dc:date>
    <item>
      <title>Model Review Plugin Help</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/3223752#M81243</link>
      <description>&lt;P&gt;Hi everyone. I have the development guide (all 4 pages) and am struggling snapping a form into the window. I'm reasonably new to C# so I am working through the issues but I can't seem to find how to make my dialog appear. I have checked the SamplePlugin and that doesn't even work!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code Sample:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public class WallCheck : IPluginCheck&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void Configure(System.Windows.Forms.IWin32Window window, ICheckData data)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; frmWallCheck oWallCheckForm = new frmWallCheck();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oWallCheckForm.ShowDialog(window);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;....}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a form frmWallCheck that I would like to "snap in" to the interface. Any guidance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2011 13:35:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/3223752#M81243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T13:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Model Review Plugin Help</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/3224918#M81244</link>
      <description>&lt;P&gt;It looks like you're on the right path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happens when you try that? Does it not pop-open the window?&lt;/P&gt;&lt;P&gt;The sample plugin does work for me (at least I tested the configuration, and it did pop open the config window).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Matt&lt;IMG align="center" alt="ModelReviewPlugin.PNG" src="http://forums.autodesk.com/t5/image/serverpage/image-id/16008iAEEB3F8FE32CE980/image-size/original?v=mpbl-1&amp;amp;px=-1" title="ModelReviewPlugin.PNG" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2011 22:25:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/3224918#M81244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T22:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Model Review Plugin Help</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/3225518#M81245</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I was under the impression that when I used that portion of the code it would appear as a tab not be a part of the configure button (I'm a noob). I have that working. Now I am investigating passing parameters from the form back to the check. I'm sure I will have more ????'s.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2011 14:22:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/3225518#M81245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-11T14:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Model Review Plugin Help</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/4345951#M81246</link>
      <description>&lt;P&gt;looks like Model Review API was available before? still available now?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2013 07:54:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/4345951#M81246</guid>
      <dc:creator>Ning_Zhou</dc:creator>
      <dc:date>2013-07-29T07:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Model Review Plugin Help</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/4346082#M81247</link>
      <description>&lt;P&gt;It appears to still be there in the latest version (2014).&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2013 11:31:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/4346082#M81247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-29T11:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Model Review Plugin Help</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/4347060#M81248</link>
      <description>&lt;P&gt;thanks Mat, i didn't notice that, so where are the related files like guideline, etc., in Revit SDK?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2013 01:14:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/4347060#M81248</guid>
      <dc:creator>Ning_Zhou</dc:creator>
      <dc:date>2013-07-30T01:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Model Review Plugin Help</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/4348026#M81249</link>
      <description>&lt;P&gt;I think if you look in the Autodesk Revit Model Review 2014 installation folder, there's a folder called "Plugin-Source".&lt;/P&gt;&lt;P&gt;In there is a Sample Plugin as well as a document called "Developing_ModelReview_Plugins.pdf".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course, you'll also need the Revit SDK (because any interaction you have with Revit will be through that).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2013 11:52:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/4348026#M81249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-30T11:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Model Review Plugin Help</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/4350680#M81250</link>
      <description>found it, looks like it's the only (?) plugin which also provide its own API, thanks Mat.</description>
      <pubDate>Thu, 01 Aug 2013 01:27:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-review-plugin-help/m-p/4350680#M81250</guid>
      <dc:creator>Ning_Zhou</dc:creator>
      <dc:date>2013-08-01T01:27:41Z</dc:date>
    </item>
  </channel>
</rss>

