<?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: Is it difficult to create a custom entity type? in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171121#M28409</link>
    <description>Hi, Andrew&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your reply!  I couldn't choose ObjectARX.NET even if I wanted, because I simply do not have Visual Studio.NET. So I have to learn native C++ ObjectARX. Of course I hope I will be able to put together more serious programs, but first I would like start the simplest one, that is why I describe this "Point with Text" program.&lt;BR /&gt;
&lt;BR /&gt;
So you say I should try to put this program together from the samples that I downloaded with the ObjectARX SDK from the AutoCAD homepage? &lt;BR /&gt;
&lt;BR /&gt;
Can you suggest me some other places on the WEB for sample codes which specialized for custom entities?&lt;BR /&gt;
&lt;BR /&gt;
Paul</description>
    <pubDate>Tue, 02 Nov 2004 08:36:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-11-02T08:36:49Z</dc:date>
    <item>
      <title>Is it difficult to create a custom entity type?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171119#M28407</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I want to create my custom entity type. This would look like two standard AutoCAD entity a Point and a Text together. I want the text to show always the Point entity's Z coordinates.&lt;BR /&gt;
&lt;BR /&gt;
I can make a program in Visual Basic to solve this but this program can't be dynamic. If i change the point position i have to run the program to delete the Text entity and create a new Text next to the point, showing the new and correct value.&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to make an arx program that represents this custom entity where the Text part of  the custom  entity dynamically follow the change of the Point part of the custom entity?&lt;BR /&gt;
&lt;BR /&gt;
And if it is possible than where can I find samples on the WEB, showing how to create custom entity ?&lt;BR /&gt;
&lt;BR /&gt;
Paul</description>
      <pubDate>Fri, 29 Oct 2004 13:03:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171119#M28407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-10-29T13:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it difficult to create a custom entity type?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171120#M28408</link>
      <description>That sounds like a pretty simple application to make, but you would need to
use native C++ ObjectARX to make your custom entity. If you are proficient
in programming (even only VBA) and were willing to learn a little C++ and
acquire VS 2002.NET, you could probably patch together sample code and such
to get you what you need.

Keep in mind native C++ ObjectARX is not easy to learn, but your problem
sounds like a very, very simple application.

I'm sure someone (Dan?) will chime in and tell you to use VB.NET and maybe
wait for the .NET wrappers to support custom entities, so I will save them
their breath... ObjectARX.NET can't do this yet but my understanding is they
will support that functionality at some unspecified future date.

HTH :-)
   Andrew</description>
      <pubDate>Fri, 29 Oct 2004 15:01:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171120#M28408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-10-29T15:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is it difficult to create a custom entity type?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171121#M28409</link>
      <description>Hi, Andrew&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your reply!  I couldn't choose ObjectARX.NET even if I wanted, because I simply do not have Visual Studio.NET. So I have to learn native C++ ObjectARX. Of course I hope I will be able to put together more serious programs, but first I would like start the simplest one, that is why I describe this "Point with Text" program.&lt;BR /&gt;
&lt;BR /&gt;
So you say I should try to put this program together from the samples that I downloaded with the ObjectARX SDK from the AutoCAD homepage? &lt;BR /&gt;
&lt;BR /&gt;
Can you suggest me some other places on the WEB for sample codes which specialized for custom entities?&lt;BR /&gt;
&lt;BR /&gt;
Paul</description>
      <pubDate>Tue, 02 Nov 2004 08:36:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171121#M28409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-02T08:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it difficult to create a custom entity type?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171122#M28410</link>
      <description>If you dont have Visual Studio .Net 2002 or at least Visual C++ 7.0 (not
7.1) you can't do anything with ObjectARX for Autocad 2004 and 2005 (for
Autocad 2000 &amp;amp; 2002 you need Visoal Studio 6.0 or VC++ 6.0).
They are required.

And it is a simple app you need. And there are not to much samles outside
this forum on the web.
But if you have stuck on somthing feel free to ask. There are a lot of
people that can help you here.

Regards
Rex

"tothpal" &lt;NOSPAM&gt; schrieb im Newsbeitrag
news:19854907.1099384639554.JavaMail.jive@jiveforum1.autodesk.com...
&amp;gt; Hi, Andrew
&amp;gt;
&amp;gt; Thanks for your reply!  I couldn't choose ObjectARX.NET even if I wanted,
because I simply do not have Visual Studio.NET. So I have to learn native
C++ ObjectARX. Of course I hope I will be able to put together more serious
programs, but first I would like start the simplest one, that is why I
describe this "Point with Text" program.
&amp;gt;
&amp;gt; So you say I should try to put this program together from the samples that
I downloaded with the ObjectARX SDK from the AutoCAD homepage?
&amp;gt;
&amp;gt; Can you suggest me some other places on the WEB for sample codes which
specialized for custom entities?
&amp;gt;
&amp;gt; Paul&lt;/NOSPAM&gt;</description>
      <pubDate>Tue, 02 Nov 2004 09:11:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171122#M28410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-02T09:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it difficult to create a custom entity type?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171123#M28411</link>
      <description>For .net development you could try the free ide 'sharpdevelop'

http://www.icsharpcode.net/OpenSource/SD/Default.aspx

"tothpal" &lt;NOSPAM&gt; wrote in message
news:19854907.1099384639554.JavaMail.jive@jiveforum1.autodesk.com...
&amp;gt; Hi, Andrew
&amp;gt;
&amp;gt; Thanks for your reply!  I couldn't choose ObjectARX.NET even if I wanted,
because I simply do not have Visual Studio.NET. So I have to learn native
C++ ObjectARX. Of course I hope I will be able to put together more serious
programs, but first I would like start the simplest one, that is why I
describe this "Point with Text" program.
&amp;gt;
&amp;gt; So you say I should try to put this program together from the samples that
I downloaded with the ObjectARX SDK from the AutoCAD homepage?
&amp;gt;
&amp;gt; Can you suggest me some other places on the WEB for sample codes which
specialized for custom entities?
&amp;gt;
&amp;gt; Paul&lt;/NOSPAM&gt;</description>
      <pubDate>Wed, 03 Nov 2004 00:15:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171123#M28411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-03T00:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it difficult to create a custom entity type?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171124#M28412</link>
      <description>Attempting to learn a new (and complicated) language owing to a lack of a 
compiler seems to be getting the cart before the horse.  You're going to 
need some kind of compiler, even with ObjectARX.

I believe Microsoft is (was?) giving away the command-line version of C# - 
the same compiler used in Visual Studio .NET w/o the IDE.  I don't recall if 
they did that for VB.NET as well (perhaps not, as there isn't as much 
motivation to drive adoption - VB programmers are already "locked in" to 
Microsoft).

Also, as part of Visual Studio 2005 there are new "Express" offerings.

Look up all the details at http://msdn.microsoft.com

   Dan

"tothpal" &lt;NOSPAM&gt; wrote in message 
news:19854907.1099384639554.JavaMail.jive@jiveforum1.autodesk.com...
&amp;gt; Hi, Andrew
&amp;gt;
&amp;gt; Thanks for your reply!  I couldn't choose ObjectARX.NET even if I wanted, 
&amp;gt; because I simply do not have Visual Studio.NET. So I have to learn native 
&amp;gt; C++ ObjectARX. Of course I hope I will be able to put together more 
&amp;gt; serious programs, but first I would like start the simplest one, that is 
&amp;gt; why I describe this "Point with Text" program.
&amp;gt;
&amp;gt; So you say I should try to put this program together from the samples that 
&amp;gt; I downloaded with the ObjectARX SDK from the AutoCAD homepage?
&amp;gt;
&amp;gt; Can you suggest me some other places on the WEB for sample codes which 
&amp;gt; specialized for custom entities?
&amp;gt;
&amp;gt; Paul&lt;/NOSPAM&gt;</description>
      <pubDate>Wed, 03 Nov 2004 16:11:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171124#M28412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-03T16:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is it difficult to create a custom entity type?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171125#M28413</link>
      <description>check out ebay, there are great buys on visual studio</description>
      <pubDate>Fri, 05 Nov 2004 03:31:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/is-it-difficult-to-create-a-custom-entity-type/m-p/1171125#M28413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-05T03:31:12Z</dc:date>
    </item>
  </channel>
</rss>

