<?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 intersection area between two circles in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580593#M145573</link>
    <description>In my work i just need the intersection area between two circles, can i know how to get that. is it possible??</description>
    <pubDate>Thu, 29 Oct 2009 07:03:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-10-29T07:03:35Z</dc:date>
    <item>
      <title>intersection area between two circles</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580593#M145573</link>
      <description>In my work i just need the intersection area between two circles, can i know how to get that. is it possible??</description>
      <pubDate>Thu, 29 Oct 2009 07:03:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580593#M145573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-29T07:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: intersection area between two circles</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580594#M145574</link>
      <description>Yes it is possible,</description>
      <pubDate>Thu, 29 Oct 2009 09:02:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580594#M145574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-29T09:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: intersection area between two circles</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580595#M145575</link>
      <description>Will u please tell which method is used for that.</description>
      <pubDate>Thu, 29 Oct 2009 09:37:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580595#M145575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-29T09:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: intersection area between two circles</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580596#M145576</link>
      <description>you'll have to give more details in your questions, post a screen shot or a part. Just elaborate more</description>
      <pubDate>Thu, 29 Oct 2009 10:27:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580596#M145576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-29T10:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: intersection area between two circles</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580597#M145577</link>
      <description>my basic aim is , i need to draw some circles(say 5) , i just want the areas which are intersecting and the remaining area should be deleted. at the intersecting areas i will insert my parts in the assembly environment.</description>
      <pubDate>Thu, 29 Oct 2009 13:53:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580597#M145577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-29T13:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: intersection area between two circles</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580598#M145578</link>
      <description>AFAIK there is no easy way (if you rule out the normal trim in the sketch, which can get confusing when you have too much circles), however i found a workaround that requires more work.&lt;BR /&gt;
&lt;BR /&gt;
check part attached.&lt;BR /&gt;
&lt;BR /&gt;
1- Create sketch and draw in it only one circle&lt;BR /&gt;
2- Extrude the circle &lt;BR /&gt;
3-Right click on sketch and click share sketch&lt;BR /&gt;
4-Edit your sketch and add one other circle, then hit finish sketch&lt;BR /&gt;
5-Extrude your second circle, this time using "intersect" instead of "Join" (Make sure your extrusion is in the right direction, otherwise you'll get nothing). &lt;BR /&gt;
6- Re-edit your sketch and create a third circle, and extrude "intersect".&lt;BR /&gt;
&lt;BR /&gt;
And so on until you get your solid made of intersections, then you can project its face to any plane.&lt;BR /&gt;
&lt;BR /&gt;
If you find it hard let me know, i'll try to create some video for you tomorrow.&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,</description>
      <pubDate>Thu, 29 Oct 2009 15:11:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580598#M145578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-29T15:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: intersection area between two circles</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580599#M145579</link>
      <description>Thanks wayz for ur quick responses, just now i worked on ur model, thats pretty intresting, and it worked well.&lt;BR /&gt;
how can we do it thru API, &lt;BR /&gt;
thru  kIntersectOperation option.....

Edited by: bharathc85 on Oct 29, 2009 9:00 PM</description>
      <pubDate>Thu, 29 Oct 2009 15:23:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/intersection-area-between-two-circles/m-p/2580599#M145579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-29T15:23:15Z</dc:date>
    </item>
  </channel>
</rss>

