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

    Autodesk Inventor

    Reply
    *Expert Elite*
    mrattray
    Posts: 1,485
    Registered: ‎09-13-2011

    Dimensioning suppressed parts

    266 Views, 14 Replies
    02-28-2012 04:49 AM

    I have created some "programs" to automate drawing creation of some of our most common products. The problem I hav eis with my assembly drawing. When parts are suppressed and unsuppressed, they don't seem to behave the same way that features do. When you dimension a part feature in an idw and suppress that feature, if a week later you unsuppress that feature the dimenensions come back.  Parts don't seem to follow this behaviour. If you dimension a part, suppress it, open and save the drawing, then later unsuppress it and open the drawing back up the dimesnions do not come back.  Why is this? Is there anyway for me to get these dimensions to "stick"?

     

    Thanks,

    Mike

    Mike (not Matt) Rattray

    Please use plain text.
    Employee
    Posts: 32
    Registered: ‎12-11-2006

    Re: Dimensioning suppressed parts

    03-03-2012 12:17 AM in reply to: mrattray

    Hi Mike,

     

    this is as designed. LOD is meant to be capacity saving tool and the suppress changes are viewed more permanent then dessign views. To control visibility of components in drawing view I recommend to use design views.

     

    Thanks

    Ladislav

    Please use plain text.
    *Pro
    Posts: 1,835
    Registered: ‎09-15-2003

    Re: Dimensioning suppressed parts

    03-03-2012 04:21 AM in reply to: t_pcoll

    Just to clarify, the term Inventor uses now (in English) is View Representations.  Design views is an older term (that makes those of us who understand it feel old!).

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

    Re: Dimensioning suppressed parts

    03-05-2012 06:17 AM in reply to: sbixler

    My understanding is that if I use view representations to change visibility of parts, they will still show on my parts list as if they were normal active parts.  I need them to come and go in the parts list as well as in the drawing view.

    Mike (not Matt) Rattray

    Please use plain text.
    *Pro
    Posts: 1,835
    Registered: ‎09-15-2003

    Re: Dimensioning suppressed parts

    03-05-2012 07:03 AM in reply to: mrattray

    You are correct, they will still show in the parts list.  Have you looked into iAssemblies?  I haven't used them, but I believe that they could be useful in this application.

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

    Re: Dimensioning suppressed parts

    03-05-2012 07:13 AM in reply to: sbixler

    My assemblies are way too complicated (stuff changing) for iAssemblies. I tried it once and gave up when I broke 3k rows. The one I'm having problems with now uses over 1300 lines of iLogic code in the main assembly plus around 100 lines in each of about 40 components. I have one assembly with over 5k lines of code in just the top level assembly. 

     

    Am I really the only person that uses component suppression for something other than simplifying large assemblies?

    Mike (not Matt) Rattray

    Please use plain text.
    *Pro
    Posts: 1,835
    Registered: ‎09-15-2003

    Re: Dimensioning suppressed parts

    03-05-2012 07:33 AM in reply to: mrattray

    OK, how about using Visibility combined with BOM attribute?  Since you're doing it with iLogic, turn the unwanted parts to Reference and invisible.  Then they are in neither the view nor the parts list.

    Please use plain text.
    Distinguished Mentor
    Posts: 1,010
    Registered: ‎06-19-2006

    Re: Dimensioning suppressed parts

    03-05-2012 07:44 AM in reply to: mrattray

    Most people who try to use LOD (or suppression) run into some problem that prevents them from using it for anything other than memory managment.

     

    The most annoying problem that I have seen is the inability to save files when you have the iam at one LOD and the ipn or idw with another LOD all open at the same time.  IV gets confused when trying to save and you have to close all but one of the documents before you can save the remaining document.

     

    In your case, why not filter the parts list by assembly design rep?  This might be too complex if you have lots of configurations to track.

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

    Re: Dimensioning suppressed parts

    03-05-2012 07:55 AM in reply to: swalton

    I know all about the save problem swalton, it makes my eye twitch at least a couple times a day.

     

    If I use visibility and BOM structure then I have the opposite problem with my dimensions. They show up regardless of wether the part is there or not.

     

    Swalton, are you suggesting I make a View Rep for every possible configuration?

    Mike (not Matt) Rattray

    Please use plain text.
    Distinguished Mentor
    Posts: 1,010
    Registered: ‎06-19-2006

    Re: Dimensioning suppressed parts

    03-05-2012 08:03 AM in reply to: mrattray

    3k design views may be a bit much, but you might be able to use ilogic to move components to and from a "display" design view.  Then set your parts list to filter the "display" design view.

     

    Is there some ilogic you can run in the idw to hide/delete dims based on the components that they reference?  If that doesn't work, I think you might be better off setting some sort of iprop flag in the components and using that as your filter reference in the idw parts list. 

    Please use plain text.