Skip to main content

123D apps from Autodesk > Create, Make and Play

Autodesk is hard at work trying to stimulate the creator in all of us. They are re-branding some of their previous applications into a suite of tools aimed at the creator and maker.

123D Catch : turn images into 3D objects


Previously known as "Project Photofly" on the Autodesk Labs and discussed in http://cad-3d.blogspot.com/2011/06/project-photofly-20-available-from.html this is a Windows application to turn a series of photographs, taken with a regular digital camera, into a 3D model, automatically. It requires an online connection, as the processing of the images happens on the Autodesk servers.


Beware: I have installed it in a virtual Windows XP on Parallels, but I had to take care to use a local path (e.g. C:\Temp) to ensure proper uploading. The My Documents folder which was linked to my actual Documents folder in OSX was not usable as such.

You can export the 3D model in e.g. FBX format for use in other applications.

123D Make : turn 3D objects into 2D Slices

This is a new Mac-only application (for now) that turns a 3D model into 2D slices that can be directly printed on a Laser cutter. You load an included model or one of your own and can quite easily create a series of cutout contours that are directly layed out on one or more sheets. While the included templates are US-based (inches, Letter format), you can switch to cm or mm and set your own sheet size (e.g. 600x300mm is what we have available in our local Fablab).

123D Make (Mac-only)

Beware that it only runs on Mac OSX (intel CPU) and expires on 31/1/2012!


The app can import STL files or OBJ files only. For proper smooth objects, both can be used. You can create these in most 3D modeling software.

The example I tried was a Rhino model, exported into STL. When trying the OBJ format, it did not read the NURBS version and could not properly import the polygon mesh version. STL seemed more reliable.
Interlocked slices from Rhino STL file
The end result can be exported into EPS or PDF format, which can be used directly (e.g. to send to the Lasercutter or to edit in Illustrator or Inkscape if needed).

123D Sculpt : an iPad Sculpting application

The final app is only available for iPad in the App Store. I could not try this myself, but it seems to be a nice app so definitely check it out if you have an iPad.


What I don't fully get is what you can do with the results... You can share it online as a movie or on social media sites, but it is unclear if you can get your 3D model into a usable form outside of this app.

Final Conclusions

While the apps shown here are interesting and are presented as a suite of tools, you need at least two machine to run them: a Mac, a PC (or at least Windows on your Mac) and an iPad.

They are all free, but are still partially in beta-version, so there are some smaller issues and problems.

That said, they are oriented towards a larger audience, who don't necessarily have all the knowledge and experience for full CAD software.

But as always, with more experience you get better results. So when you use this in combination with e.g. Rhino or AutoCAD or SketchUp, you might have better results in the end.

Comments

  1. Thanks for helping to spread the word.

    ReplyDelete
  2. http://www.sketchup.siteclipse.com

    All you need Sketchup

    ReplyDelete

Post a Comment

Popular posts from this blog

Improve usage of BIM during early design phases

When I was collecting ideas for a book chapter on BIM (that seemed to never have emerged after that), I collected 10 ideas, which I believe still reflect good recommendations to improve the usage of BIM during the early design phases. These ideas are related to BIM software, but you can apply them in any flavor, as long as you can model with Building Elements, Spaces and have control over representation. Introduction This article gives an overview of several recommendations and tips, to better apply BIM applications and BIM methodologies, in the context of the early design phases. Many of these tips are applicable in any BIM application and they are based on experience gathered from teaching, researching and using BIM software. Sometimes they could help software developers to improve the workflow of their particular BIM implementation. Tip 1 : Gradually increase the amount of information In the early design phases, the architect makes assumptions and lays out the main design in

Getting BIM data into Unity (Part 9 - using IfcConvert)

This is part 9 of a series of posts about getting BIM data into Unity. In this post, we’ll discuss the IfcConvert utility from the IfcOpenShell Open Source IFC Library to preprocess an IFC model for integration with Unity. This is (finally?) again a coding post, with some scripts which are shared to build upon. Conversion of IFC into Unity-friendly formats The strategy with this approach is that you preprocess the IFC-file into more manageable formats for Unity integration. Most Web-platforms do some sort of pre-processing anyway, so what you see in your browsers is almost never an IFC-file, but an optimised Mesh-based geometric representation. However, it wouldn’t be BIM-related if we’d limit ourselves to the geometry, so we will parse the model information as well, albeit using another, pre-processed file. IFC to Wavefront OBJ I used a test IFC-model and used the IfcConvert-utility converted it into OBJ en XML formats. The default way to use it is very simple:

Getting BIM data into Unity (Part 8 - Strategies to tackle IFC)

This is part 8 of a series of posts about getting BIM data into Unity. In this post, we’ll discuss IFC as a transfer format towards Unity. As with the previous post, this is not a coding post, although hints and examples are provided. Open BIM and IFC Everybody who ever met me or heard me present on a conference or BIM-lecture will not be surprised to hear that I’m a strong believer in the Industry Foundation Classes (IFC), an open standard, with already two versions published as an ISO standard, being IFC2x2 and IFC4 (but surprisingly not IFC2x3 which is widely used). In the ideal world, this would be the format to use to transfer BIM data into another environment, such as Unity. So what are our options? Looking in the Unity Asset Store Assimp is a library which supports multiple formats, including IFC. https://assetstore.unity.com/packages/tools/modeling/trilib-unity-model-loader-package-91777   I did a few attempts, but alas without any success. It is possib