<?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: ElementTransformUtils: Performance issue in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/13058172#M70920</link>
    <description>&lt;P&gt;I don't fully understand the conditions but roughly:&lt;/P&gt;&lt;P&gt;When the elements being rotated is in contact with a link architectural model, or even just generally within that architecture model (e.g. inside a room, midair), this method slows the program down considerably in comparison of doing the same away from the link model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another thing that I've noticed is that the document is being regenerated many many times in some cases where it is slowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if it is this particular model's problem, but it happens. So far, I've only noticed this one case. Runs nicely otherwise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using RevitAPI 2022 in Revit 2024.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2024 20:55:31 GMT</pubDate>
    <dc:creator>fwang52MYR</dc:creator>
    <dc:date>2024-10-01T20:55:31Z</dc:date>
    <item>
      <title>ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/5775624#M70906</link>
      <description>&lt;P&gt;Hi Autodesk,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a bunch of FamilyInstances that must be&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;created&lt;/LI&gt;&lt;LI&gt;parameterized&lt;/LI&gt;&lt;LI&gt;moved and rotated&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mentioned a significant performance decrease when doing the third point, there is a factor of 50.&lt;/P&gt;&lt;P&gt;Creating and setting parameters works like a charm, the operation is finished within the blink of an eye.&lt;/P&gt;&lt;P&gt;But when I move or rotate elements afterwards, this will slow down the operation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My family is neither element hosted nor face hosted.&lt;/LI&gt;&lt;LI&gt;My TransactionMode is "manual".&lt;/LI&gt;&lt;LI&gt;During the process, there is no document regeneration invoked.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems that&lt;EM&gt; just moving&lt;/EM&gt; elements triggers some internal checks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, here is my question:&lt;/P&gt;&lt;P&gt;Is there a way to disable Revit's consistency checks, temporarily ?&lt;/P&gt;&lt;P&gt;Something like the "virtualmode" when filling a DataGridView control...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, please put it on the wish list for the next Revit version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Revitalizer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 12:45:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/5775624#M70906</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2015-08-18T12:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/5776122#M70907</link>
      <description>&lt;P&gt;Dear Revitalizer,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for reporting this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please submit a minimal reproducible case for me to pass on to the development team, both to prove the problem exists and to prove that it is resolved, if possible:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/about-the-author.html#1b" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/about-the-author.html#1b&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mille grazie!&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>Tue, 18 Aug 2015 15:59:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/5776122#M70907</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-08-18T15:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/5776155#M70908</link>
      <description>&lt;P&gt;In fact, I have already started a discussion about the case here (the Revit R&amp;amp;D). Since&amp;nbsp;the transform utils are largely&amp;nbsp;based on internal copy &amp;amp; paste code it is very likely there are some&amp;nbsp;intermediate regenerations going on when even translating&amp;nbsp;elements. However, we do not think regeneration&amp;nbsp;alone&amp;nbsp;ought to be dramatically slow unless something else si causing the slowdown. Revitalizer mentioned that his instances are non-hosted, but&amp;nbsp;without actually having those instance on hand we cannot pin-point the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be accurate and honest, we too agree that there should be no regeneration&amp;nbsp;involved in the individual transform. Alas, there are now, and it'll take a while before&amp;nbsp;we'll be able to refactor the code. It is on our list, though, and we are aware of the problem.(Again, in most cases, the intermediate regeneration ought&amp;nbsp;not to be a source of dramatic slowness, at least in the cases as discussed here.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 16:11:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/5776155#M70908</guid>
      <dc:creator>arnostlobel</dc:creator>
      <dc:date>2015-08-18T16:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/5781353#M70909</link>
      <description>&lt;P&gt;Dear Rudi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your sample material communicated by private email.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached them to your ADN case&amp;nbsp;&lt;U&gt;11025652&lt;/U&gt; [ElementTransformUtils: Performance issue] and&amp;nbsp;logged the issue &lt;U&gt;REVIT-74269&lt;/U&gt; [ElementTransformUtils performance] with our development team for it&amp;nbsp;on your behalf as it requires further exploration and possibly a modification to our software. Please make a note of this number for future reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&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>Fri, 21 Aug 2015 07:00:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/5781353#M70909</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-08-21T07:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/6838765#M70910</link>
      <description>&lt;P&gt;any news about this?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2017 16:07:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/6838765#M70910</guid>
      <dc:creator>mahmouds12</dc:creator>
      <dc:date>2017-01-29T16:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7007414#M70911</link>
      <description>&lt;P&gt;Dear Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any news about this issue&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 18:20:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7007414#M70911</guid>
      <dc:creator>mahmouds12</dc:creator>
      <dc:date>2017-04-10T18:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7007606#M70912</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Mahmouds12,&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;Nothing new beyond what I communicated above to Rudi:&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 development team analysed the issue &lt;U&gt;&lt;STRONG&gt;REVIT-74269&lt;/STRONG&gt;&lt;/U&gt; [ElementTransformUtils performance] that I submitted on your behalf.&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;We have concluded that the element transform utility functions should be rewritten without relying on the copy-paste framework. That is a major project from the "maybe someday" category, so I will close this with "Code fix needed."&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 new case number now is &lt;STRONG&gt;&lt;U&gt;REVIT-74636&lt;/U&gt;&lt;/STRONG&gt; [ElementTransformUtils performance].&lt;BR /&gt; &lt;BR /&gt;Furthermore, the development team upgraded its importance to 'Major'.&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, there is no saying how long this will take.&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 am still waiting for Rudi's reproducible case...&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, 10 Apr 2017 19:38:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7007606#M70912</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-04-10T19:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7009258#M70913</link>
      <description>&lt;P&gt;Thanks Jeremy...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Until this issue is fixed, is there any workaround that can be done to &lt;STRONG&gt;rotate&lt;/STRONG&gt; Revit elements without relying on &lt;SPAN&gt;ElementTra&lt;/SPAN&gt;&lt;SPAN&gt;nsformUtil&lt;/SPAN&gt;&lt;SPAN&gt;s?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mahmoud S. Habib,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Handaz LLC&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:41:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7009258#M70913</guid>
      <dc:creator>mahmouds12</dc:creator>
      <dc:date>2017-04-11T13:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7009449#M70914</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&lt;SPAN&gt;'m confused:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Thank you for your sample material communicated by private email."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"I am still waiting for Rudi's reproducible case..."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I don't remember the content of my email, but "sample material" sounds like "reproducible case".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rudi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 14:39:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7009449#M70914</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2017-04-11T14:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7009546#M70915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if your Element&lt;SPAN&gt;'&lt;/SPAN&gt;s Location is a LocationPoint, it has a Rotate(line, angle) method.&lt;/P&gt;
&lt;P&gt;If it has a LocationCurve Location, its Curve property may be set by a transformed/rotated curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 15:17:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7009546#M70915</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2017-04-11T15:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7667432#M70916</link>
      <description>&lt;P&gt;Dear Rudi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On my prompting, the development team revisited the issue REVIT-74636 [[API] ElementTransformUtils performance] and say:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. We don't have a fix planned for this yet. And the work required would be significant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. I agree. This issue hasn't been prioritised by our team. From reading the comments and the forum, it sounds like there is no quick fix for this issue and that the utility needs to be rewritten to not use copy-paste framework. We are currently prioritising other initiatives. Please reach out and provide a business case if you want to escalate this further. Sorry about that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I would suggest submitting an API wish to the Revit Idea Station for this and collect many votes for it to underline its importance to the add-in developer community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the moment, as a workaround, I would suggest using other means to apply a transform to a large number of elements, enabling you to control the transaction handling explicitly yourself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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>Fri, 05 Jan 2018 16:25:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/7667432#M70916</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2018-01-05T16:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/9545011#M70917</link>
      <description>&lt;P&gt;Well I hope is not too late, but I found a solution using&amp;nbsp;&lt;SPAN&gt;ElementTransformUtils.MoveElements instead of Moving each an every element from an iteration.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So basically I have created a Dictionary with XYZ keys and List of Elements values:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dictionary&amp;lt;XYZ, List&amp;lt;ElementId&amp;gt;&amp;gt; elementsToMoveDictionary = new Dictionary&amp;lt;XYZ, List&amp;lt;ElementId&amp;gt;&amp;gt;(new XYZEqualityComparer());&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Of course for this dictionary to work I had to make a&amp;nbsp;equality comparer...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;class XYZEqualityComparer : IEqualityComparer&amp;lt;XYZ&amp;gt;
    {
        public bool Equals(XYZ a, XYZ b)
        {
            return a.X == b.X &amp;amp;&amp;amp; a.Y == b.Y &amp;amp;&amp;amp; a.Z == b.Z;
        }

        public int GetHashCode(XYZ x)
        {
         //GetHash
        }
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the iteration of elements is done I'll just move a Lists of elements:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;foreach(XYZ translation in elementsToMoveDictionary.Keys)&lt;BR /&gt;{&lt;BR /&gt;ElementTransformUtils.MoveElements(doc, elementsToMoveDictionary[translation], translation);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will not help if you have lots of different translations, but for my problems worked like a charm because I had a lot of Elements that I had to move with same translation.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 06:41:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/9545011#M70917</guid>
      <dc:creator>alexpaduroiu</dc:creator>
      <dc:date>2020-05-28T06:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/13048231#M70918</link>
      <description>&lt;P&gt;Troubleshooting my plug-in for performance issue led me here....&amp;nbsp;&lt;/P&gt;&lt;P&gt;Method in question for me is &lt;STRONG&gt;ElementTransformUtils.RotateElement() in RevitAPI 2022&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a bunch of instances (up to about 150), each have a different axis and angle for rotation. I notice that under certain condition, it slows the process significantly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it fixed in 2024? Or are there workarounds for this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 20:24:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/13048231#M70918</guid>
      <dc:creator>fwang52MYR</dc:creator>
      <dc:date>2024-09-26T20:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/13049001#M70919</link>
      <description>&lt;P&gt;Rotating 150 instances ought to be very quick. What conditions are slowing it down for you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 06:17:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/13049001#M70919</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2024-09-27T06:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: ElementTransformUtils: Performance issue</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/13058172#M70920</link>
      <description>&lt;P&gt;I don't fully understand the conditions but roughly:&lt;/P&gt;&lt;P&gt;When the elements being rotated is in contact with a link architectural model, or even just generally within that architecture model (e.g. inside a room, midair), this method slows the program down considerably in comparison of doing the same away from the link model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another thing that I've noticed is that the document is being regenerated many many times in some cases where it is slowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if it is this particular model's problem, but it happens. So far, I've only noticed this one case. Runs nicely otherwise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using RevitAPI 2022 in Revit 2024.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 20:55:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/elementtransformutils-performance-issue/m-p/13058172#M70920</guid>
      <dc:creator>fwang52MYR</dc:creator>
      <dc:date>2024-10-01T20:55:31Z</dc:date>
    </item>
  </channel>
</rss>

