<?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: polyline inside arx in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-inside-arx/m-p/319335#M36352</link>
    <description>Thanks... I think I've to re-engineer the functionality.&lt;BR /&gt;
&lt;BR /&gt;
-Partha</description>
    <pubDate>Mon, 05 May 2003 22:04:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2003-05-05T22:04:40Z</dc:date>
    <item>
      <title>polyline inside arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-inside-arx/m-p/319332#M36349</link>
      <description>I've a function which requires a polyline to be drawn somewhere in the&lt;BR /&gt;
middle... I mean to say there will be some calculation at the beginning then&lt;BR /&gt;
depending on the output - user will draw a polyline and then there will be&lt;BR /&gt;
some more calculations... Now, standard polyline supports arc etc.&lt;BR /&gt;
{[Arc/Close/Halfwidth/Length/Undo/Width]} - I want to keep those&lt;BR /&gt;
functionalities as it is... Is there any standard ARX function - calling&lt;BR /&gt;
which it'll ask inputs from the user at command prompt, draw the polyline&lt;BR /&gt;
and at the end that will give me back the objectId for continuing my job...&lt;BR /&gt;
Please let me know.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
-Partha</description>
      <pubDate>Mon, 05 May 2003 02:39:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/polyline-inside-arx/m-p/319332#M36349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-05-05T02:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: polyline inside arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-inside-arx/m-p/319333#M36350</link>
      <description>There is not a standard ARX function for that.  Someone here may have&lt;BR /&gt;
written some sort of reusable code for it, but it's not in the standard ARX&lt;BR /&gt;
SDK.  You could reproduce that kind of functionality with an AcEdJig.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Partha" &lt;ADHYA&gt; wrote in message&lt;BR /&gt;
news:B830F8D5F64C53B57D5076CDA00C0066@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I've a function which requires a polyline to be drawn somewhere in the&lt;BR /&gt;
&amp;gt; middle... I mean to say there will be some calculation at the beginning&lt;BR /&gt;
then&lt;BR /&gt;
&amp;gt; depending on the output - user will draw a polyline and then there will be&lt;BR /&gt;
&amp;gt; some more calculations... Now, standard polyline supports arc etc.&lt;BR /&gt;
&amp;gt; {[Arc/Close/Halfwidth/Length/Undo/Width]} - I want to keep those&lt;BR /&gt;
&amp;gt; functionalities as it is... Is there any standard ARX function - calling&lt;BR /&gt;
&amp;gt; which it'll ask inputs from the user at command prompt, draw the polyline&lt;BR /&gt;
&amp;gt; and at the end that will give me back the objectId for continuing my&lt;BR /&gt;
job...&lt;BR /&gt;
&amp;gt; Please let me know.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks&lt;BR /&gt;
&amp;gt; -Partha&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ADHYA&gt;</description>
      <pubDate>Mon, 05 May 2003 05:40:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/polyline-inside-arx/m-p/319333#M36350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-05-05T05:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: polyline inside arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-inside-arx/m-p/319334#M36351</link>
      <description>Consider using ads_command (acedCommand now?) to run the polyline&lt;BR /&gt;
command, then using ads_entlast to grab the entity name.&lt;BR /&gt;
&lt;BR /&gt;
Good luck,&lt;BR /&gt;
&lt;BR /&gt;
Henrik Vallgren&lt;BR /&gt;
Streamspace&lt;BR /&gt;
&lt;BR /&gt;
Q: ObjectARX on AutoCAD LT 2004?&lt;BR /&gt;
A: hvUnlight&lt;BR /&gt;
&lt;BR /&gt;
"Partha" &lt;ADHYA&gt; skrev i meddelandet&lt;BR /&gt;
news:B830F8D5F64C53B57D5076CDA00C0066@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I've a function which requires a polyline to be drawn somewhere in the&lt;BR /&gt;
&amp;gt; middle... I mean to say there will be some calculation at the beginning&lt;BR /&gt;
then&lt;BR /&gt;
&amp;gt; depending on the output - user will draw a polyline and then there will be&lt;BR /&gt;
&amp;gt; some more calculations... Now, standard polyline supports arc etc.&lt;BR /&gt;
&amp;gt; {[Arc/Close/Halfwidth/Length/Undo/Width]} - I want to keep those&lt;BR /&gt;
&amp;gt; functionalities as it is... Is there any standard ARX function - calling&lt;BR /&gt;
&amp;gt; which it'll ask inputs from the user at command prompt, draw the polyline&lt;BR /&gt;
&amp;gt; and at the end that will give me back the objectId for continuing my&lt;BR /&gt;
job...&lt;BR /&gt;
&amp;gt; Please let me know.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks&lt;BR /&gt;
&amp;gt; -Partha&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ADHYA&gt;</description>
      <pubDate>Mon, 05 May 2003 20:56:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/polyline-inside-arx/m-p/319334#M36351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-05-05T20:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: polyline inside arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-inside-arx/m-p/319335#M36352</link>
      <description>Thanks... I think I've to re-engineer the functionality.&lt;BR /&gt;
&lt;BR /&gt;
-Partha</description>
      <pubDate>Mon, 05 May 2003 22:04:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/polyline-inside-arx/m-p/319335#M36352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-05-05T22:04:40Z</dc:date>
    </item>
  </channel>
</rss>

