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
This is obviously a fork of [RevitPythonShell](https://github.com/architecture-building-systems/revitpythonshell), bringing an IronPython interpreter to Autodesk Autocad,
@@ -31,14 +33,15 @@ The biggest limitation is that you can't deploy DLLs with custom scripts at this
31
33
- Full access to the .NET framework and the Navis API
32
34
- Configurable "environment" variables that can be used in your scripts
33
35
- Save "external scripts" for reuse and start collecting your awesome hacks!
34
-
- Run scripts at Autocad startup
36
+
- Run scripts at Autocad or Civil startup
35
37
36
38
## Installation
37
39
38
-
- Download file zip from section [Release](https://github.com/chuongmep/CADPythonShell/releases/latest)
39
-
- Extract file to folder `C:\ProgramData\Autodesk\ApplicationPlugins`
40
+
- Download last install stable(msi) from [Release](https://github.com/chuongmep/CADPythonShell/releases/latest)
40
41
- Use command `PythonConsole` to open Console or use command `PythonShellSetting` to open form setting
41
42
43
+
Note : Support for 4 last version(2018-2022) Autocad or Civil 3D. Older versions can be used but will not guarantee the expected performance.
44
+
42
45
## How to use
43
46
44
47
- Open Python Console from Command Line or button APS in Ribbon.
@@ -117,3 +120,4 @@ Thanks to [JetBrains](https://www.jetbrains.com/) for providing licenses for [Ri
117
120
*[Dimitar Venkov](https://github.com/dimven/NavisPythonShell) (original port to Navisworks)
118
121
*[ChuongMep](https://github.com/chuongmep) (original port to Autocad)
119
122
* The rest of the RPS contributors
123
+
*[Nice 3 Point](https://github.com/Nice3point) for process CI/CD
0 commit comments