Hi all,
I'm trying to write a journal that reports all components of all component patterns in the workpart.
The problem is that i don't understand why my code does not work in NX9.0.3.4 MP8 while the same code works fine in NX10.
In NX9 it crashes on "GetAllPatternMembers()"
I think it is a...
Hi,
In the company I work, we use a lot of freeform and use the wave linker all the time.
When a model is final we always break the link of all linked bodies in the model.
If we have to make a revision of the part, then we have to repair the broken links is necessary. The replacement assistant...
No my journal doesn't open the parts. And I don't want to use save or open to update the titlebar.
Because it's posible that the files are modified and we don't want to lose/save changes...
If I do that I get an error, "IsModified is not a member of UFsession"
But I've found it thanks to your tip. THANKS!!!
I have to assign ufd a value when I declare it.
Then it works.
...
Dim ufp As UFPart = ufs.part
Dim modified As Boolean
''lw.WriteLine("Work : " & workPart.FullPath)...
Hi guys,
I wrote a script that changes the file attribute of a part to readonly. And I want to add a check if a part is modified. After searching the help I found "NXOpen.UF ► UFPart ► IsModified(Tag)".
But I don't know how to call the Ismodified-function.
Please help!
Thanks
Option Strict...