<?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>idea Group Edit mode in API en Revit Ideas</title>
    <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idi-p/9580423</link>
    <description>&lt;P&gt;Add a method for entering group edit mode. All i want to do is assign a group type name and the user gets flashed with a confusing warning. "A group has been changed outside group edit mode. The change is being allowed because there is only one instance of the type."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All Í do is create a group&lt;/P&gt;&lt;P&gt;group = doc.Create.NewGroup(ids);&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2020 15:14:16 GMT</pubDate>
    <dc:creator>MartenSKBISAB</dc:creator>
    <dc:date>2020-06-15T15:14:16Z</dc:date>
    <item>
      <title>Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idi-p/9580423</link>
      <description>&lt;P&gt;Add a method for entering group edit mode. All i want to do is assign a group type name and the user gets flashed with a confusing warning. "A group has been changed outside group edit mode. The change is being allowed because there is only one instance of the type."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All Í do is create a group&lt;/P&gt;&lt;P&gt;group = doc.Create.NewGroup(ids);&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 15:14:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idi-p/9580423</guid>
      <dc:creator>MartenSKBISAB</dc:creator>
      <dc:date>2020-06-15T15:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/10069286#M36498</link>
      <description>&lt;P&gt;yes, we need this!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 12:01:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/10069286#M36498</guid>
      <dc:creator>TimHevel</dc:creator>
      <dc:date>2021-02-09T12:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/10293127#M38616</link>
      <description>&lt;P&gt;I use &lt;A href="https://github.com/stenci/RevitGroupEditor" target="_blank" rel="noopener"&gt;this GroupEditor class&lt;/A&gt; to manage the ungroup - change - regroup process, but the limitations are huge.&lt;/P&gt;&lt;P&gt;If a class with a similar interface was available in the standard Revit APIs, it would make my life much easier.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 19:29:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/10293127#M38616</guid>
      <dc:creator>stefanome</dc:creator>
      <dc:date>2021-05-05T19:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/10293737#M38622</link>
      <description>&lt;P&gt;Copy paste from forum post:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Allow API access to group editing mode would be extremely helpful. We are an architecture firm, we use model groups heavily so lots of our work flow depends on it. (We used to work with lots of links but that didn't work well) Whenever there is a automation demand from users, it probably involves model group, and quite often I am hesitant to promise them anything because I know the ungroup-regroup workround is cumbersome and, sometimes, unstable. For us, this is one of the few pain points within Revit API that is really discouraging. I understand that getting API inside group editing mode might not be an easy task for the API team, since other "editing" modes are also missing from Revit API, but still, this is one of the most used functions in the whole software (needn't say an AutoCAD block analogy..), so lots of eager eyes are on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the "unstableness" of ungroup-regroup approach: the model behaves not exactly in the way as when editing a group from within. One example is that some child element on a host could trigger the "ungoup or create new group" dialog during ungroup-regroup, while editing group from UI won't.&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 02:24:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/10293737#M38622</guid>
      <dc:creator>zhuliyi0</dc:creator>
      <dc:date>2021-05-06T02:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11146783#M44689</link>
      <description>&lt;P&gt;We simply need to be able to enter group edit mode, edit elements inside the group, then exit with the option to Finish or Cancel as normal using the api, otherwise large parts of the model and elements that we would otherwise be able to interact with are unavailable to our Addins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Grouping is incredibly widely used for many valid reasons so simply leaving all elements included in a group beyond the reach of our Addins is unacceptable. We've been discussing and waiting for this basic functionality for over 10 years now, please, just implement it Autodesk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 11:10:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11146783#M44689</guid>
      <dc:creator>christopher_holden</dc:creator>
      <dc:date>2022-05-04T11:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11162819#M44845</link>
      <description>&lt;P&gt;Oh yes we need this. Have been trying to do something now with multiple linked Revit projects - and it works, but it very timeconsuming to maintain and edit. So groups would be a nice match for us - except we cant run our custom scripts to adjust a few custom parameters, because the elements are within a group. Please allow this. Just like it is currently possible with Assemblies - to edit elements (parameters, placement and so on) outside the Assembly editor.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 19:54:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11162819#M44845</guid>
      <dc:creator>gsMKSQ5</dc:creator>
      <dc:date>2022-05-11T19:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11242302#M45376</link>
      <description>&lt;P&gt;This is an important feature. please...&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 16:45:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11242302#M45376</guid>
      <dc:creator>SamBerk</dc:creator>
      <dc:date>2022-06-17T16:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11416854#M46784</link>
      <description>&lt;P&gt;Revit Groups themselves are not very useful as they stand for a normal user. It's not surprising that the API is just as incomplete.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 20:29:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11416854#M46784</guid>
      <dc:creator>psmith37YJ2</dc:creator>
      <dc:date>2022-09-12T20:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11586458#M48052</link>
      <description>&lt;P&gt;Highly demanded.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 21:44:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11586458#M48052</guid>
      <dc:creator>evgeny.kurbatov</dc:creator>
      <dc:date>2022-11-29T21:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11723050#M49382</link>
      <description>&lt;P&gt;Extremely needed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 01:47:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11723050#M49382</guid>
      <dc:creator>IC_KAI_ZHU</dc:creator>
      <dc:date>2023-02-02T01:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11773529#M49859</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Highly demanded.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 17:06:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11773529#M49859</guid>
      <dc:creator>BinghuiLi</dc:creator>
      <dc:date>2023-02-22T17:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11841356#M50456</link>
      <description>&lt;P&gt;This is a must, the day this become implemented it will be a game changer!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 08:14:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11841356#M50456</guid>
      <dc:creator>F.Garcia6Y866</dc:creator>
      <dc:date>2023-03-23T08:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11852787#M50516</link>
      <description>&lt;P&gt;must have!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 08:49:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/11852787#M50516</guid>
      <dc:creator>dangtrang</dc:creator>
      <dc:date>2023-03-28T08:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12251241#M53683</link>
      <description>&lt;P&gt;We are starting a huge workaround because this feature has never been implemented&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 15:36:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12251241#M53683</guid>
      <dc:creator>maxime.touchard7RAK6</dc:creator>
      <dc:date>2023-09-19T15:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12310349#M54099</link>
      <description>&lt;P&gt;please, edit mode of group is a must-have feature.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 01:17:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12310349#M54099</guid>
      <dc:creator>zefreestijl</dc:creator>
      <dc:date>2023-10-17T01:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12310740#M54103</link>
      <description>&lt;P&gt;Currently we are using : &lt;A href="https://github.com/stenci/RevitGroupEditor" target="_blank" rel="noopener"&gt;https://github.com/stenci/RevitGroupEditor&lt;/A&gt; as a workaround&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 07:18:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12310740#M54103</guid>
      <dc:creator>maxime.touchard7RAK6</dc:creator>
      <dc:date>2023-10-17T07:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12310745#M54104</link>
      <description>&lt;P&gt;Maxime, does this also preserve the attached detailgroups?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 07:20:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12310745#M54104</guid>
      <dc:creator>TimHevel</dc:creator>
      <dc:date>2023-10-17T07:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12576626#M56179</link>
      <description>&lt;P&gt;We need this!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 17:05:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12576626#M56179</guid>
      <dc:creator>mohammed.al-ghorabi</dc:creator>
      <dc:date>2024-02-22T17:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12631767#M56461</link>
      <description>&lt;P&gt;Really important feature to get access to in the API&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 09:54:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12631767#M56461</guid>
      <dc:creator>hemmesMW2F3</dc:creator>
      <dc:date>2024-03-11T09:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Group Edit mode in API</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12794751#M57839</link>
      <description>&lt;P&gt;Yes, we need this!&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 07:27:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/group-edit-mode-in-api/idc-p/12794751#M57839</guid>
      <dc:creator>esatis</dc:creator>
      <dc:date>2024-05-24T07:27:16Z</dc:date>
    </item>
  </channel>
</rss>

