<?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: Extrude Polyline by Value in Object Data Table in AutoCAD Map 3D Developer Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/extrude-polyline-by-value-in-object-data-table/m-p/1053246#M4320</link>
    <description>Thanks for replying Scott.  No, I'm not familair with the ActiveX API.  I'm just currently looking into the feasibility the idea.  How long do you think this would take someone who knows what they're doing to write?  Is it an overly difficult task?</description>
    <pubDate>Wed, 09 Jun 2004 15:36:41 GMT</pubDate>
    <dc:creator>schroederC3D</dc:creator>
    <dc:date>2004-06-09T15:36:41Z</dc:date>
    <item>
      <title>Extrude Polyline by Value in Object Data Table</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/extrude-polyline-by-value-in-object-data-table/m-p/1053244#M4318</link>
      <description>Hi Everyone,&lt;BR /&gt;
&lt;BR /&gt;
I posted this in the other forum as well, before thinking that this would be an idea place to ask.  &lt;BR /&gt;
&lt;BR /&gt;
I'm looking for some ideas on how to extrude simple, closed polylines by the depth value in their object data table.&lt;BR /&gt;
&lt;BR /&gt;
That's all, a simple question to ask, but a difficult one to answer I suspect.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your thoughts</description>
      <pubDate>Wed, 09 Jun 2004 01:38:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/extrude-polyline-by-value-in-object-data-table/m-p/1053244#M4318</guid>
      <dc:creator>schroederC3D</dc:creator>
      <dc:date>2004-06-09T01:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extrude Polyline by Value in Object Data Table</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/extrude-polyline-by-value-in-object-data-table/m-p/1053245#M4319</link>
      <description>Are you familiar with the ActiveX API?  This is how it would go:&lt;BR /&gt;
&lt;BR /&gt;
Create a selection set of all LWPolylines&lt;BR /&gt;
Make sure they are closed.&lt;BR /&gt;
Iterate through them to see if they have object data attached - if so grab the extrude value.&lt;BR /&gt;
Create a region object from the LWPolyline (addRegion).&lt;BR /&gt;
create a solid using the region and extruded value (addExtrudedSolid).&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps,&lt;BR /&gt;
&lt;BR /&gt;
Scott</description>
      <pubDate>Wed, 09 Jun 2004 13:23:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/extrude-polyline-by-value-in-object-data-table/m-p/1053245#M4319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-09T13:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extrude Polyline by Value in Object Data Table</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/extrude-polyline-by-value-in-object-data-table/m-p/1053246#M4320</link>
      <description>Thanks for replying Scott.  No, I'm not familair with the ActiveX API.  I'm just currently looking into the feasibility the idea.  How long do you think this would take someone who knows what they're doing to write?  Is it an overly difficult task?</description>
      <pubDate>Wed, 09 Jun 2004 15:36:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/extrude-polyline-by-value-in-object-data-table/m-p/1053246#M4320</guid>
      <dc:creator>schroederC3D</dc:creator>
      <dc:date>2004-06-09T15:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extrude Polyline by Value in Object Data Table</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/extrude-polyline-by-value-in-object-data-table/m-p/1053247#M4321</link>
      <description>Some that knows what they are doing might be able to write it in a few
minutes. If I was doing it (in Lisp) I would take all day :)
Of course it all depends on how much error checking you want it to do,
selecting everything at once over each pline ect. Would the data be linked
to the new 3D objects or not. A few other ways of doing it may be to create
an excell report of all the info and have MAP3D or another LDD create a
whole new dwg.
So yes it is feasible and there may even be something out (lsp,vba,arx) that
may do it already.

Murph

"schroedera" &lt;NOSPAM&gt; wrote in message
news:18394781.1086795434089.JavaMail.jive@jiveforum2...
&amp;gt; Thanks for replying Scott.  No, I'm not familair with the ActiveX API.
I'm just currently looking into the feasibility the idea.  How long do you
think this would take someone who knows what they're doing to write?  Is it
an overly difficult task?&lt;/NOSPAM&gt;</description>
      <pubDate>Wed, 09 Jun 2004 16:44:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/extrude-polyline-by-value-in-object-data-table/m-p/1053247#M4321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-09T16:44:30Z</dc:date>
    </item>
  </channel>
</rss>

