<?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: AcDb3dSolid::getGeomExtents is `untight` in AutoCAD 2024. Why??? in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/acdb3dsolid-getgeomextents-is-untight-in-autocad-2024-why/m-p/12541120#M1123</link>
    <description>&lt;P&gt;Unfortunately this does not solve my problem.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there some sort of list of all AutoCAD 2024 global variables that can be set from the command line?&lt;/P&gt;&lt;P&gt;If there is, and if the one related to the working algorithm of the &lt;STRONG&gt;getGeomExtents&lt;/STRONG&gt; function is listed there, it might help&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2024 13:47:26 GMT</pubDate>
    <dc:creator>radimpex</dc:creator>
    <dc:date>2024-02-05T13:47:26Z</dc:date>
    <item>
      <title>AcDb3dSolid::getGeomExtents is `untight` in AutoCAD 2024. Why???</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdb3dsolid-getgeomextents-is-untight-in-autocad-2024-why/m-p/12526827#M1121</link>
      <description>&lt;P&gt;We discovered, in a very unpleasant way, that the&amp;nbsp; function&amp;nbsp;&lt;STRONG&gt;getGeomExtents&lt;/STRONG&gt; on the AcDb3dSolid in &lt;STRONG&gt;AutoCAD 2024&lt;/STRONG&gt; was working incorrectly.&lt;/P&gt;&lt;P&gt;In all versions of AutoCAD we tested, from version 2010 all the way up to 2023, that function&amp;nbsp; worked as expected - accurate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Digging through the news related information in AutoCAD 2024 we found these:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;New in Global Functions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;acdbIsEnabledTightExtents&lt;/STRONG&gt; - Used to determine if the tight extents calculations are enabled for AcDb3dSolid, AcDbSurface, and AcDbRegion entities.&lt;BR /&gt;&lt;STRONG&gt;acdbSetEnableTightExtents&lt;/STRONG&gt; - Used to enable the tight extents calculations before using getGeomExtents on the AcDb3dSolid, AcDbSurface, and AcDbRegion entities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we used these two functions, one to check the default state and the other to set the mode for the "tight" operation of the getGeomExtent function, we got what we had in previous versions of AutoCAD - the function gave the correct result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a few questions:&lt;BR /&gt;- is there a global variable in AutoCAD 2024 that does the same thing these global functions do?&lt;/P&gt;&lt;P&gt;It would be much easier for us to solve the problem for users who have AutoCAD 2024 running in incorrect mode by setting a global variable, than by compiling and shipping a new version of our program that would call these two functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- why was the default behavior of function &lt;STRONG&gt;getGeomExtents&lt;/STRONG&gt; in AutoCAD 2024 chosen different from the behavior of the same function in the previous (at least) 13 versions of AutoCAD?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 15:47:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdb3dsolid-getgeomextents-is-untight-in-autocad-2024-why/m-p/12526827#M1121</guid>
      <dc:creator>radimpex</dc:creator>
      <dc:date>2024-01-29T15:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: AcDb3dSolid::getGeomExtents is `untight` in AutoCAD 2024. Why???</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdb3dsolid-getgeomextents-is-untight-in-autocad-2024-why/m-p/12528262#M1122</link>
      <description>&lt;P&gt;My guess as to “Why” would be for performance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is unfortunate that the docs don’t mention this under&lt;/P&gt;&lt;P&gt;AcDbEntity::getGeomExtents, or if AcDbGeometryOverrule::getGeomExtents needs special handling&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also assume custom objects can participate in this too&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 05:24:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdb3dsolid-getgeomextents-is-untight-in-autocad-2024-why/m-p/12528262#M1122</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2024-01-30T05:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: AcDb3dSolid::getGeomExtents is `untight` in AutoCAD 2024. Why???</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdb3dsolid-getgeomextents-is-untight-in-autocad-2024-why/m-p/12541120#M1123</link>
      <description>&lt;P&gt;Unfortunately this does not solve my problem.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there some sort of list of all AutoCAD 2024 global variables that can be set from the command line?&lt;/P&gt;&lt;P&gt;If there is, and if the one related to the working algorithm of the &lt;STRONG&gt;getGeomExtents&lt;/STRONG&gt; function is listed there, it might help&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 13:47:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdb3dsolid-getgeomextents-is-untight-in-autocad-2024-why/m-p/12541120#M1123</guid>
      <dc:creator>radimpex</dc:creator>
      <dc:date>2024-02-05T13:47:26Z</dc:date>
    </item>
  </channel>
</rss>

