• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor

    Reply
    Active Member
    Posts: 10
    Registered: ‎05-03-2012

    Can iLogic apply to other parts in the drawing?

    74 Views, 3 Replies
    05-04-2012 01:12 AM

    If I draw a flat square, and then a flat circle next to it, can I do things using iLogic that will make the two seperate parts interact? such as say 'if the circle contacts the square, then make the square become a circle too' or something like that?

     

    thanks

    Please use plain text.
    *Expert Elite*
    mrattray
    Posts: 1,453
    Registered: ‎09-13-2011

    Re: Can iLogic apply to other parts in the drawing?

    05-04-2012 05:17 AM in reply to: i_am_fail

    I'm not sure what your asking but, you can have an assembly level rule that controls it's components based on specified conditions.

     

    i.e.

    If distance = 0 then

        parameter("part2:1","param") = someValue

    else

       parameter("part2:1","param") = someOtherValue

    end if

    Mike (not Matt) Rattray

    Please use plain text.
    Active Member
    Posts: 10
    Registered: ‎05-03-2012

    Re: Can iLogic apply to other parts in the drawing?

    05-04-2012 04:28 PM in reply to: mrattray

    I don't understand what you mean

    What I'm asking is, can we make iLogic on one part, interact with the iLogic on another part.

     

    So for example if I have a pipe, can I make it so that if anything is penetrating through the pipe it will change color (and notify me)?

    Please use plain text.
    *Expert Elite*
    Curtis_Waguespack
    Posts: 1,933
    Registered: ‎03-08-2006

    Re: Can iLogic apply to other parts in the drawing?

    05-05-2012 10:43 AM in reply to: i_am_fail

    i_am_fail wrote:

    So for example if I have a pipe, can I make it so that if anything is penetrating through the pipe it will change color (and notify me)?


     

    Hi i_am_fail,

     

    This link has a rule that will find intersecting parts:

    http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/Ilogic-and-analyze-interference/m-p/34...

     

    I hope this helps.
    Best of luck to you in all of your Inventor pursuits,
    Curtis
    http://inventortrenches.blogspot.com



      solution.png  Did you find this reply helpful ? If so please use the Accept as Solution or  Kudos button below.

    Please use plain text.