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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SaUt1
  • Order by date
  1. SaUt1

    Getting the part name

    Thank you for your answer. I am finaly able now to use the Debugger. I saw that there is the Option "OwningComponent" and "DirectOwner". What is the difference between parent and that?
  2. SaUt1

    Getting the part name

    Thank you very much for your response! I am using NX as a Virtual Application, therefore debugging with VB using NX is not possible. I have problems understanding the class hierarchy, for example I need to get the parent of a part. In Catia I have the option to directly access the parent with...
  3. SaUt1

    Getting the part name

    Hi! I have an Object that includes different parts. How is it possible to get those parts names? A Little example: theSession = Session.GetSession() workPart = theSession.Parts.Work displayPart = theSession.Parts.Display MsgBox(workPart.name) Thank you very much!

Part and Inventory Search

Back
Top