Ehaviv
Computer
- Jul 2, 2003
- 1,012
Hi
I have a journal that grab assembly parts by the following statement
and do somthing with the parts. but I found that the parts array
contains parts from other assembly part in the session.
and I want only parts from the assembly part that the journal itself open
and manipulate.
How I can do that.
I'm using nx 8.5
and run this journal on NX Manger platform.
Thanks in advanced.
I have a journal that grab assembly parts by the following statement
Code:
Dim sparts As Part() = s.Parts.ToArray()
and do somthing with the parts. but I found that the parts array
contains parts from other assembly part in the session.
and I want only parts from the assembly part that the journal itself open
and manipulate.
How I can do that.
I'm using nx 8.5
and run this journal on NX Manger platform.
Thanks in advanced.