<?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: Create curved sections! in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8937351#M40812</link>
    <description>&lt;P&gt;Thanks Jeremy for your answer! Is an honour to have you in my network...&lt;/P&gt;&lt;P&gt;I hope we will meet again soon, let me know when you come down under.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was aware that Revit API and Revit are quite at the same pace... Unfortunately. I was hopping more API could be released as we now can have new geometry since R19?&lt;/P&gt;&lt;P&gt;Cylindric projection should not be a problem for Revit and because there are circular grid should have the view tool adapted to that, I guess is a long term requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my problem today I need a solution, I have 2 choices, find someone to build the tool for us or teach our team coders to learn how to create that tool. It will not be simple as the project has a complex structure and MEP to LOD350!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need something ASAP, can you recommend me the best strategy to achieve this?&lt;/P&gt;&lt;P&gt;Suggest a consultant/Autodesk dev/guidance to code?&lt;/P&gt;&lt;P&gt;Thanks so much for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;BIM Manager at Architectus NZ.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2019 23:17:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-29T23:17:41Z</dc:date>
    <item>
      <title>Create curved sections!</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8931972#M40809</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am working in very large projects where the whole building is radial, keep parallelism is imposible, but the worst is radial sections, we have 100-400m sections to produce.&lt;/P&gt;&lt;P&gt;Do anyone know if with the API is possible to create a new section tool?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;alex&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 05:46:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8931972#M40809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-26T05:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create curved sections!</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8932490#M40810</link>
      <description>&lt;P&gt;The API doesn't allow you to do anything you cant already do OOTB with Revit, so no.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in theory it would be possible by writing an algorithm which could generate the section (output as detail lines for example) by processing the geometry which hits your section line. This would however be quite a significant undertaking, and there would be limitations, such as restricting the process to only output the section cut, as projections would either need to be stretched or shrunk depending on which forward-direction your section cut is taking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 11:36:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8932490#M40810</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2019-07-26T11:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create curved sections!</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8936345#M40811</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Alex,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Nice to hear from you again after a long time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope you are doing well down under.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your query, and many thanks to Thomas for his helpful point.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If Revit does not support full-fledged curved sections OOTB, then you cannot create them programmatically either.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, you could perfectly well create something quite similar yourself using the API.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The most difficult part to achieve might be full associativity.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, it sounds to me as if you can save thousands of hours by creating them programmatically.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, you presumably have a pretty clear spec on what you need to see and what not in your curved sections.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Obviously you can draw a curve through the model, use that API to determine what is located vertically above it at what point, and represent that in a useful way.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So, I would say yes, you can probably programmatically achieve what you need, or at least the most important aspects of it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 14:02:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8936345#M40811</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-07-29T14:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create curved sections!</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8937351#M40812</link>
      <description>&lt;P&gt;Thanks Jeremy for your answer! Is an honour to have you in my network...&lt;/P&gt;&lt;P&gt;I hope we will meet again soon, let me know when you come down under.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was aware that Revit API and Revit are quite at the same pace... Unfortunately. I was hopping more API could be released as we now can have new geometry since R19?&lt;/P&gt;&lt;P&gt;Cylindric projection should not be a problem for Revit and because there are circular grid should have the view tool adapted to that, I guess is a long term requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my problem today I need a solution, I have 2 choices, find someone to build the tool for us or teach our team coders to learn how to create that tool. It will not be simple as the project has a complex structure and MEP to LOD350!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need something ASAP, can you recommend me the best strategy to achieve this?&lt;/P&gt;&lt;P&gt;Suggest a consultant/Autodesk dev/guidance to code?&lt;/P&gt;&lt;P&gt;Thanks so much for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;BIM Manager at Architectus NZ.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 23:17:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8937351#M40812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T23:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create curved sections!</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8946766#M40813</link>
      <description>&lt;P&gt;You could always contact Autodesk Consulting Services:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.autodesk.com/services-support/consulting/overview" target="_blank"&gt;https://www.autodesk.com/services-support/consulting/overview&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, maybe somebody here in this forum might be up for the job?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2019 18:47:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8946766#M40813</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-08-03T18:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create curved sections!</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8947103#M40814</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp; I run a software engineering company that develops bespoke add-ins for Revit which might be of interest if you want another option. We specialise in computational design/BIM and are authorised Autodesk developers. Our Autodesk Services Marketplace is here: &lt;A href="https://servicesmarketplace.autodesk.com/provider/public/bimorph-digital-engineering" target="_blank"&gt;https://servicesmarketplace.autodesk.com/provider/public/bimorph-digital-engineering&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2019 10:29:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8947103#M40814</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2019-08-04T10:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create curved sections!</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8947478#M40815</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;Thanks so much for your offer! I am considering it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am internally discussing with the team if we have budget and/or resources to built a API tool, I believe we should after Jeremy's message with some hope... Once we are ready I will contact you to provide more details.&lt;/P&gt;&lt;P&gt;I will keep you updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2019 21:14:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/8947478#M40815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-04T21:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create curved sections!</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/10013452#M40816</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;Hi Alex, how did you solve it in the end? I use Sofistik Bridge Modeller for curved sections. They're not associative, but I doubt we'll get there anytime soon, so I've accepted that for the time being. What bothers me however is the need to define the section plane in terms of road alignment, which makes it unnecessarily hard to use in the context of buildings. So if someone can do better, I'd like to know.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 17:40:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/10013452#M40816</guid>
      <dc:creator>vancikv</dc:creator>
      <dc:date>2021-01-19T17:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create curved sections!</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/12837856#M40817</link>
      <description>&lt;P&gt;&lt;A href="https://ko-fi.com/s/4b63949aef" target="_blank"&gt;https://ko-fi.com/s/4b63949aef&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 16:12:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/12837856#M40817</guid>
      <dc:creator>evanPLHAJ</dc:creator>
      <dc:date>2024-06-13T16:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create curved sections!</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/13021232#M40818</link>
      <description>&lt;P&gt;Hey, Feel free to look at this solution&amp;nbsp;&lt;A href="https://youtu.be/RpsQUhJ6I5s" target="_blank"&gt;https://youtu.be/RpsQUhJ6I5s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you can also download this plugin at&amp;nbsp;&lt;A href="https://ko-fi.com/s/2063b18f6d" target="_blank"&gt;https://ko-fi.com/s/2063b18f6d&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2024 20:44:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-curved-sections/m-p/13021232#M40818</guid>
      <dc:creator>nour.abdelazeez00</dc:creator>
      <dc:date>2024-09-14T20:44:35Z</dc:date>
    </item>
  </channel>
</rss>

