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!