All Activity
- Past hour
-
ness_smiley joined the community
- Today
-
Whim joined the community
-
ow yeah, I disabled all notifications in my profile. Too many people assumed I have nothing else to do so I got a lot of personal requests this way and though I love to help other humans it soon became a full time job and consumed all of my spare time. I'll send you my adres.
-
Danielm103 started following GNSS on AutoCAD
-
I think you would need Python, .NET, or ObjectARX as Autolisp does not have an on idle event that I can see. According to AI, you can read the input stream in a background thread, then use AutoCAD’s on idle event to update geometry in AutoCAD. I asked AI about using PyRx and it spit out a bunch of code converting $GPGGA $GNGGA to Lat/Log and stuff, I attached it. scratch.txt
-
Parametric wardrobe, kitchen & cabinet automation in AutoLISP — anyone working on similar?
zenmar replied to zenmar's topic in BricsCAD
hank you for your interest. Yes — kitchen cabinets and other furniture types are planned as future directions for the project. The current work is focused on a lightweight parametric CAD/CAM engine for fast rebuilding of furniture layouts after changes from an architect or client. The goal is not to create heavy 3D models with every fitting fully modelled. Instead, the system is intended to control construction, dimensions, divisions, fronts, drawers, shelves, fitting rules, and automatic updates of layouts, sections and dimensions. For kitchens, the direction would be similar: base units, wall units, tall units, fronts, drawers, shelves, plinths, fillers and technical fitting rules. The main benefit is that after another design change, you do not need to redraw the entire project from scratch or manually check whether all drawings still match the model. We have posted early concept boards of the parameter panel and engine workflow here on the forum. Since publishing them, we have already received useful feedback and implemented some corrections. The long-term goal is for the solution to work not only in BricsCAD, but also in AutoCAD. Please send me a private message with the type of kitchen or furniture workflow you are interested in and what you would expect from such a system. It would be useful to compare requirements and continue the discussion there. -
amdaprstn514 joined the community
-
GeorgeLucian joined the community
-
Parametric wardrobe, kitchen & cabinet automation in AutoLISP — anyone working on similar?
BIGAL replied to zenmar's topic in BricsCAD
What about kitchen cupboards do you have those as well ? Indicative cost ? -
Like @mhupp may need to run an external program that writes current location to a file, then you can read that file and update say text. Depending on the program may run a BAT file or run the program or use powershell to run. I think can look at a file date has changed via reactor but manual much easier. I did a Google and did start to find hints of save to a txt or csv file but that is as far as I went. It is something you need to do, yje googling. Talk to who you bought the device from they may have something.
-
@rlx tried sending you a pm "I am trying to create a dcl editor. " I have something that takes a dwg with say blocks in it representing dcl objects Radio Edit Toggles and writes the DCL code. I got an error message when trying to send PM. If you have my email send me a message and will send you the dwg and lsp. I am happy to provide source code to people like yourself who help others. I will probably do a FAS and a DES of code.
-
Wow thank you everyone for the comments, general consensus is AI is still not getting close to 100% solutions or when solving very complex task. Yes part of the answer may be that there is just so much code out there now, so a search finds an existing answer.
- Yesterday
-
Parametric wardrobe, kitchen & cabinet automation in AutoLISP — anyone working on similar?
zenmar replied to zenmar's topic in BricsCAD
Sorry for the double post, thanks for cleaning it up! To answer your question: No, this is not a free/open-source tool. It’s a commercial-grade automation system. However, I’m open to discussing the architecture here, sharing a demo, or working with manufacturers who need a custom, paid implementation tailored to their specific production standards." -
mhupp started following GNSS on AutoCAD
-
Would need a Reactor and connect to some type of database.
-
jack_tr joined the community
-
Least started following AI taking over
-
AI is a mixed bag for me. Copilot can be infuriating at times — it keeps using LISP functions that aren’t supported in AutoLISP, or ACAD‑only functions that don’t work in BCAD. It can wander off into rabbit holes even after you’ve told it not to, and sometimes it changes working code for no reason and breaks it. But with some persistence and back‑and‑forth, it can produce really good functions. I’ve also tried Claude, which is much better in lots of ways — the code tends to run first time. If i run out of credits then I continue on with co-pilot. I used Fable just before it was banned, and that was pretty amazing too. AI still needs a lot of guidance to produce anything worthwhile. It can be overconfident, sometimes it doesn’t listen and it doesn’t always think clearly about the end goal. I’m currently updating a lot of routines I’ve cobbled together over the years, and AI is helping polish them and fix issues I’d hit a wall with. It’s here now, and it’s not going anywhere. Can forums embrace it? I’m not sure. With the amount of knowledge stored on these pages, maybe CADTutor could even build its own AI. No idea how easy or expensive that would be, mind you...
-
I don’t really understand how a GNSS receiver works. It seems that most of them operate by sending data to a port. The receiver is a u-blox device.
-
Steven P started following AI taking over and GNSS on AutoCAD
-
Not sure, can the GNSS write / overwrite or updated a text file continuously? Reading a text file is easy with CAD, copy that to a block and the rest is all possible - not sure the interface yet. BigAl might know something later today.
-
For Al, I always assume it is nothing more than google on a few steroids, not a lot more. For LISPs - like google, if you ask it for snippets where you are stuck it will get something that works, but something more complex not really. Then you have to break it down get the snippets and sew them together. Anything new or novel that isn't out there is won't cope. So for my work it might help with a few LISPs to improve accuracy or efficiency but the actually money maker and drawing stuff, not seen anything close yet. Made me think though, SLW210, have we actually worked out all (or nearly all) the LISPs we need and just need to find them? (apart from the very specific ones). Last comment - RLX, very true, if I pass anything around the company I need to be able to maintain it, an undocumented 'black box' solution still needs time to make it work.
-
mhupp started following AI taking over
-
To be fair Soildworks Forum layout/search is trash. I have never started from the forums to find something its usually a link from a search engine to there. The search engines like google are in a fight right now with AI chatbots and in the end content creators/websites are being affected. going to get worse before it gets better. I genially like AI but its a tool not a solution. but most people unfortunately are ok with "good enough". AI companies are claiming 100x efficiency that is impossible. I liken it to a side scroller game like the dino chrome 404. play that 100x speed and see how far you get.
-
hmspe started following AI taking over
-
I think the issue is more generational than anything else. In the forums I keep up with, including here, theswamp.org, and MikeHolt.com, I've noticed that most of the core group have been Boomers. As a whole, younger generations have seemed to visit to get help, but not stay to help others. [There are notable exceptions like Lee.] AI is being oversold. I've tried both Claude and ChatGPT for programming help with LISP. Neither has produced code that worked on the first pass for anything more than a trivial case. We're about even on times when I've had to point out syntax errors in AI code and times AI has found syntax errors in my code. AI is a great replacement for most search engines, but it is not all that great at writing code, at least on the free tiers. AI output is only as good as the instructions it is given. Writing good instructions is hard. AI and the dot com bubble have a lot in common. In five years I expect we will have fewer AI companies, mostly paid tiers, and lots of empty data centers.
-
Parametric wardrobe, kitchen & cabinet automation in AutoLISP — anyone working on similar?
zenmar replied to zenmar's topic in BricsCAD
-
Hello, I'm back here once again to bring up a very interesting topic: How can AutoCAD (installed on a Windows 10 tablet with an integrated GNSS receiver) be made to display its real-time UTM position (or latitude/longitude), for example through a block? Is this possible? Are there any Lisp routines capable of achieving this?
-
Posts are one thing, but what about the actual traffic? Like I stated, most fora already have the answers to questions, so often no need to interact and make a post. CADTutor shows most online 9,928 April 2nd 2026, which was probably a lot of AI bots, etc.
-
IMO, it's more social media, plus there are quite a few fora around now, and it seems the Autodesk forum is busier than it used to be. Cadalyst forum went dead while it seems The Swamp and CADTutor were still very busy, recently AUGI closed their forum for new posts. Years ago many of the fora I am a member of slowed down, from cars and motorcycles to fishing/hunting. I know the Bambu Labs and other 3D printing fora are somewhat busy and also handle many 3D modelling questions as well as specifics for the 3D Printers, I never noticed Solidworks and other 3D CAD companies having anything close to the traffic of CADTutor or Autodesk at even current traffic. To be honest, there really is a glut of answers for most questions now with little need to interact on the fora. At some point AI will run out of new answers, the most I use AI is when it tries to summarize your search results, and even that can be iffy at times with incorrect summarization way to often. I've never been a member of Reddit, but I often find answers there without signing up and interacting. There have in the past few weeks been several new members ask a question and disappear, just the way the world has changed I suppose, seemed in the distant past more would come back and let you know the results and/or give a thank you. If the fora die off, AI will have to find new sources for accurate answers, it probably already is iffy with results due to finding inaccurate answers and not being able to parse correct from wrong. I received this quote in an email this morning... With computers being dumb, you will have to make sure the people using them are intelligent. Recently on Facebook I've noticed people posting AI answers for rules in different sports, AI is almost always wrong, basically answering with the same incorrect interpretation of rules as the parents and some coaches, etc. use.
-
Multiple tags updated with the same value.
SLW210 replied to Jeff Kiper's topic in AutoCAD Drawing Management & Output
See this thread... Attribute reference another attribute within a block - Blocks, Images, Models & Materials - AutoCAD Forums And this... Solved: Block attribute that has a field referenced to another attribute in the same block to subtract - Autodesk Community -
rlx started following AI taking over
-
I have mixed feelings about Clippy the AI , at least the one from Google , sure its fast and it can give some relevant answers but you have to double check everything. I am trying to create a dcl editor. Wasn't sure where to start so asked Clippy and it gave me some good ideas on where to begin. But as things got complexer it really started to mess things up. And every time you use it you need to explain every thing all over again because at least the free / unregistered version remembers (saves) nothing . But I learned from my mistakes and started to write a very extensive manual so next time I can upload that so we can better pick up from where we started. My biggest concern is that it creates a black box. You ask something , it gives you something back and you paste and test the code , great , moving on to next part. After a while you end up with a bunch of working code until it doesn't any more and that's where the trouble begins and you notice you have lost your grip on the code because Clippy did it all for you. Like your daddy did all your homework for you and you have to take the exam and ...oops , daddy aint around now is he?
-
There is no doubt that AI is replacing (and will do so even more in the future) the need to interact with something or someone in order to find ideas and the motivation to pursue them. I don’t know which AI tools are the best for programming (I’ve only used Chatgpt so far), but my experience has been positive in terms of how stimulating it is to have someone to discuss ideas with and refine them while solving problems. This was something that, in the past, could only be found in forums like this one. However, the code suggested by Chatgpt is almost always lengthy and often fails. I suppose that will change over time.
-
EnM4st3r started following AI taking over
-
I also think that its AI, especially for new users. I mean AI is good at coding or spotting errors and asking an AI often gets you an answer way faster than starting a forum post. For example here is a chart of stack overflows posts
-
I have noticed the drop in posts in forums like Lisp, here, Autodesk and Theswamp, I think it's because people are using AI more to write code. Even I try AI now and again when stuck, it is successful some times. The most obvious here is when the AI code does not work help is asked for here. Maybe Admin could comment about number of posts say compared to 1 or 2 years ago ? Or is it that a lot of new users just don't ask for help ? I know I push for process improvement and have often tried to influence people into saving time but the majority just don't care. Any body else want to comment ?
- Last week
-
Multiple tags updated with the same value.
Jeff Kiper replied to Jeff Kiper's topic in AutoCAD Drawing Management & Output
Ive included a small simple block that I tried to make. MASTER BLOCK.DWG
