<?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: Using DesignScript in Revit addin in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8205896#M48233</link>
    <description>&lt;P&gt;Hi Hzamana,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Discussed with our developer, while running Dynamo,&amp;nbsp;it will do some initialization work for the geometry library, so if you want to run the Dynamo&amp;nbsp;&amp;amp;&amp;nbsp;&lt;SPAN&gt;DesignScript code in Revit Addin without running dynamo itself, unfortunately, I don't think it's working at this point.&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Aug 2018 06:30:57 GMT</pubDate>
    <dc:creator>zhong_wu</dc:creator>
    <dc:date>2018-08-17T06:30:57Z</dc:date>
    <item>
      <title>Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8203199#M48232</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to make an addin which involves in complex geometry manipulation. I personally find Revit API really cumbersome and tough, and sometimes impossible when it comes to geometry manipulation. So I was looking for other means to do this. One option which came to my mind is the DesignScript library which is also used in Dynamo. In Dynamo one can create an&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Autodesk.DesignScript.Geometry.Line&lt;/PRE&gt;&lt;P&gt;and use a method called&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ToRevitType()&lt;/PRE&gt;&lt;P&gt;to convert it to&lt;/P&gt;&lt;PRE&gt;Autodesk.Revit.DB.Curve&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I was wondering if it would be possible to do the same thing in a Revit addin? Basically get DesignScript to do the heavy lifting and then convert the final objects to the Revit types to be used by Revit API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any input is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 07:35:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8203199#M48232</guid>
      <dc:creator>hzamani</dc:creator>
      <dc:date>2018-08-16T07:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8205896#M48233</link>
      <description>&lt;P&gt;Hi Hzamana,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Discussed with our developer, while running Dynamo,&amp;nbsp;it will do some initialization work for the geometry library, so if you want to run the Dynamo&amp;nbsp;&amp;amp;&amp;nbsp;&lt;SPAN&gt;DesignScript code in Revit Addin without running dynamo itself, unfortunately, I don't think it's working at this point.&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:30:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8205896#M48233</guid>
      <dc:creator>zhong_wu</dc:creator>
      <dc:date>2018-08-17T06:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8205912#M48234</link>
      <description>&lt;P&gt;So hypothetically speaking we must be able to do the geometry library initialisation in the addin directly in the OnStartup or when ExternalCommand is called, the same way that Dynamo does?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I can't find any documentation on DesignScript, is the library available for download anywhere?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:40:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8205912#M48234</guid>
      <dc:creator>hzamani</dc:creator>
      <dc:date>2018-08-17T06:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8205943#M48235</link>
      <description>&lt;P&gt;I don't think it's an easy work to initialize the geometry in OnStartup()&amp;nbsp;or Execute(), it's Dynamo internal, should have much dependency. But since Dynamo is open source at&amp;nbsp;&lt;A href="https://github.com/DynamoDS/Dynamo" target="_blank"&gt;https://github.com/DynamoDS/Dynamo&lt;/A&gt;,&lt;SPAN&gt;&amp;nbsp;you could&amp;nbsp;check the detail code by browsing the C# project.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But another idea is to run Dynamo&amp;nbsp;script in Revit addin, FYI, one guy suggested a tool called Dyno (&amp;nbsp;tools.prorubim.com/en/dyno )&amp;nbsp; which is doing that, please check the the post &lt;A href="https://forums.autodesk.com/t5/revit-api-forum/how-to-open-dynamo-file-through-revit-addin/td-p/7016648" target="_blank"&gt;https://forums.autodesk.com/t5/revit-api-forum/how-to-open-dynamo-file-through-revit-addin/td-p/7016648&lt;/A&gt; for more information in case it helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:56:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8205943#M48235</guid>
      <dc:creator>zhong_wu</dc:creator>
      <dc:date>2018-08-17T06:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8218170#M48236</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply and input but please allow me not to accept this as a solution. As far as I understand Autodesk doesn't want to encourage people to use DesignScript in their addins as next to nothing information exists on the web about instantiating it and the library itself is also not available as separate download. In other words although Dynamo is opensource, DesignScript is not. Of course using Dynamo in the addin is an option but that is going to cost a lot of memory and performance to instantiate DynamoRevitModel and DynamoCore just to use DesignScript.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wondering if&amp;nbsp;anyone else has looked into using other geometry libraries such as GeometRi or MathNet.Spatial?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 23:52:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8218170#M48236</guid>
      <dc:creator>hzamani</dc:creator>
      <dc:date>2018-08-22T23:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8456653#M48237</link>
      <description>&lt;P&gt;I am also looking for the design scrip documentation. For some reason I am unable to convert a Revit space to a Dynamo solid geometry element. I can get the Revit solid but I am unable to convert it to something Dynamo is able to use.&amp;nbsp; This means that all other things I need to do with the space must be coded in the Revit API as opposed to using existing Dynamo Nodes. Would using "Convert" in the Design Script library solve my problem? If so, what are the inputs I need to give? If there was documentation I might find an answer?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 11:13:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8456653#M48237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-10T11:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8686766#M48238</link>
      <description>&lt;P&gt;I am also quite interested in using DesignScript in a Revit Addin. As hzamani mentioned making geometrical operation with the Revit API is between really complicated and impossible, while the same tasks with DesignScript would be quite simple.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does any one manage to use DesginScript in an Addin?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 11:10:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8686766#M48238</guid>
      <dc:creator>p.alvarez.rio</dc:creator>
      <dc:date>2019-03-27T11:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8688765#M48239</link>
      <description>&lt;P&gt;This is a bad idea. Granted using the Revit API for geometry processes is more challenging in comparison to the ProtoGeometry library (Dynamo's geometry library), but you're creating even more problems further downstream.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Consider the following:&lt;/P&gt;
&lt;P&gt;1. ProtoGeometry elements are not compatible with the Revit API, its a completely independent geometry library and requires conversion to Revit API types which will hammer performance.&lt;/P&gt;
&lt;P&gt;2. The library is inefficient and lacks a light-weight geometry library and will compound the problems associated with geometry conversion.&lt;/P&gt;
&lt;P&gt;3. Converting from ProtoSolids to Revit API solids is a minefield (ShapeBuilder? SAT to DirectShape? ToRevitType()?) which in many cases fails and there are no solutions. (cylindrical solids are a good example - simple elements which fail conversion).&lt;/P&gt;
&lt;P&gt;4. Converting Proto arcs to Revit API arcs fails (see &lt;A href="https://github.com/DynamoDS/DynamoRevit/issues/1919" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;and &lt;A href="https://github.com/DynamoDS/DynamoRevit/issues/1918" target="_blank" rel="noopener"&gt;here&lt;/A&gt;) and there are issues with Dynamo 'Curves' (yep, they actually have an abstract class as a top-level class) to HermiteSplines.&lt;/P&gt;
&lt;P&gt;5. You will create a dependency with Dynamo and be forced to either launch Dynamo before running your app to make API calls to the ProtoGeometry library or distribute Dynamo with your add-in which then causes conflicts with the Dynamo installation on the users machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Practically everything in the ProtoGeometry library can be achieved using the Revit API. I would spend the extra time using it (the Revit API) as the additional time and effort will be significantly less than the amount of time you'll waste trying to convert the geometry into something usable in the Revit API.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 23:34:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/8688765#M48239</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2019-03-27T23:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/9027793#M48240</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3608633"&gt;@thomas&lt;/a&gt;&amp;nbsp;I doubt that everything in Dynamo Geometry can be achieved by using Revit API. Could you find the intersections of two Faces in Revit API so that it returns a Face, Curve, or NotIntersected? I'm afraid not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 16:25:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/9027793#M48240</guid>
      <dc:creator>htlcnn</dc:creator>
      <dc:date>2019-09-16T16:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/9028309#M48241</link>
      <description>&lt;P&gt;There is always the possibility, for example, if there is a method in the ASM (which both Revit and Dynamo use, hence why in theory, anything Dynamo can do, can also be done via the Revit API) which isn't publicly exposed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are wrong about claiming there is no way to perform a face v face intersection via the Revit API and return a curve.&amp;nbsp;You need to use the Face class Intersect method which sets the curve via its out parameter as shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To establish if two faces intersect, simply evaluate the&amp;nbsp;FaceIntersectionFaceResult enum which this method returns. A face &amp;gt; face intersection doesn't make much sense, I think you mean trim a face with another face, like punching a hole through a source face and cutting face? You cant do that in Dynamo or Revit, but there are still workarounds.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ultimately this all boils down to the right tool for the right job: Revit and Dynamo have their uses, but there are far more powerful computational and parametric design tools out there with highly evolved geometry engines which may suit your workflow better. Grasshopper/Rhino or Microstation/GC are two alternatives which each have their own pro's and con's but underpinned by highly sophisticated geometry engines which easily surpass Revit/Dynamo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest you use &lt;A href="https://www.revitapidocs.com/" target="_blank"&gt;https://www.revitapidocs.com&lt;/A&gt;&amp;nbsp;and search for what you need so you can ascertain whether a function in Dynamo is in the Revit API (99% of cases the answer is yes), or if you just have a general goal, its always a good start point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/677799i2CC10FCBDF3993F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 19:46:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/9028309#M48241</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2019-09-16T19:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/9038559#M48242</link>
      <description>&lt;P&gt;I doubt that you really used that method to get Face vs Face intersection. I'm also very familiar with Revit API SDK and revitapidocs.com (and apidocs.co recently). There are even some blog posts on thebuildingcoder that prove the Face.Intersect(Face, out Curve) method doesn't really do what its name might imply. If you haven't tried, I'll save your time by confirming that the method always returns a result, even if two bounded faces are not intersected. For reference, here's latest blog on that topic:&amp;nbsp;&lt;A href="https://thebuildingcoder.typepad.com/blog/2019/09/face-intersect-face-is-unbounded" target="_blank" rel="noopener"&gt;https://thebuildingcoder.typepad.com/blog/2019/09/face-intersect-face-is-unbounded&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I read and write code every single day.&amp;nbsp;I hope you won't feel sleepy reading those lines of code. You could relax your eyes by seeing and understanding images in that blog post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About Dynamo's geometry capability, I also doubt that you really used Dynamo to do any geometry intersection. I've used it many times and getting a hole on a Face is easy as connecting Nodes using Wires. Don't believe? Try it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 13:14:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/9038559#M48242</guid>
      <dc:creator>htlcnn</dc:creator>
      <dc:date>2019-09-21T13:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/12373517#M48243</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I just needed run CivilConnection from a revit addin so that i want to have more control to bring data from Civil3d to Revit. This is how i found that topic.&lt;/P&gt;&lt;P&gt;I have also couldnt run ProtoGeometry.dll but after some digging inside the Dynamo Sandbox i managed to run it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code extracted is below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DynamoModel model;&lt;BR /&gt;model = StartupUtils.MakeModel(false);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is somehow managing the related ASM libraries to load and some other management.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just wanted to ask also the subject is about 4-5 years back so if anybody found a more elegant solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 11:02:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/12373517#M48243</guid>
      <dc:creator>yekose</dc:creator>
      <dc:date>2023-11-13T11:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/12373531#M48244</link>
      <description>&lt;P&gt;There is a much better/more elegant way nowadays: Rhino Inside. We've successfully implemented it into a Revit addin with amazing results and are currently doing the same for an enterprise-grade AutoCAD addin. RhinoCommon and its geometry library are leaps and bounds ahead of ProtoGeometry. If you're looking for alternatives as the Revit API isn't cutting it, Rhino.Inside (inside-professionally-developed-GUI-applications) is a no-brainer IMO.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 11:10:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/12373531#M48244</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2023-11-13T11:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/13982406#M85183</link>
      <description>&lt;P&gt;I'm also looking for a way to use Dynamo methods and properties within my plugin. Why recreate the wheel if we already have methods in the libraries that Dynamo uses? It seems wrong not to be able to take advantage of them. On another note, I came across a video of someone manipulating the Dynamo library, but I don't know how they did it because when I try it, I get errors. If anyone has managed to get it working, please share your experience and process. Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=7WN4Xi95Lek" target="_blank"&gt;https://www.youtube.com/watch?v=7WN4Xi95Lek&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 18:00:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/13982406#M85183</guid>
      <dc:creator>ARQ_AMMEDRIVEROS</dc:creator>
      <dc:date>2026-01-19T18:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using DesignScript in Revit addin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/13982445#M85187</link>
      <description>&lt;P&gt;Use Rhino.Inside. Its NURBS based, has significantly more geometric capability than Dynamo, and it avoids the dll runtime exceptions you'll inevitably trigger by initializing Dynamo assemblies before Dynamo does. We've been using Rhino.Inside in enterprise-grade plug-ins since 2020 so it scales and does any geometry operation you'll ever need for AEC purposes. Dynamo's geometric functionality is lacklustre by comparison.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.bimorph.com/work/vertical-formwork-automation" target="_blank" rel="noopener"&gt;https://www.bimorph.com/work/vertical-formwork-automation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 18:50:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/using-designscript-in-revit-addin/m-p/13982445#M85187</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2026-01-19T18:50:06Z</dc:date>
    </item>
  </channel>
</rss>

