<?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: Remaking CAD objects necessary in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/remaking-cad-objects-necessary/m-p/6778100#M61375</link>
    <description>&lt;P&gt;I summarised my recommendation for readability and future reference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2017/01/happy-new-year-c-crypto-and-content.html#4" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2017/01/happy-new-year-c-crypto-and-content.html#4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy New year!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jan 2017 12:14:44 GMT</pubDate>
    <dc:creator>jeremytammik</dc:creator>
    <dc:date>2017-01-02T12:14:44Z</dc:date>
    <item>
      <title>Remaking CAD objects necessary</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/remaking-cad-objects-necessary/m-p/6752234#M61372</link>
      <description>&lt;P&gt;We are an office furniture manufacturer that purchased the Revit software in order to offer our customers our products in the .rfa format. &amp;nbsp;We have hundreds&amp;nbsp;of products in CAD &amp;amp; various other 3D formats. &amp;nbsp;We've been told we would need to remake every one of our products in Revit from scratch. &amp;nbsp;However, I've been able to import our CAD files and work with them in the software but I was told that because they weren't made natively in Revit that they're essentially useless. &amp;nbsp;Is this true and if so, what sort of training would be required to move forward? &amp;nbsp;Can't we just add the dimension information to our previously made items within Revit? &amp;nbsp;We've been quoted thousands just to make a portion of our library into Revit families and we've already spent thousands leasing the software thus far with no success.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please direct us if possible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 17:24:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/remaking-cad-objects-necessary/m-p/6752234#M61372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-15T17:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remaking CAD objects necessary</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/remaking-cad-objects-necessary/m-p/6754476#M61373</link>
      <description>&lt;P&gt;Sorry to hear that this issue is troubling you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I always recommend generating all such libraries completely parametrically from scratch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That would have meant, way back then before you created any CAD content at all, defining a programmatic way to generate that CAD content from a database of parametric definitions and lists of dimensions of all your library parts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have been recommending that approach (mostly in vain) for about four decades now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The people who listened to it back then are very happy now that they did.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They are all too few.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most people go and implement CAD content by hand, over and over again, every time the system changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, so be it then.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the content is generated programmatically from a database of rules and dimensions, you can simply implement a new content generator for each system that you wish to populate. The database content driving it remains unchanged.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Back to your issue at hand:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have tested using families based on the imported CAD geometry in Revit without problems, then that is obviously a feasible option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you really need to test that this really works under all circumstances.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, if you are a chair manufacturer, try using your CAD-import-based family in a hospital or airport with thousands or tens of thousands of instances.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That may cause problems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Furthermore, it might not be easy to equip the CAD-import-based parts with all the dimensions&amp;nbsp;that drive their different sizes, aka family types aka&amp;nbsp;symbols.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a recommendation to think twice before importing CAD into RFA:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2016/09/avoid-cad-import-in-rfa-aag16-and-endtrip.html#2" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2016/09/avoid-cad-import-in-rfa-aag16-and-endtrip.html#2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On a completely different note, please be aware that&amp;nbsp;this discussion forum is dedicated to programming Revit using the Revit API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore, you cannot really expect any good answers to a question such as yours relating to product usage and content creation here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should try one of the non-API Revit product support discussion forums instead for that:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/revit-api/this-forum-is-for-revit-api-programming-questions-not-for/td-p/5607765" target="_blank"&gt;http://forums.autodesk.com/t5/revit-api/this-forum-is-for-revit-api-programming-questions-not-for/td-p/5607765&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The people there are much better equipped to answer your question than us programming nerds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this clarifies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your understanding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck finding an efficient and viable solution for your task!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 15:56:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/remaking-cad-objects-necessary/m-p/6754476#M61373</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-12-16T15:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remaking CAD objects necessary</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/remaking-cad-objects-necessary/m-p/6758265#M61374</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/413917"&gt;@jeremytammik&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your reply,&lt;/P&gt;&lt;P&gt;Your post along with the provided links will help me rationalize to the company why we need to create the content natively.&lt;/P&gt;&lt;P&gt;I'm essentially a one man band over here and re-making all of the thousands of items from scratch, especially when coding&lt;/P&gt;&lt;P&gt;is not my forte, is not a feasible option. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I greatly appreciate your reply!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 15:29:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/remaking-cad-objects-necessary/m-p/6758265#M61374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T15:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remaking CAD objects necessary</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/remaking-cad-objects-necessary/m-p/6778100#M61375</link>
      <description>&lt;P&gt;I summarised my recommendation for readability and future reference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2017/01/happy-new-year-c-crypto-and-content.html#4" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2017/01/happy-new-year-c-crypto-and-content.html#4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy New year!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 12:14:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/remaking-cad-objects-necessary/m-p/6778100#M61375</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-01-02T12:14:44Z</dc:date>
    </item>
  </channel>
</rss>

