<?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: 3dFace z=0   Is there a faster way？ in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9758349#M4034</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4674566"&gt;@1127204185&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;My level is limited and I can't use it&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can extend your level reading this topic: &lt;EM&gt;Autodesk ObjectARX for AutoCAD 20XX: Developer's Guide &amp;gt; Advanced Topics &amp;gt; Transaction Management&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2020 05:48:13 GMT</pubDate>
    <dc:creator>Alexander.Rivilis</dc:creator>
    <dc:date>2020-09-21T05:48:13Z</dc:date>
    <item>
      <title>3dFace z=0   Is there a faster way？</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9755215#M4029</link>
      <description>&lt;LI-CODE lang="cpp"&gt;			if(pEnt-&amp;gt;isKindOf(AcDbFace::desc()))
			{  
				AcDbFace *pFace = AcDbFace::cast(pEnt);
				AcGePoint3d vertex1, vertex2, vertex3, vertex4;
				pFace-&amp;gt;getVertexAt(0, vertex1);
				pFace-&amp;gt;getVertexAt(1, vertex2);
				pFace-&amp;gt;getVertexAt(2, vertex3);
				pFace-&amp;gt;getVertexAt(3, vertex4);
				pFace-&amp;gt;setVertexAt(0, AcGePoint3d(vertex1.x, vertex1.y,0));
				pFace-&amp;gt;setVertexAt(1, AcGePoint3d(vertex2.x, vertex2.y,0));
				pFace-&amp;gt;setVertexAt(2, AcGePoint3d(vertex3.x, vertex3.y,0));
				pFace-&amp;gt;setVertexAt(3, AcGePoint3d(vertex4.x, vertex4.y,0));
				pFace-&amp;gt;close();
			}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 18 Sep 2020 12:28:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9755215#M4029</guid>
      <dc:creator>1127204185</dc:creator>
      <dc:date>2020-09-18T12:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: 3dFace z=0   Is there a faster way？</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9755223#M4030</link>
      <description>&lt;P&gt;No. If you have to set Z to 0.0 for many 3DFace's you can try to do with transaction.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 12:33:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9755223#M4030</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2020-09-18T12:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: 3dFace z=0   Is there a faster way？</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9755650#M4031</link>
      <description>transaction.----------I can't.</description>
      <pubDate>Fri, 18 Sep 2020 15:28:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9755650#M4031</guid>
      <dc:creator>1127204185</dc:creator>
      <dc:date>2020-09-18T15:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: 3dFace z=0   Is there a faster way？</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9755662#M4032</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4674566"&gt;@1127204185&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;transaction.----------I can't.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Why?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 15:35:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9755662#M4032</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2020-09-18T15:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: 3dFace z=0   Is there a faster way？</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9756678#M4033</link>
      <description>My level is limited and I can't use it</description>
      <pubDate>Sat, 19 Sep 2020 07:21:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9756678#M4033</guid>
      <dc:creator>1127204185</dc:creator>
      <dc:date>2020-09-19T07:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: 3dFace z=0   Is there a faster way？</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9758349#M4034</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4674566"&gt;@1127204185&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;My level is limited and I can't use it&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can extend your level reading this topic: &lt;EM&gt;Autodesk ObjectARX for AutoCAD 20XX: Developer's Guide &amp;gt; Advanced Topics &amp;gt; Transaction Management&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 05:48:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/3dface-z-0-is-there-a-faster-way/m-p/9758349#M4034</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2020-09-21T05:48:13Z</dc:date>
    </item>
  </channel>
</rss>

