jmarkus
Mechanical
- Jul 11, 2001
- 377
I have selected an edge and I have the object tag. How do I find out what the name of the parent part is using NX Journal?
I'm thinking something like:
But this doesn't work.
Help!
Thanks,
Jeff
I'm thinking something like:
Code:
Dim part1 As Part = CType(theSession.Parts.FindObject(edge.ToString), Part)
But this doesn't work.
Help!
Thanks,
Jeff