Forums:
Hello all,
I'm looking for a way to save my NX assembly file to a new name. I can currently save the modifications I make in my journal using:
theSession = NXOpen.Session.GetSession() theSession.Parts.SaveAll()
I've tried using the following,
import NXOpen.UF theUFSession = NXOpen.UF.UFSession.GetUFSession() theUFSession.Part.SaveAs('newFileName')
but I received the following error: "NXOpen.NXException: No write access"
Does anyone have any insight on this? Thanks for any help in advance!
-Sam