You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,16 +24,28 @@ The biggest limitation is that you can't deploy DLLs with custom scripts at this
24
24
25
25
- Reference the version of "Autodesk.Navisworks.Api.dll" that you'd like to target.
26
26
- Compile the solution.
27
-
- Go to the "%APPDATA%\Autodesk Navisworks Manage 2020\" (or the version that you'd like to target)
27
+
- Go to the "C:\Program Files\Autodesk\Navisworks Manage {version}\Plugins" (with version a version current of navisworks)
28
28
- If there is no "Plugins" foler, create it
29
-
- In the "Plugins" folder create a "NavisPythonShell" folder
30
-
- Copy the contents of the build folder (usually ".\NavisPythonShell\NavisPythonShell\bin\$(Configuration)\" ) to the "\Plugins\NavisPythonShell\" folder
31
-
- The final plugin directory should be similar to "%APPDATA%\Autodesk Navisworks Manage 2020\Plugins\NavisPythonShell"
29
+
- Change Permisstions of two folder `Plugins` and `Dependencies` in properties
30
+
31
+

32
+
33
+

34
+
35
+
- Build Solution(if you change `version` of navisworks, please change number version in post build event)
0 commit comments