Thanks for your comments.
I didn't know they took away GATTE in ACAD 2011?
I was sure I ironed out those problems when I was testing it; I'm sorry to hear they're still there.
This...
Type: Posts; User: SteveK
Thanks for your comments.
I didn't know they took away GATTE in ACAD 2011?
I was sure I ironed out those problems when I was testing it; I'm sorry to hear they're still there.
This...
Is the CellUtil the same one included as a dotNET example in the Microstation SDK?
I don't think you'll find it. Aren't only some of the express tools as lisps?
I hope I'm wrong, but I'd say if you don't have microstation you'll have to stick with that EZ script Pro (which...
I don't have autocad to check, but I'd be interested to know if it works on anything that doesn't use command.
Hi,
I'm not certain, but isn't it something to do with not being able to use command? I remember asking something similar a while ago but with batch importing.
Ok, so obviously you'd use AutoCAD Electrical as ReMark suggested if you had it so we'll rule that out (though if you do this offen maybe you should think about it).
Yeah I'm not sure how a...
spakis, are these text inputs that accompany each block? If so then you might be better off creating a block with tags, then use a lisp to collect the blocks and somehow increment numbers in specific...
Thankyou .
Hi,
My mind might be a bit blank. How do I draw a circle that touches the three lines. IE, I have the figure on the left and I want the figure on the right. Accurately.
If it matters, two of...
I know ideally you want just one package that does it all, but because I don't know of one that specific lets go through each:
If it's on a single level it's easy with code.
This is easy...
Goin off this thread so far it's just Dugg and I interested in a MS forum :) I see there has been a question in the Design Software forum, so that makes 3.
:) Wouldn't it be great to see some global stats on this. The reason we use MS here is because all our clients use it, and I know some big companies in aus who use it too. Getting smaller? Maybe it...
Maybe a new thread on this?
I'd be happy about it, although my initial question would be, where will the people able to answer questions come from? Unlively MS forums exist (it doesn't look like...
Only one I've found is Be Communities (Bentley's) - I shouldn't knock it, they've been quite helpful on there. It's just not the same though.
Post here if you're interested in a Microstation Forum on CADTutor.
(EDIT)
It deffinately shows. I'm currently with microstation, and if I were to list a disadvantage to AutoCAD first one I...
Quick guess, you're quoting variables, meaning they are read as their name, not their value. Instead of '(ptc pt1y), try (list ptc pt1y).
Only posting to say I like the new forum look David - I think my favourite of all the forums I'm part of.
GATTE 2
Global Attribute Edit with Layout Selection
This small program works just like AutoCAD's GATTE express tool, with the extra option of choosing which layouts to apply attribute changes...
Thanks for the comments Robert, glad it works for you :)
I agree with what crwncad702 said. Examples and the Autodesk documentation describes how you might use .NET for Autocad. You don't need to buy anything besides autocad.
Also check out these swamp...