Autodesk Inventor
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Can iLogic apply to other parts in the drawing?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: Can iLogic apply to other parts in the drawing?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: Can iLogic apply to other parts in the drawing?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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)?
Re: Can iLogic apply to other parts in the drawing?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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:
I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com

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

