<?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: Categories ID in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11254489#M18347</link>
    <description>&lt;P&gt;You can create your own lists of Revit built-in and RVT document categories using The Building Coder samples command&amp;nbsp;&lt;U&gt;CmdCategories&lt;/U&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/jeremytammik/the_building_coder_samples/blob/master/BuildingCoder/CmdCategories.cs" target="_blank"&gt;https://github.com/jeremytammik/the_building_coder_samples/blob/master/BuildingCoder/CmdCategories.cs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Forge categories are completely different. Or, to put it stronger still, I do not believe such a thing exists. Forge is &lt;U&gt;domain agnostic&lt;/U&gt; and supports CAD models from all domains, e.g., architecture,&amp;nbsp;mechanical engineering, etc., and from a large variety of CAD seed files, cf.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forge.autodesk.com/en/docs/model-derivative/v2/developers_guide/supported-translations/" target="_blank"&gt;https://forge.autodesk.com/en/docs/model-derivative/v2/developers_guide/supported-translations/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revit categories may propagate through to Forge somehow with the BIM, but I doubt you will find any such concept in an Inventor, AutoCAD or 3D Studio file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jun 2022 17:09:26 GMT</pubDate>
    <dc:creator>jeremy_tammik</dc:creator>
    <dc:date>2022-06-23T17:09:26Z</dc:date>
    <item>
      <title>Categories ID</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251105#M18339</link>
      <description>&lt;P&gt;Hi dear all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a list of Revit categories with &lt;STRONG&gt;ID&lt;/STRONG&gt;s, can someone direct me to the right source?&lt;/P&gt;&lt;P&gt;I found this source, but I'm afraid it's not updated:&amp;nbsp;&lt;A href="http://bimology.blogspot.com/2010/01/revit-categories.html" target="_blank"&gt;http://bimology.blogspot.com/2010/01/revit-categories.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And following this context: Do Revit and Forge use the same category IDs?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 12:26:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251105#M18339</guid>
      <dc:creator>bimmatch</dc:creator>
      <dc:date>2022-06-22T12:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Categories ID</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251731#M18340</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;you can use the BuiltInCategory enumeration instead of hard coding the category Id.&lt;/P&gt;&lt;P&gt;for example wallsCategoryId = (int)BuiltInCategory.OST_Walls&lt;/P&gt;&lt;P&gt;you can find the BuiltInCategory documentations from the Revit api official documentation :&amp;nbsp;&lt;A href="https://www.revitapidocs.com/2019/ba1c5b30-242f-5fdc-8ea9-ec3b61e6e722.htm" target="_blank"&gt;https://www.revitapidocs.com/2019/ba1c5b30-242f-5fdc-8ea9-ec3b61e6e722.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 15:52:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251731#M18340</guid>
      <dc:creator>ridaabderrahmane</dc:creator>
      <dc:date>2022-06-22T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Categories ID</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251864#M18341</link>
      <description>&lt;P&gt;well you can get the builintcategory here :&amp;nbsp;&lt;A href="https://www.revitapidocs.com/2022/c3334f01-3294-3214-8dbf-d4bb79bb54b1.htm" target="_blank"&gt;https://www.revitapidocs.com/2022/c3334f01-3294-3214-8dbf-d4bb79bb54b1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then use .Id to get the Id.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but what is the goal exactly?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 16:38:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251864#M18341</guid>
      <dc:creator>Yien_Chao</dc:creator>
      <dc:date>2022-06-22T16:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Categories ID</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251880#M18342</link>
      <description>&lt;P&gt;Thanks for the reply!&lt;BR /&gt;I was looking more for documentation of such a list with the ID attached for each category and a parent-child structure of it, rather than scrap it with a code. I need it more for research and mapping rather than runtime fetching.&amp;nbsp;&lt;BR /&gt;Any clue where we have it documented?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 16:43:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251880#M18342</guid>
      <dc:creator>bimmatch</dc:creator>
      <dc:date>2022-06-22T16:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Categories ID</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251896#M18343</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can check this spreadsheet, it contains what you need:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.google.com/spreadsheets/d/1uNa77XYLjeN-1c63gsX6C5D5Pvn_3ZB4B0QMgPeloTw/edit#gid=321091865" target="_blank"&gt;https://docs.google.com/spreadsheets/d/1uNa77XYLjeN-1c63gsX6C5D5Pvn_3ZB4B0QMgPeloTw/edit#gid=321091865&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 16:47:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251896#M18343</guid>
      <dc:creator>ridaabderrahmane</dc:creator>
      <dc:date>2022-06-22T16:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Categories ID</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251901#M18344</link>
      <description>&lt;P&gt;your best bet is the RevitAPI link i've posted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but if you dont want to code then check the addin by Jeremy Tammik (RevitLookup)&amp;nbsp; :&amp;nbsp;&lt;A href="https://github.com/jeremytammik/RevitLookup" target="_blank"&gt;https://github.com/jeremytammik/RevitLookup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 16:50:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11251901#M18344</guid>
      <dc:creator>Yien_Chao</dc:creator>
      <dc:date>2022-06-22T16:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Categories ID</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11252031#M18345</link>
      <description>Thanks</description>
      <pubDate>Wed, 22 Jun 2022 17:39:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11252031#M18345</guid>
      <dc:creator>bimmatch</dc:creator>
      <dc:date>2022-06-22T17:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Categories ID</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11252091#M18346</link>
      <description>Thanks a million.&lt;BR /&gt;A question: does Forge works with the same IDs?</description>
      <pubDate>Wed, 22 Jun 2022 18:00:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11252091#M18346</guid>
      <dc:creator>bimmatch</dc:creator>
      <dc:date>2022-06-22T18:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Categories ID</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11254489#M18347</link>
      <description>&lt;P&gt;You can create your own lists of Revit built-in and RVT document categories using The Building Coder samples command&amp;nbsp;&lt;U&gt;CmdCategories&lt;/U&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/jeremytammik/the_building_coder_samples/blob/master/BuildingCoder/CmdCategories.cs" target="_blank"&gt;https://github.com/jeremytammik/the_building_coder_samples/blob/master/BuildingCoder/CmdCategories.cs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Forge categories are completely different. Or, to put it stronger still, I do not believe such a thing exists. Forge is &lt;U&gt;domain agnostic&lt;/U&gt; and supports CAD models from all domains, e.g., architecture,&amp;nbsp;mechanical engineering, etc., and from a large variety of CAD seed files, cf.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forge.autodesk.com/en/docs/model-derivative/v2/developers_guide/supported-translations/" target="_blank"&gt;https://forge.autodesk.com/en/docs/model-derivative/v2/developers_guide/supported-translations/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revit categories may propagate through to Forge somehow with the BIM, but I doubt you will find any such concept in an Inventor, AutoCAD or 3D Studio file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 17:09:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/categories-id/m-p/11254489#M18347</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-06-23T17:09:26Z</dc:date>
    </item>
  </channel>
</rss>

