<?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: Custom Entity, help me in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3051450#M15676</link>
    <description>&lt;P&gt;Custom objects/entities cannot inherit from multiple other classes in the ARX runtime tree. The reason is that the ARX runtime tree implementation cannot deal with multiple inheritance within the tree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, your custom entity can derive from AcDbPolyline, AcDbSpline, or AcDbText, but not all three (or even two) at the same time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you really need to the data and/or functionality of all three, then perhaps you could embed one of each&amp;nbsp;of those three entity&amp;nbsp;types within your custom entity and then implement methods on your custom entity that call through to the embedded entities' methods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Embedding entities does require some special handling for dxf filing.&amp;nbsp; There is a section about this in the ObjectARX Developer's Guide.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2011 16:40:01 GMT</pubDate>
    <dc:creator>artc2</dc:creator>
    <dc:date>2011-06-08T16:40:01Z</dc:date>
    <item>
      <title>Custom Entity, help me</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3047332#M15673</link>
      <description>&lt;P&gt;Sorry my english is not best!&lt;/P&gt;&lt;P&gt;I have a question. I want to generate a my custom entity class in ObjectDBX, which inherit AcDb Entity, either polyline or spline. That is, in the Autocad, with my Custom Entity class&amp;nbsp;i can daw my custom polyline or spline. Please tell me how to do that?&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2011 15:58:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3047332#M15673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-05T15:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Entity, help me</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3047484#M15674</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may install ObjectARX Wizard and then use it to create this custom entity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached a screenshot outlining the steps to get you started.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Balaji&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Developer Technical Services&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2011 04:00:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3047484#M15674</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2011-06-06T04:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Entity, help me</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3050520#M15675</link>
      <description>&lt;P&gt;thank you so much!!! I'm sorry, How to my custom entity class inherits both Polyline, Spline and Text&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 02:43:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3050520#M15675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-08T02:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Entity, help me</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3051450#M15676</link>
      <description>&lt;P&gt;Custom objects/entities cannot inherit from multiple other classes in the ARX runtime tree. The reason is that the ARX runtime tree implementation cannot deal with multiple inheritance within the tree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, your custom entity can derive from AcDbPolyline, AcDbSpline, or AcDbText, but not all three (or even two) at the same time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you really need to the data and/or functionality of all three, then perhaps you could embed one of each&amp;nbsp;of those three entity&amp;nbsp;types within your custom entity and then implement methods on your custom entity that call through to the embedded entities' methods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Embedding entities does require some special handling for dxf filing.&amp;nbsp; There is a section about this in the ObjectARX Developer's Guide.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 16:40:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3051450#M15676</guid>
      <dc:creator>artc2</dc:creator>
      <dc:date>2011-06-08T16:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Entity, help me</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3052334#M15677</link>
      <description>&lt;P&gt;Thank you for all reply so much! I'm a VietNamess, I'm learning ObjectARX, &lt;SPAN&gt;I&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;hope&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;to receive more&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;help from&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;you&lt;/SPAN&gt;﻿. H&lt;SPAN&gt;appy to&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;be&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;acquainted&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;with&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;all&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;of&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;you&lt;/SPAN&gt;﻿, my yahoo nickname's mcx_bkhn&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 03:51:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3052334#M15677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-09T03:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Entity, help me</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3052466#M15678</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to know you too &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck with your ObjectARX learning and feel free post your doubts in this forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 07:21:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/custom-entity-help-me/m-p/3052466#M15678</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2011-06-09T07:21:39Z</dc:date>
    </item>
  </channel>
</rss>

