<?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: Change position of Hatch? in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/change-position-of-hatch/m-p/8442890#M5902</link>
    <description>&lt;P&gt;thank you sir for answering&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but how can i get the base point of any Hatch.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Dec 2018 07:03:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-04T07:03:53Z</dc:date>
    <item>
      <title>Change position of Hatch?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/change-position-of-hatch/m-p/8440264#M5900</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;I want to change the position of Hatch..Like setPosition in 'acdbBlockReference'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 08:04:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/change-position-of-hatch/m-p/8440264#M5900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T08:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change position of Hatch?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/change-position-of-hatch/m-p/8441409#M5901</link>
      <description>&lt;P&gt;@Anonymous&lt;/P&gt;
&lt;P&gt;What about next code:&lt;/P&gt;
&lt;PRE&gt;AcGePoint3d p_old; // Old base boint
AcGePoint3d p_new; // New base boint
AcGeVector3d v = p_new - p_old;
AcGeMatrix3d mat; mat.setToTranslation(v);
pHatch-&amp;gt;transformBy(mat);
&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 Dec 2018 16:33:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/change-position-of-hatch/m-p/8441409#M5901</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2018-12-03T16:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change position of Hatch?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/change-position-of-hatch/m-p/8442890#M5902</link>
      <description>&lt;P&gt;thank you sir for answering&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but how can i get the base point of any Hatch.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 07:03:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/change-position-of-hatch/m-p/8442890#M5902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-04T07:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change position of Hatch?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/change-position-of-hatch/m-p/8443159#M5903</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;thank you sir for answering&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but how can i get the base point of any Hatch.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There is no "base point" for any Hatch. But you can use (for example) minPoint of getGeomExtents of Hatch as a base point. If you want to change the "position of the Hatch" - you must understand what is the "position of hatch".&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 09:09:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/change-position-of-hatch/m-p/8443159#M5903</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2018-12-04T09:09:06Z</dc:date>
    </item>
  </channel>
</rss>

