<?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: getGripPoints, getOsnapPoints problem in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/getgrippoints-getosnappoints-problem/m-p/1003396#M31047</link>
    <description>Hi Vladimir,

I can't help you with your first issue, but to take advantage of the Object
Properties window, you must implement a COM wrapper for your object.  Check
out the compoly example.


-- 
Jon Rizzo
Langan Engineering and Environmental Services, Inc.



"Vladimir Gora" &lt;VLADDYGO&gt; wrote in message
news:407bd3ba_3@newsprd01...
&amp;gt; I've implemented a custom entity! My problems. I've tried to overwrite
&amp;gt; getGripPoints &amp;amp; getOsnapPoints functions, but if I set for example an
&amp;gt; grippoint (AcGePoint3d pt = new ... ; pt.setPosition(x,y,z)  the position
is
&amp;gt; related to the Viewport and NOT to my custom entity ! Don't know
why...it's
&amp;gt; just like in AsdkPoly sample but...it doesn't work.
&amp;gt; My second problem : for example my new ent is a point with 3 visible text
&amp;gt; labels atached. What should I overwrite to make some properties of my ent
to
&amp;gt; be manipulated from ObjectProperties window?
&amp;gt; I'll be very happy if a simple custom entity example will be atached to
your
&amp;gt; replies!
&amp;gt; (to be more specific, i was inspired from AdeskLogo entity from ArxDbg
&amp;gt; sample so i'll love something similar, eventually with an overwrited
explode
&amp;gt; function too).
&amp;gt;
&amp;gt; Thanks a lot,
&amp;gt; ing. Vladimir Gora
&amp;gt;
&amp;gt;&lt;/VLADDYGO&gt;</description>
    <pubDate>Tue, 13 Apr 2004 20:52:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-04-13T20:52:34Z</dc:date>
    <item>
      <title>getGripPoints, getOsnapPoints problem</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/getgrippoints-getosnappoints-problem/m-p/1003395#M31046</link>
      <description>I've implemented a custom entity! My problems. I've tried to overwrite
getGripPoints &amp;amp; getOsnapPoints functions, but if I set for example an
grippoint (AcGePoint3d pt = new ... ; pt.setPosition(x,y,z)  the position is
related to the Viewport and NOT to my custom entity ! Don't know why...it's
just like in AsdkPoly sample but...it doesn't work.
My second problem : for example my new ent is a point with 3 visible text
labels atached. What should I overwrite to make some properties of my ent to
be manipulated from ObjectProperties window?
I'll be very happy if a simple custom entity example will be atached to your
replies!
(to be more specific, i was inspired from AdeskLogo entity from ArxDbg
sample so i'll love something similar, eventually with an overwrited explode
function too).

Thanks a lot,
ing. Vladimir Gora</description>
      <pubDate>Tue, 13 Apr 2004 11:49:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/getgrippoints-getosnappoints-problem/m-p/1003395#M31046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-13T11:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: getGripPoints, getOsnapPoints problem</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/getgrippoints-getosnappoints-problem/m-p/1003396#M31047</link>
      <description>Hi Vladimir,

I can't help you with your first issue, but to take advantage of the Object
Properties window, you must implement a COM wrapper for your object.  Check
out the compoly example.


-- 
Jon Rizzo
Langan Engineering and Environmental Services, Inc.



"Vladimir Gora" &lt;VLADDYGO&gt; wrote in message
news:407bd3ba_3@newsprd01...
&amp;gt; I've implemented a custom entity! My problems. I've tried to overwrite
&amp;gt; getGripPoints &amp;amp; getOsnapPoints functions, but if I set for example an
&amp;gt; grippoint (AcGePoint3d pt = new ... ; pt.setPosition(x,y,z)  the position
is
&amp;gt; related to the Viewport and NOT to my custom entity ! Don't know
why...it's
&amp;gt; just like in AsdkPoly sample but...it doesn't work.
&amp;gt; My second problem : for example my new ent is a point with 3 visible text
&amp;gt; labels atached. What should I overwrite to make some properties of my ent
to
&amp;gt; be manipulated from ObjectProperties window?
&amp;gt; I'll be very happy if a simple custom entity example will be atached to
your
&amp;gt; replies!
&amp;gt; (to be more specific, i was inspired from AdeskLogo entity from ArxDbg
&amp;gt; sample so i'll love something similar, eventually with an overwrited
explode
&amp;gt; function too).
&amp;gt;
&amp;gt; Thanks a lot,
&amp;gt; ing. Vladimir Gora
&amp;gt;
&amp;gt;&lt;/VLADDYGO&gt;</description>
      <pubDate>Tue, 13 Apr 2004 20:52:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/getgrippoints-getosnappoints-problem/m-p/1003396#M31047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-13T20:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: getGripPoints, getOsnapPoints problem</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/getgrippoints-getosnappoints-problem/m-p/1003397#M31048</link>
      <description>Well, with my first problem there was a simple solution (as always -:) ) the
location() function.
Now I'm dealing with moveGripPointsAt function. I'll take a look at compoly
example.
Thanks!</description>
      <pubDate>Wed, 14 Apr 2004 10:22:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/getgrippoints-getosnappoints-problem/m-p/1003397#M31048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-14T10:22:45Z</dc:date>
    </item>
  </channel>
</rss>

