AutoCAD

  • After introducing the work down by Carlos Paris on using AutoCAD to hunt prime numbers, we then looked at some DesignScript code that essentially recreates the core geometry Carlos used to visualize prime numbers. In this post, we'll create some .NET code that iterates through the visualization, gathering primes and tagging them with rays to […]

  • In the last post we looked at some amazing visualizations of prime numbers created by Carlos Paris. I also mentioned I'd try my hand at replicating the basic visualization using DesignScript: it's a good fit for solving this kind of problem (we want to create lots of repeated geometry based on the results of mathematical […]

  • As Shaan reported over on his blog, AutoCAD gets used in some very surprising ways. This "Hack A Day" article highlights the achievements of Carlos Paris, an HVAC engineer and AutoCAD user who found a novel way to visualize and understand prime numbers. Carlos originally believed he'd found an elusive proof for the twin prime […]

  • There was a follow-up comment on this previous post, requesting that it also create a rectangular boundary around selected geometry. This is a much simpler problem to solve that dealing with a minimum enclosing circle, so I was happy enough to oblige. 🙂 Rather than duplicate code from the previous implement, I went ahead and […]

  • As part of my ongoing procrastination around my AU material development – despite which I'm managing to make some progress… my WinRT stuff is mostly done, now – I went ahead and updated my Kinect samples to use v1.6 of the SDK. The version which finally works from a Windows session inside a Parallels VM […]

  • Since mentioning my earlier involvement with DesignScript, I've been meaning to follow up with a quick post on why this programming language is different to the others people are currently using with AutoCAD. Hence the title of the post, which stands for "Yet Another Scripting Language?", inspired by two acronyms, Yacc and YAG (this is […]

  • It's been a hectic week and I haven't been able to find much time to work on a final post for today, so I had a quick delve in my "interesting" folder and found this little gem. Not long ago, someone asked me by email about the reason for making the various co-ordinate properties (X/Y/Z) […]

  • Over the weekend, from Friday to Sunday, I spent far more hours than I'd have liked finishing off my AU Virtual class for this year, "Secure Your AutoCAD Environment" (I'm increasingly involved in security-related activities for the AutoCAD development organisation). Preparing material for AU Virtual is often pretty tough, whether it's being recorded in person […]

  • I'm really excited about this. A new programming language and environment for AutoCAD is now available for download on Autodesk Labs (and here's the announcement on Scott's blog, in case, and you should also be aware of this login/download issue – something I just ran into myself). Way back when, I helped integrate the initial […]

  • A developer had an interesting requirement that I thought I'd spend some time looking at: to animate transient graphics inside AutoCAD according to data they've pulled in from an external simulation system. It's clear that AutoCAD is really not an animation platform – we have other products that are better suited to working in this […]