Join Pulse If you would like to be included in Pulse, please submit your news, press releases, or blog URL to pulse@novedge.com Novedge reserves the right to exclude certain items from Pulse. | Novedge Novedge Pulse of Kean WalmsleyThe Pulse of the Graphics & Design CommunityMay 2, 13 Through the Interface Blog Jigging an AutoCAD circle using JavaScriptAfter talking about the architecture of our JavaScript API in this recent post – and mentioning the approach we expect developers to take when creating geometry in one of the comments – I thought it would be worth spending the [more...] May 10, 13 Through the Interface Blog Returning data from .NET to JavaScript inside AutoCADHere’s something else that may be of interest to people. As I was working towards the solution shown in the last post – before Albert told me about the ucsToWorld() function (thanks, Albert :-) – I ended up extending the [more...] Apr 26, 13 Through the Interface Blog Under the hood: AutoCADs JavaScript APIBeing here in San Rafael, it seemed like a good opportunity to put pen to paper on the internals of the JavaScript API introduced in AutoCAD 2014. It’s a topic I’ve been meaning to get to for some time, and [more...] Today Through the Interface Blog AutoCAD 360I’m a few days late to the party (largely because I got a little distracted), but felt it was still worth posting on this topic: we’ve just launched AutoCAD 360, the successor to AutoCAD WS. It’s more than a straight [more...] Yesterday Through the Interface Blog Kinect for Xbox OneAnother great week for tech. I’m in hog heaven reading all the information being shared regarding the newly-revealed Xbox One. I’m obviously most interested in the upgrade to the Kinect technology. Here’s what I’ve gleaned, thus far: Full HD with [more...] May 21, 13 Through the Interface Blog AutoCAD and Civil 3D API wishlist surveysThe ADN team has recently announced their annual API wishlist surveys for both AutoCAD and AutoCAD Civil 3D. Our Engineering teams take the results of these surveys very seriously, and greatly appreciate the time you take to provide us with [more...] May 17, 13 Through the Interface Blog Getting to know AutoCAD Architecture, MEP MechanicalDo you make regular use of AutoCAD Architecture (ACA), AutoCAD MEP (AME) or AutoCAD Mechanical (ACM)? If so, I’d be interested in hearing from you. First, some background. Something I haven’t yet talked about on this blog is an additional [more...] May 16, 13 Through the Interface Blog Heading homeI’m at Changi airport, about to board my Swiss flight for Zurich. I had a great few days, here in Singapore, culminating in a presentation on integrating Kinect Fusion and Leap Motion with AutoCAD for members of the various engineering [more...] May 13, 13 Through the Interface Blog In SingaporeI arrived yesterday morning in Singapore, coming in on a Singapore Airlines A380 from Zurich. It was a great flight, as far as long-hauls in economy go: comfortable seats with a great choice of films to watch (my favourite on [more...] May 8, 13 Through the Interface Blog Jigging AutoCAD geometry in an arbitrary UCS using JavaScriptI’ve learned a few things since the last post, where we complemented AutoCAD’s new JavaScript API with some additional .NET functionality to work around an issue that existed in the code we’d developed in the previous two posts. Firstly, I [more...] May 6, 13 Through the Interface Blog Complementing AutoCADs JavaScript API using .NETAfter having some fun writing our first jig inside AutoCAD, last week, and calling it either from an HTML page or an AutoCAD command defined in a .js file, in today’s post we’re going to see how we can use [more...] May 3, 13 Through the Interface Blog Jigging an AutoCAD circle from a JavaScript-defined commandJust to complement yesterday’s post showing how to define a simple jig using JavaScript, here’s the same code from a separate .js file: var doc = Acad.Application.activedocument; var center = new Acad.Point3d(0, 0, 0); var radius = 0; var trId; [more...] Apr 29, 13 Through the Interface Blog Call for proposals: Autodesk University 2013I arrived back safely in Switzerland on Saturday night. It was a pretty good trip to the Bay Area, this time: most surprisingly this is the first time ever I’ve managed to sleep through until 6am (or thereabouts) on every [more...] Apr 24, 13 Through the Interface Blog Stripping formatting from AutoCAD tables pasted from Excel using .NETI’m back in San Rafael after a tiring – but very rewarding – two days down in Santa Cruz. I’ve decided to rattle out a quick post – inspired by this recent comment – before heading out for dinner, so [more...] Apr 22, 13 Through the Interface Blog Santa CruzMy flight out of Zurich was delayed slightly – for snow, of all things! – but the trip across to San Francisco was otherwise smooth enough. After spending a fun Saturday night and Sunday in the city – catching up [more...] Apr 19, 13 Through the Interface Blog Going WestI’m hopping on a plane tomorrow to head across to the Bay Area for a week – I have some internal meetings to attend there. This is the first time I’m flying direct from Switzerland – Swiss now run a [more...] Apr 17, 13 Through the Interface Blog Show me the money!Or otherwise named “Creating an AutoCAD jig to dynamically display a guilloché pattern using F#”. But then why pass up the chance for a Jerry Maguire reference? :-) Anyway, to continue on from last week’s post, Doug – who had [more...] Apr 15, 13 Through the Interface Blog 40 and a daySo that’s it, then. As mentioned some months ago, I’ve now successfully transitioned from thirtysomething to fortysomething. To celebrate the day itself, I shared a cheese fondue with family and a few friends. What was a bit different about this [more...] Apr 12, 13 Through the Interface Blog Printing your own money with AutoCADHere’s a fun one to finish up the week. And no, it isn’t a belated April Fool’s gag. ;-) I should probably say right away that you won’t be printing money after reading this blog post, but you might know [more...] Apr 10, 13 Through the Interface Blog Measuring time elapsed during custom AutoCAD command execution using .NETAs a follow-on from the last post, in today’s we’re going to look at a crude approach for collecting execution information about functions of your choosing from a .NET app inside AutoCAD. We’re going to extend the implementation shown last [more...] Apr 8, 13 Through the Interface Blog Querying AutoCAD objects of a particular type using .NETLate last week I received an interesting email from Bruno Saboia, who’s been experiencing some performance issues with code he’d written to return all the objects of a particular type – in his case, Lines – from the model-space of [more...] Apr 5, 13 Through the Interface Blog More on MorganFor those of you who may have missed it, I really like the Morgan Motor Company, and in particular the latest incarnation of their iconic Morgan 3 Wheeler. Which is why I was very happy to see it featured during [more...] Apr 3, 13 Through the Interface Blog A Fab Lab opens its doors in NeuchtelThe last few Wednesday mornings I’ve swung by Place de la Gare to visit the recently-opened Fab Lab in Neuchâtel. Here’s a quick video description of what Fab Labs are about (and here’s their charter): I was new to the [more...] Apr 1, 13 Through the Interface Blog Taking reality capture to the next level: 3D scentsingI’m excited to announce some revolutionary new technology our "reality capture” team is working on at Autodesk. By now many people will be familiar with the Rip-Mod-Fab workflow (the 3D equivalent of Rip-Mix-Burn for music). The problem with this is [more...] Mar 28, 13 Through the Interface Blog Implementing an AutoCAD palette using HTML5 and JavaScriptAfter introducing the new JavaScript API as one of the new features in AutoCAD 2014, in the last post we looked at a simple command defined using JavaScript. In this post, we’re going to implement a simple, palette-based UI inside [more...] Mar 27, 13 Through the Interface Blog Zooming to an AutoCAD entity using JavaScriptAs promised in yesterday’s post, here’s my first attempt at writing a simple JavaScript app for AutoCAD. This app is purely JavaScript – no HTML to be seen, anywhere – and implements a command inside AutoCAD that will zoom to [more...] Mar 26, 13 Through the Interface Blog AutoCAD 2014 for developersToday is the official launch of 2014 family of products. AutoCAD 2014 will be available in the coming days to customers around the world. You’ll no doubt find lots of information on the interwebs regarding the product’s features, so I’m [more...] Mar 22, 13 Through the Interface Blog Using augmented reality to preview the output of Project PinocchioIn this previous post, we looked at using PointCloud Browser to visualize an AR scene containing a mesh generated by 123D Creature, a new iPad app from Autodesk. In this post, we head on over to Autodesk Labs to take [more...] Mar 20, 13 Through the Interface Blog Kinect Fusion inside AutoCADOK, here goes: my first (public) attempt at integrating the brand new Kinect Fusion functionality – made available this week in v1.7 of Microsoft’s Kinect for Windows SDK – into AutoCAD. There are still a few quirks, so I dare [more...] Mar 18, 13 Through the Interface Blog Kinect Fusion released today!This is very exciting: v1.7 of the Kinect for Windows SDK is being released today and it includes the uber-cool Kinect Fusion component. For those of you who have not yet heard of Kinect Fusion, it allows you to use [more...] Mar 15, 13 Through the Interface Blog 2D vs. 3D graphics system inside AutoCAD (+ request for information)Everyone who uses AutoCAD – even if they use it exclusively in one or the other mode – knows that it’s capable of being used to generate both 2D drawings and 3D models. Not everyone realises there are actually two [more...] Mar 11, 13 Through the Interface Blog Using augmented reality to preview the output of 123D CreatureA few weeks ago, we looked at using PointCloud Browser to visualize simple spherical primitives brought down from a web-service, as well as creating a simple AR game to obliterate them. Visualizing (and popping) spheres is all well and good [more...] Mar 11, 13 Through the Interface Blog Finding a point on an AutoCAD surface based on X,Y coordinates using .NET Part 2As predicted in the first post in this series, today’s post looks at a slightly more robust and user-friendly approach for determining the point on a surface found by firing a ray normal to a selected X,Y point in the [more...] Mar 7, 13 Through the Interface Blog Geneva Motor Show 2013As I had to meet someone at Geneva airport, this morning, I decided to kill two birds with one stone and spend a few hours visiting the 83rd International Motor Show. The show opened its doors to the public, today [more...] |
|
| All product names are registered trademarks of their respective owners. | Copyright © 2003-2013 Novedge LLC |