Skip to content

Commit 71c1112

Browse files
committed
add readme
1 parent 8e10ec4 commit 71c1112

File tree

8 files changed

+37
-3
lines changed

8 files changed

+37
-3
lines changed

Images/Ribbon.png

6.92 KB
Loading

Images/Snoop.png

40.9 KB
Loading

Images/SnoopByHandle.png

40.4 KB
Loading

Images/SnoopDB.png

44.8 KB
Loading

Images/SnoopEditor.png

35.7 KB
Loading

Images/SnoopEntities.png

39.5 KB
Loading

Images/SnoopEvents.png

15.3 KB
Loading

README.md

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The biggest limitation is that you can't deploy DLLs with custom scripts at this
3434
- Configurable "environment" variables that can be used in your scripts
3535
- Save "external scripts" for reuse and start collecting your awesome hacks!
3636
- Run scripts at Autocad or Civil startup
37-
- Quick **Snoop** info object Autocad or Civil3D
37+
- Full **Snoop** info object Autocad or Civil3D (Database,Editor,Entity,etc,..)
3838
- Interactive Snoop from console with IronPython
3939
## Installation
4040

@@ -48,14 +48,47 @@ Note : Support for 4 last version(2019-2022) Autocad or Civil 3D. Older versions
4848
## Basic Usage
4949

5050
- <kbd>PythonConsole</kbd> - Open Python Console
51+
52+
![](Images/PythonShellConsole.png)
53+
5154
- <kbd>PythonShellSetting</kbd> - Open Setting Config Console
52-
- <kbd>Snoop</kbd> - Snoop Object In CAD or Civil3D
55+
56+
![](Images/ConfigPythonShell.png)
57+
58+
- <kbd>Snoop</kbd> - Quick Snoop Object Sample In CAD or Civil3D
59+
60+
![](Images/Snoop.png)
61+
62+
- <kbd>SnoopDB</kbd> - Snoop Database In CAD or Civil3D
63+
64+
![](Images/SnoopDB.png)
65+
66+
- <kbd>SnoopEd</kbd> - Snoop Editor In CAD or Civil3D
67+
68+
![](Images/SnoopEditor.png)
69+
70+
- <kbd>SnoopEnts</kbd> - Snoop Entities In CAD or Civil3D
71+
72+
![](Images/SnoopEntities.png)
73+
74+
- <kbd>SnoopNEnts</kbd> - Snoop Entities Nested In CAD or Civil3D
75+
76+
- <kbd>SnoopByHandle</kbd> - Snoop By Handle In CAD or Civil3D
77+
78+
![](Images/SnoopByHandle.png)
79+
80+
- <kbd>SnoopEvents</kbd> - Snoop Follow Events In CAD or Civil3D
81+
82+
![](Images/SnoopEvents.png)
83+
84+
#### Use Snoop In Python Shell Console
85+
5386
- <kbd>sn.Snoop(obj)</kbd> - Snoop Object by Python Console In CAD or Civil3D
5487
- <kbd>snoop(obj)</kbd> - Snoop Object by Python Console or Execute python code In CAD or Civil3D
5588

5689
![](Images/pythoncmd.png)
5790

58-
- Write Console Sample
91+
#### Write Console Sample
5992

6093
``` py
6194
ed = doc.Editor
@@ -132,3 +165,4 @@ Thanks to [JetBrains](https://www.jetbrains.com/) for providing licenses for [Ri
132165
* [Nice 3 Point](https://github.com/Nice3point) for process CI/CD
133166
* [Icon 8](https://icons8.com/) Free Wiki icons in various UI design styles for web, mobile
134167
* [htlcnn](https://github.com/htlcnn) origin of project AutocadLookup
168+
* [Autodesk Developer Network](https://github.com/ADN-DevTech/MgdDbg) project `MgdDbg` support full snoop database in Autocad.

0 commit comments

Comments
 (0)