<?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: General Modeling Failure on union of two regions in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/general-modeling-failure-on-union-of-two-regions/m-p/4803987#M45485</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/111219" target="_self"&gt;StephenPreston&lt;/A&gt;, many thanks for explanation!!!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Feb 2014 19:50:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-09T19:50:28Z</dc:date>
    <item>
      <title>General Modeling Failure on union of two regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/general-modeling-failure-on-union-of-two-regions/m-p/4800847#M45483</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;the drawing &lt;/SPAN&gt;&lt;SPAN&gt;has a variety&lt;/SPAN&gt; &lt;SPAN&gt;of regions.&lt;/SPAN&gt; &lt;SPAN&gt;I need to&lt;/SPAN&gt; &lt;SPAN&gt;union &lt;/SPAN&gt;&lt;SPAN&gt;those that&lt;/SPAN&gt; &lt;SPAN&gt;intersects.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;region.BooleanOperation(BooleanOperationType.BoolUnite, subregion);&lt;/PRE&gt;&lt;P&gt;this code throw a message like that:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;L&lt;SPAN&gt;ogical&lt;/SPAN&gt; &lt;SPAN&gt;operations failure on&lt;/SPAN&gt; &lt;SPAN&gt;regions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error&lt;/SPAN&gt; &lt;SPAN&gt;modeling operations&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;An error occurred during&lt;/SPAN&gt; &lt;SPAN&gt;execution of the algorithm&lt;/SPAN&gt; &lt;SPAN&gt;create the intersection &lt;/SPAN&gt;&lt;SPAN&gt;face&lt;/SPAN&gt;&lt;SPAN&gt;-face&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;&lt;SPAN&gt;eGeneralModelingFailure&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Can&lt;/SPAN&gt; &lt;SPAN&gt;someone explain&lt;/SPAN&gt; &lt;SPAN&gt;to me&lt;/SPAN&gt; &lt;SPAN&gt;why&lt;/SPAN&gt; &lt;SPAN&gt;there is an error&lt;/SPAN&gt;&lt;/SPAN&gt;? Regions intersects &lt;SPAN&gt;&lt;SPAN&gt;exactly. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 12:55:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/general-modeling-failure-on-union-of-two-regions/m-p/4800847#M45483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-07T12:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: General Modeling Failure on union of two regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/general-modeling-failure-on-union-of-two-regions/m-p/4801373#M45484</link>
      <description>&lt;P&gt;There could be several reasons, including but not necessarily limited to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. The regions could be 'just' touching - the edges skim each other but don't actually overlap/touch within the required tolerance even though it looks to you like they are touching.&lt;/P&gt;
&lt;P&gt;2. The drawing could be corrupt.&lt;/P&gt;
&lt;P&gt;3. This could be a bug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Related to (1) there is an effect where if you move a solid body (including regions) a long way from the origin (e.g. of the order of 1e6) then modelling accuracy can be affected and an operation that worked near the origin no longer works. Once you've moved the solid body, moving it back to the origin does not restore the accuracy. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But its not possible to say which may be the problem without more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 16:39:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/general-modeling-failure-on-union-of-two-regions/m-p/4801373#M45484</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2014-02-07T16:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: General Modeling Failure on union of two regions</title>
      <link>https://forums.autodesk.com/t5/net-forum/general-modeling-failure-on-union-of-two-regions/m-p/4803987#M45485</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/111219" target="_self"&gt;StephenPreston&lt;/A&gt;, many thanks for explanation!!!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2014 19:50:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/general-modeling-failure-on-union-of-two-regions/m-p/4803987#M45485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-09T19:50:28Z</dc:date>
    </item>
  </channel>
</rss>

