Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to hide Part from assembly model.

  • Thread starter Thread starter Patil Uday Vasant
  • Start date Start date
P

Patil Uday Vasant

Guest
Hello,

I need to hide a part from an assembly model same as Hide functionality present in Creo UI. For this the scenario is as follow:

I have an assembly model "A.ASM" which contains two parts namely "B.PRT" and "C.PRT". I need to hide "B.PRT" part. For hiding the part I used "ProModelitemHide()" ProToolkit API. But function returns error as "PRO_TK_INVALID_TYPE".

So can you tell us what is the procedure to hide a part from an assembly or which ProToolkit API is used for hiding parts directly from top assembly?
 
Hi all,

I managed to hide part.

Thanks.
 

Part and Inventory Search

Sponsor

Back
Top