This is Lee Ambrosius's TypePad Profile.
Join TypePad and start following Lee Ambrosius's activity
Join Now!
Already a member? Sign In
Lee Ambrosius
I am a nut when it comes to AutoCAD and programming.
Interests: running, cad, spending time with friends and family., anything that deals with technology
Recent Activity
AutoLISP is one of the most used programming languages for creating custom AutoCAD applications. Many custom commands that are created with AutoLISP, request input from the user. Input requests are commongly made with the GetXXX functions. While these functions are... Continue reading
Posted 6 hours ago at HyperPics: Beyond the UI
CAD management does not mean the same to everyone, and the role it plays is different from company to company. The same can be said about the CAD Manager title. I personally, never held the title but performed many CAD... Continue reading
Posted May 10, 2013 at HyperPics: Beyond the UI
By now, there has been lots of information circulating about what is new in AutoCAD 2014 from an end user perspective but what about the API side of things. AutoCAD 2014 offers a number of API changes, updates to the... Continue reading
Posted Apr 19, 2013 at HyperPics: Beyond the UI
Do you create AutoLISP, VBA, .NET, or ObjectARX applications to automate tasks for your company or to solve problems for a client? If so, chances are you might have used the AutoCAD developer documentation. The Learning Experience team would like... Continue reading
Posted Feb 28, 2013 at HyperPics: Beyond the UI
I purchased a Microsoft Surface RT back on Day One, pre-ordered actually before the Oct. 26th release, and have enjoyed it ever since. For the most part, my Surface RT has replaced my iPad except for one app and that... Continue reading
Posted Feb 17, 2013 at HyperPics: Beyond the UI
Hey Shaan, Nokia has released models for 3D printing custom back panels for their Lumia 820. http://www.developer.nokia.com/info/sw.nokia.com/id/42482850-b21d-48e8-a027-6b6453e19fa5/Lumia820_shell_allparts_STL.zip.html Thanks, Lee
1 reply
Very nice and clean examples. There are some additional samples in the .NET Developer's Guide that show how to emulate many of the features of the ZOOM command. http://docs.autodesk.com/ACD/2013/ENU/files/GUID-B44F15B0-BF4A-48ED-AA86-5445075B94BD.htm
1 reply
Image
You can always tell when Fall in the US has arrived; the leaves begin to fall, the smell of pumpkin pie fills the air, and the beeps and flashing of new gadgets come to life in the stores. This year... Continue reading
Posted Nov 21, 2012 at HyperPics: Beyond the UI
Testing on a WinRT tablet is fairly straightforward once you have the device configured for remote debugging. When running the VS debugger, the app is pushed to the tablet were you interact with it while the debugger is running from Visual Studio 2012 for Windows 8.
1 reply
Very nice article from what I read this morning so far though. Have you had a chance to test on a Windows RT device yet?
1 reply
Are you going to talk about persisting data between sessions or even across different workstations that you log into? I have found one limitation though when it comes to apps, and that they are tied to a user's account only and not sharable/usable by all users on that machine. I started in my free time a few weeks ago to create a calculator app, not extremely exciting but has allowed me to play with persisting data and snapped states.
1 reply
Image
A new update to the AutoCAD 2013 ActiveX Developer Documentation has recently been made available through the AutoCAD Developer Center. The updated documentation set can be found at the bottom of the page under the Documentation section. The updates that... Continue reading
Posted Sep 6, 2012 at HyperPics: Beyond the UI
Help is commonly one of the last things that many new developers think about or never think about, but it should be one of the first things you work on as it is your first line of support for your... Continue reading
Posted Jul 25, 2012 at HyperPics: Beyond the UI
Tables are one of the most complex objects, after dimensions, to create and edit through the APIs that AutoCAD offers. The appearance of a table is controlled by its properties and methods, along with the table style that it is... Continue reading
Posted Jul 12, 2012 at HyperPics: Beyond the UI
Image
Table styles in AutoCAD are primarily created using the Table Style dialog box (TABLESTYLE command) since there is no command line support, which limits the ability of creating a table style using a script or the COMMAND function in AutoLISP.... Continue reading
Posted Jul 11, 2012 at HyperPics: Beyond the UI
AutoLISP is one of the oldest and easiest ways of extending AutoCAD, but did you ever wonder what functions are currently defined or which global variables are already set? The ATOMS-FAMILY (not the Adams Family) function returns a list of... Continue reading
Posted Jul 10, 2012 at HyperPics: Beyond the UI
Looking for what has changed in the latest release or maybe over the course of several releases of AutoCAD? Maybe you have not used AutoCAD for a while, or maybe you are using AutoCAD but are in the process of... Continue reading
Posted Jul 6, 2012 at HyperPics: Beyond the UI
AutoLISP has been in AutoCAD for a long time, well before my time when I started with AutoCAD R12 for DOS in 1994. At its core, AutoLISP really has not changed much in the past 15 years outside of the... Continue reading
Posted Jul 6, 2012 at HyperPics: Beyond the UI
While the ActiveX API typically does not see significant changes between releases like the Managed .NET and ObjectARX APIs do, it is still useful to know what changes were made. There were really no major changes made to the AutoCAD... Continue reading
Posted Jul 5, 2012 at HyperPics: Beyond the UI
AutoCAD over the past 10+ releases has been seeing a new drawing (DWG) file format change every three releases. The file format changes are done to introduce new features and optimizations. When working with clients or departments that use a... Continue reading
Posted Jul 5, 2012 at HyperPics: Beyond the UI
AC1027 - DWG version for AutoCAD 2013 and there was a Mac version of AutoCAD R13 that you do not mention in your list. You are also missing your AutoCAD for Mac 2013 listings above as well, which were under the codename Jaws like their Windows counterparts.
Toggle Commented Jul 3, 2012 on AutoCAD Release History at Between the Lines
1 reply
I have finished updating my online Command database to include the changes that were introduced with AutoCAD 2013 and included the changes made to AutoCAD 2012. The online Command database displays: Commands in AutoCAD 2004 through AutoCAD 2013. Command aliases... Continue reading
Posted Jul 2, 2012 at HyperPics: Beyond the UI
Plotting is a key step in communicating your design with non-AutoCAD users unless you are using AutoCAD WS or another way of hosting your designs for others to see. While many users go straight to the PLOT command and never... Continue reading
Posted Jun 22, 2012 at HyperPics: Beyond the UI
It was only recently that I was able to enjoy the new Muppets film. It was a great family movie and much like the Muppets I grew up with. Anyways, that is what inspired the title of this article, the... Continue reading
Posted Apr 23, 2012 at HyperPics: Beyond the UI
AutoLISP is a great language for combining a few basic AutoCAD commands together or creating complex logic. To get the most out of AutoLISP, you will need to request input from the user and the type of input you need... Continue reading
Posted Apr 20, 2012 at HyperPics: Beyond the UI