Message 1 of 3
Problem with Append method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Community,
I´m problem with the append method to add files in a NWF File.
I´m using COM to initiliz the Navisworks
navisworks_app = win32com.client.Dispatch("Navisworks.Document")
After that I created a list of other files that I need to Append to my main nwf file
After that I created a list of other files that I need to Append to my main nwf file
navisworks_app.OpenFile(primeiro_nwd)
navisworks_app.ActiveDocument.Append(nwd_path)
When the code enter to that last code line, dont work... someone know what is the correct method to use in Python?
thank very much!