Hide part from partlist
Hide part from partlist
(OP)
Is there any way of making a part not show up in the partlist in a drawing?
Im using NX 6.0
Im using NX 6.0
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Hide part from partlist
|
Hide part from partlistHide part from partlist(OP)
Is there any way of making a part not show up in the partlist in a drawing?
Im using NX 6.0 Red Flag SubmittedThank you for helping keep Eng-Tips Forums free from inappropriate posts. Reply To This ThreadPosting in the Eng-Tips forums is a member-only feature.Click Here to join Eng-Tips and talk with other members! |
ResourcesThe world has changed considerably since the 1980s, when CAD first started displacing drafting tables. Download Now
Prototyping has always been a critical part of product development. Download Now
As the cloud is increasingly adopted for product development, questions remain as to just how cloud software tools compare to on-premise solutions. Download Now
Engineering-centric businesses face a number of challenges today, but unmanageable design and change processes don’t need to be counted among them. Download Now
|
RE: Hide part from partlist
-Dave
NX 5.0.6.3mp7
RE: Hide part from partlist
You can also add the following special
attributes to a component to automatically prevent the components from being added to a parts list.
PLIST_IGNORE_MEMBER - If this attribute exists on a component, then that component is excluded by all parts lists.
PLIST_IGNORE_SUBASSEMBLY - If this attribute exists on a component, then that component and all of its descendents is excluded by all parts lists.
Anthony Galante

Senior Support Engineer
NX4.0.4MP10, NX5.0.0->5.0.6, NX6.0.0->NX6.0.5, NX7.0.0->NX7.0.1 & NX7.5.0.32-> NX7.5.2.5, Beta NX8.0.0.15
RE: Hide part from partlist
namdaci45, i have encountered other situations where attributes on components needs to be added or modified to make drawings appear as desired. My question is where can i find all these attributes as they often do not appear as default attributes on components?
RE: Hide part from partlist
Anthony Galante

Senior Support Engineer
NX4.0.4MP10, NX5.0.0->5.0.6, NX6.0.0->NX6.0.5, NX7.0.0->NX7.0.1 & NX7.5.0.32-> NX7.5.2.5, Beta NX8.0.0.15
RE: Hide part from partlist
Also note that if the component of interest appears more than once in the assembly, you will also have an option to 'Set' the status of these attributes for either a single occurance of the component or all of them in one action.
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Hide part from partlist
JohnRBaker, thanks for the information.