jim78b Posted Friday at 08:45 AM Posted Friday at 08:45 AM How can I create an additional window, such as Properties, to list all blocks and groups, including nested ones. I'd like to see a tree view. See the attached image, the window on the left. Quote
mhupp Posted Friday at 10:57 AM Posted Friday at 10:57 AM This has what you want but you will have to use the wayback website to find a none corrupt file as it looks like the website has been abandon. (Last Updated April 1st, 2013) blktree https://jefferypsanders.com/autolisp.html might have the file kicking around here some where. Quote
Saxlle Posted Friday at 11:50 AM Posted Friday at 11:50 AM You can also try with COUNT command built-in AutoCAD. Something like this you will get from picture 1. Quote
jim78b Posted Friday at 02:26 PM Author Posted Friday at 02:26 PM 3 hours ago, mhupp said: This has what you want but you will have to use the wayback website to find a none corrupt file as it looks like the website has been abandon. (Last Updated April 1st, 2013) blktree https://jefferypsanders.com/autolisp.html might have the file kicking around here some where. Thanks i go the website try download blktree.lsp but is corrupted! Quote
jim78b Posted Friday at 02:45 PM Author Posted Friday at 02:45 PM 2 hours ago, Saxlle said: You can also try with COUNT command built-in AutoCAD. Something like this you will get from picture 1. yes i know but It would be interesting to be able to make that block window without it highlighting anything and without launching the count command. i Quote
jim78b Posted Friday at 02:53 PM Author Posted Friday at 02:53 PM 3 hours ago, mhupp said: This has what you want but you will have to use the wayback website to find a none corrupt file as it looks like the website has been abandon. (Last Updated April 1st, 2013) blktree https://jefferypsanders.com/autolisp.html might have the file kicking around here some where. ok i use wayback site and download but is not what i search. i prefer a window palette like count Quote
jim78b Posted Friday at 03:05 PM Author Posted Friday at 03:05 PM 19 minutes ago, jim78b said: yes i know but It would be interesting to be able to make that block window without it highlighting anything and without launching the count command. i i want like this https://sites.google.com/site/avcplugins/dwgtree Quote
SLW210 Posted Friday at 03:42 PM Posted Friday at 03:42 PM Just get that one then. Drawing Tree | AutoCAD | Autodesk App Store I am pretty sure, that is not a LISP. Quote
jim78b Posted Friday at 06:45 PM Author Posted Friday at 06:45 PM 3 hours ago, SLW210 said: Just get that one then. Drawing Tree | AutoCAD | Autodesk App Store I am pretty sure, that is not a LISP. Yes i don't mean lisp. I ask if there was something way to do this free . Quote
SLW210 Posted 22 hours ago Posted 22 hours ago 17 hours ago, jim78b said: Yes i don't mean lisp. I ask if there was something way to do this free . You asked in the AutoLISP, Visual LISP & DCL Forum, something like what @mhupp posted is the best solution with FREE LISP, IMO. You need to look at asking this in some .NET forums, though not sure the FREE will happen. 1 1 Quote
Danielm103 Posted 9 hours ago Posted 9 hours ago You want to create a GUI? There’s a sample in python creating a palette with block names and preview https://github.com/CEXT-Dan/PyRx?tab=readme-ov-file#features you’d have to roll it yourself. There’s also opendcl if you feel more comfortable with lisp Quote
jim78b Posted 6 hours ago Author Posted 6 hours ago 3 hours ago, Danielm103 said: You want to create a GUI? There’s a sample in python creating a palette with block names and preview https://github.com/CEXT-Dan/PyRx?tab=readme-ov-file#features you’d have to roll it yourself. There’s also opendcl if you feel more comfortable with lisp Yes like this. But i don't know python and programming. It Is cool of you can select in the gui the blocks ...create ones etc Quote
Danielm103 Posted 1 hour ago Posted 1 hour ago You might want to check out OpenDCL, it has pallets, block preview … all the tools you would need create a block + group manager Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.