<?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: Create a silhouette in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624201#M34977</link>
    <description>See soldraw, solview and profile AutoCAD commands&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;KEYSTONEKOPP&gt; wrote in message news:5154115@discussion.autodesk.com...&lt;BR /&gt;
Hi all,&lt;BR /&gt;
Probably best to view the attached .jpg first.&lt;BR /&gt;
I'm looking to get from item 'A' (see .jpg) to item 'B'?  I'm starting w/ 3D &lt;BR /&gt;
solids, running a flatten routine on it and removing duplicate lines.  I &lt;BR /&gt;
want to take it a step further and programmatically create a silhouette of &lt;BR /&gt;
the tool for a plant layout  But I'm having a bit of trouble w/ the logic.&lt;BR /&gt;
This example is a simple one and only takes a few minutes to do, but for &lt;BR /&gt;
more co&lt;BR /&gt;
mplex items, cleaning it up or re-tracing can be very time consuming.&lt;BR /&gt;
Has anyone got any advice or maybe some sample code to get me started?&lt;BR /&gt;
VBA or Lisp......&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: KeystoneKopp&lt;/KEYSTONEKOPP&gt;</description>
    <pubDate>Tue, 25 Apr 2006 20:50:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-04-25T20:50:26Z</dc:date>
    <item>
      <title>Create a silhouette</title>
      <link>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624199#M34975</link>
      <description>Hi all,&lt;BR /&gt;
Probably best to view the attached .jpg first.&lt;BR /&gt;
I’m looking to get from item ‘A’ (see .jpg) to item ‘B’?  I’m starting w/ 3D solids, running a flatten routine on it and removing duplicate lines.  I want to take it a step further and programmatically create a silhouette of the tool for a plant layout.  But I’m having a bit of trouble w/ the logic.&lt;BR /&gt;
This example is a simple one and only takes a few minutes to do, but for more complex items, cleaning it up or re-tracing can be very time consuming.&lt;BR /&gt;
Has anyone got any advice or maybe some sample code to get me started?&lt;BR /&gt;
VBA or Lisp......&lt;BR /&gt;
&lt;BR /&gt;
Thank you

Message was edited by: KeystoneKopp</description>
      <pubDate>Tue, 25 Apr 2006 18:58:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624199#M34975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T18:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create a silhouette</title>
      <link>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624200#M34976</link>
      <description>Try AutoCAD's "boundary" command against your 3D solids.</description>
      <pubDate>Tue, 25 Apr 2006 20:45:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624200#M34976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T20:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create a silhouette</title>
      <link>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624201#M34977</link>
      <description>See soldraw, solview and profile AutoCAD commands&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;KEYSTONEKOPP&gt; wrote in message news:5154115@discussion.autodesk.com...&lt;BR /&gt;
Hi all,&lt;BR /&gt;
Probably best to view the attached .jpg first.&lt;BR /&gt;
I'm looking to get from item 'A' (see .jpg) to item 'B'?  I'm starting w/ 3D &lt;BR /&gt;
solids, running a flatten routine on it and removing duplicate lines.  I &lt;BR /&gt;
want to take it a step further and programmatically create a silhouette of &lt;BR /&gt;
the tool for a plant layout  But I'm having a bit of trouble w/ the logic.&lt;BR /&gt;
This example is a simple one and only takes a few minutes to do, but for &lt;BR /&gt;
more co&lt;BR /&gt;
mplex items, cleaning it up or re-tracing can be very time consuming.&lt;BR /&gt;
Has anyone got any advice or maybe some sample code to get me started?&lt;BR /&gt;
VBA or Lisp......&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: KeystoneKopp&lt;/KEYSTONEKOPP&gt;</description>
      <pubDate>Tue, 25 Apr 2006 20:50:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624201#M34977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T20:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create a silhouette</title>
      <link>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624202#M34978</link>
      <description>Thank you guys for the quick replies.....and I probably should've been clearer.  I'm not always dealing with 3D solids.  Sometimes it's a car panel (like an underbody) and it's just a webbing of lines, splines, arcs, circles, etc..&lt;BR /&gt;
Other times it's a Robot blob.  Kind of a cloud of lines representing the travel of a robot.  And for clean system layouts everything must reside on Z zero..&lt;BR /&gt;
We're that far right now....we just want to clean up the unnecessary details.

Message was edited by: KeystoneKopp</description>
      <pubDate>Tue, 25 Apr 2006 20:56:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624202#M34978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T20:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create a silhouette</title>
      <link>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624203#M34979</link>
      <description>Put a circle around the whole thing and then use&lt;BR /&gt;
the boundary command picking a point between&lt;BR /&gt;
your object and the circle. You will get an outline&lt;BR /&gt;
of your object as a pline or region.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
gl - Paul&lt;BR /&gt;
&lt;KEYSTONEKOPP&gt; wrote in message news:5154115@discussion.autodesk.com...&lt;BR /&gt;
Hi all,&lt;BR /&gt;
Probably best to view the attached .jpg first.&lt;BR /&gt;
I'm looking to get from item 'A' (see .jpg) to item 'B'?  I'm starting w/ 3D &lt;BR /&gt;
solids, running a flatten routine on it and removing duplicate lines.  I &lt;BR /&gt;
want to take it a step further and programmatically create a silhouette of &lt;BR /&gt;
the tool for a plant layout  But I'm having a bit of trouble w/ the logic.&lt;BR /&gt;
This example is a simple one and only takes a few minutes to do, but for &lt;BR /&gt;
more co&lt;BR /&gt;
mplex items, cleaning it up or re-tracing can be very time consuming.&lt;BR /&gt;
Has anyone got any advice or maybe some sample code to get me started?&lt;BR /&gt;
VBA or Lisp......&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: KeystoneKopp&lt;/KEYSTONEKOPP&gt;</description>
      <pubDate>Tue, 25 Apr 2006 21:05:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624203#M34979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T21:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create a silhouette</title>
      <link>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624204#M34980</link>
      <description>Thank you,&lt;BR /&gt;
I had been playing around w/ 'Boundary' after the first response, but I kept selecting stuff as my boundary set....that does 2/3 of what I need to do.  Great w/ solids and w/ simple lines.  Doesn't work w/ 3dfaces (what my car panels end up as by the time that we translate them from CATIA)....any other ideas</description>
      <pubDate>Tue, 25 Apr 2006 21:42:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624204#M34980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T21:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create a silhouette</title>
      <link>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624205#M34981</link>
      <description>For anybody who might be looking for the answer to making the silhouette w/ 3dfaces you can't explode them using the .explode command.  So use the Express tools Flatten.lsp first, then then run the boundary routine.</description>
      <pubDate>Tue, 25 Apr 2006 22:00:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/create-a-silhouette/m-p/1624205#M34981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T22:00:06Z</dc:date>
    </item>
  </channel>
</rss>

