Migrate Navisworks Viewpoints Into an ACC Issues Template
How to use:
- Export your Navisworks viewpoints to an an XML file.
- The exported XML file must be saved in the N2eParser folder as NwInput.xml
- To run the N2eParser you can either
- After running the N2eParser, a NwOutput.xlsx file will be generated and the acc-issues-import-template.xlsx be updated with the latest Title for each Issue.
- Complete the remaining information in the acc-issues-import-template.xlsx accordingly.
- Note that your information in the acc-issues-import-template.xlsx must match the existing parameters in you ACC project.
graph TD;
ExportViewpointsToXML-->SaveAs_NwInPut.xml-->Run_N2E.exe-->A_NwOutput.xlsx_getsGenerated-->ViewpointNames_autoCopied_intoAccTemplate-->CompleteTemplateInformationAccordingly-->import_AccTemplate_intoAccWebApp;