<?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: API - can't keep elements joined in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11131536#M19428</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your reply&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/116073"&gt;@homer_anave&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Theoretically (mathematically), the void you show on cutsolid3.png should pass through the solid.&lt;/P&gt;&lt;P&gt;It works most of the time, but sometimes Revit creates very slight offsets between solid and void. As you mention, complex geometry might be the cause.&lt;/P&gt;&lt;P&gt;Anyway, I will "cheat" by slightly increase profils surfaces and lengths of the path of the void. I hope it will help to avoid this issue.&lt;/P&gt;&lt;P&gt;Sincerely.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 07:17:01 GMT</pubDate>
    <dc:creator>RECArchi</dc:creator>
    <dc:date>2022-04-27T07:17:01Z</dc:date>
    <item>
      <title>API - can't keep elements joined</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11129095#M19426</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using API, when I cut a solid with a void, I have no problem if the solid has flat sketch (on 0XY plane).&lt;/P&gt;&lt;P&gt;However, as soon as there are slopes, sometimes (not always) revit can't cut geometry. I get the message "Revit can't keep elements joined". See attached family, solid can't be cut.&lt;/P&gt;&lt;P&gt;Is there a trick to be implemented on a code wich could avoid this message and manage to cut solids regardless of the shape of solids ?&lt;/P&gt;&lt;P&gt;I want a general solution to implement on a code, not a solution to the specific family I attached.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Sincerely.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 10:26:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11129095#M19426</guid>
      <dc:creator>RECArchi</dc:creator>
      <dc:date>2022-04-26T10:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: API - can't keep elements joined</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11130969#M19427</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Looking at the family you attached, it seems that the void was not properly created to cut through the solid form.&lt;/P&gt;&lt;P&gt;The void form you created does not pass through the solid, hence the error.&lt;BR /&gt;As you may know, Revit is not built to process complex geometry modifications unlike 3ds Max and Inventor.&lt;BR /&gt;In this case, you must either pass the void through the solid so that the void will cut through the solid properly.&lt;/P&gt;&lt;P&gt;If this can be done with just Revit modeling, so can the API.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 00:47:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11130969#M19427</guid>
      <dc:creator>homer_anave</dc:creator>
      <dc:date>2022-04-27T00:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: API - can't keep elements joined</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11131536#M19428</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your reply&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/116073"&gt;@homer_anave&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Theoretically (mathematically), the void you show on cutsolid3.png should pass through the solid.&lt;/P&gt;&lt;P&gt;It works most of the time, but sometimes Revit creates very slight offsets between solid and void. As you mention, complex geometry might be the cause.&lt;/P&gt;&lt;P&gt;Anyway, I will "cheat" by slightly increase profils surfaces and lengths of the path of the void. I hope it will help to avoid this issue.&lt;/P&gt;&lt;P&gt;Sincerely.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 07:17:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11131536#M19428</guid>
      <dc:creator>RECArchi</dc:creator>
      <dc:date>2022-04-27T07:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: API - can't keep elements joined</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11135385#M19429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/116073"&gt;@homer_anave&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As you can see on the attached file, the void passes through the solid. However, it can't cut it &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; . Do you know why ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 14:07:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11135385#M19429</guid>
      <dc:creator>RECArchi</dc:creator>
      <dc:date>2022-04-28T14:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: API - can't keep elements joined</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11158758#M19430</link>
      <description>&lt;P&gt;Another question : Is-it possible to skip warnings and error messages by chosing which choice I want to use ("OK" and "Detach") ?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Sincerely.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 09:03:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11158758#M19430</guid>
      <dc:creator>RECArchi</dc:creator>
      <dc:date>2022-05-10T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: API - can't keep elements joined</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11163451#M19431</link>
      <description>&lt;P&gt;Hi, RECArchi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is possible, by using the Failures API.&lt;/P&gt;&lt;P&gt;There are lots of classes that are associated with Failures API so it is better to look at the samples offered by Jeremy Tammik from his blog. As of this writing, he has just posted a new post regarding this. Please check it out, among others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2022/05/revit-2023-api-docs-and-disabling-an-error-failure.html" target="_blank"&gt;The Building Coder: Revit 2023 API Docs and Disabling an Error Failure (typepad.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 04:01:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/api-can-t-keep-elements-joined/m-p/11163451#M19431</guid>
      <dc:creator>homer_anave</dc:creator>
      <dc:date>2022-05-12T04:01:47Z</dc:date>
    </item>
  </channel>
</rss>

