All Activity
- Today
-
create a window with block and group names
SLW210 replied to jim78b's topic in .NET, ObjectARX & VBA
Speaking of installing permissions, what can you download and install at your workplace? Also what are your computer specifications, graphics card, etc. and most important your Windows version and AutoCAD version? -
create a window with block and group names
SLW210 replied to jim78b's topic in .NET, ObjectARX & VBA
That only works if they can install programs at their workplace. And it would still be similar to Jeffery P. Sanders program, with a prettier Dialog Box. Python would be much better for the OP, even better would be a .NET solution. -
create a window with block and group names
SLW210 replied to jim78b's topic in .NET, ObjectARX & VBA
I moved your thread to the .NET, ObjectARX & VBA Forum in case some one feels like making a program for FREE. -
create a window with block and group names
Danielm103 replied to jim78b's topic in .NET, ObjectARX & VBA
You might want to check out OpenDCL, it has pallets, block preview … all the tools you would need create a block + group manager -
create a window with block and group names
jim78b replied to jim78b's topic in .NET, ObjectARX & VBA
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 -
Danielm103 started following create a window with block and group names
-
create a window with block and group names
Danielm103 replied to jim78b's topic in .NET, ObjectARX & VBA
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 - Yesterday
-
Monday i Will test It and i tell you .thanks a lot
-
Did you get a chance to see how this was working for you?
-
create a window with block and group names
SLW210 replied to jim78b's topic in .NET, ObjectARX & VBA
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. -
inputting imperial units
SLW210 replied to mgervais's topic in AutoCAD 2D Drafting, Object Properties & Interface
I just use -. 1'2-3/4 will work, just a fraction all you need is 3/4, no need for 0'0-3/4, for just fractional inches just 2-3/4 works. The 0'-0 1/16" was referencing a selection example in the precision for Architectural Units. - Last week
-
inputting imperial units
ReMark replied to mgervais's topic in AutoCAD 2D Drafting, Object Properties & Interface
AutoCAD will correctly interpret fractions if the type of UNITS is set to Architectural. -
Great thank you . i am planning to add into the startup folder and give a go but got distracted today .
-
create a window with block and group names
jim78b replied to jim78b's topic in .NET, ObjectARX & VBA
Yes i don't mean lisp. I ask if there was something way to do this free . -
inputting imperial units
LIU replied to mgervais's topic in AutoCAD 2D Drafting, Object Properties & Interface
when there is no space ! then how autocad identifies fractional part ? -
Transparency of a group not plotting in pdf.
troggarf replied to Discus84's topic in AutoCAD 2D Drafting, Object Properties & Interface
-
create a window with block and group names
SLW210 replied to jim78b's topic in .NET, ObjectARX & VBA
Just get that one then. Drawing Tree | AutoCAD | Autodesk App Store I am pretty sure, that is not a LISP. -
create a window with block and group names
jim78b replied to jim78b's topic in .NET, ObjectARX & VBA
i want like this https://sites.google.com/site/avcplugins/dwgtree -
create a window with block and group names
jim78b replied to jim78b's topic in .NET, ObjectARX & VBA
ok i use wayback site and download but is not what i search. i prefer a window palette like count -
create a window with block and group names
jim78b replied to jim78b's topic in .NET, ObjectARX & VBA
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 -
Tapered Offset/Stretch closed polyline shape
SLW210 replied to SLW210's topic in AutoLISP, Visual LISP & DCL
Not much time this week, should be better next week for playing with codes. -
-
create a window with block and group names
jim78b replied to jim78b's topic in .NET, ObjectARX & VBA
Thanks i go the website try download blktree.lsp but is corrupted! -
Saxlle started following create a window with block and group names
-
create a window with block and group names
Saxlle replied to jim78b's topic in .NET, ObjectARX & VBA
You can also try with COUNT command built-in AutoCAD. Something like this you will get from picture 1. -
mhupp started following create a window with block and group names
-
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.
-
Tapered Offset/Stretch closed polyline shape
dexus replied to SLW210's topic in AutoLISP, Visual LISP & DCL
No worries, I get that we have other usages, for my work changing the position of the arc segment without changing the tangentcy is important. If it doesn't keep that I'll have to fix it afterwards every time. I updated the code in the previous post to be a little bit less gittery, but I understand that not everyone will sacrifice smoothness to have snap enabled. Therefore here is a version without snap. So the only difference with the one from Evgeny's is that you are able to type in an offset distance as well as select an (inexact) point. offset - nosnap.lsp