<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>What a Mesh</title>
    
    <link rel="hub" href="http://hubbub.api.typepad.com/" />
    <link rel="alternate" type="text/html" href="http://whatamesh.typepad.com/whatamesh/" />
    <id>tag:typepad.com,2003:weblog-1851007</id>
    <updated>2009-10-21T11:57:15-07:00</updated>
    <subtitle>AutoCAD 3D modeling and workflows </subtitle>
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <link rel="self" href="http://feeds.feedburner.com/WhatAMesh" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry>
        <title>Back to basics: Extrusion in AutoCAD part 2</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WhatAMesh/~3/G73jMgE3GiM/back-to-basics-extrusion-in-autocad-part-2.html" />
        <link rel="replies" type="text/html" href="http://whatamesh.typepad.com/whatamesh/2009/10/back-to-basics-extrusion-in-autocad-part-2.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156eda7856970c0120a60dc07f970b</id>
        <published>2009-10-21T11:57:15-07:00</published>
        <updated>2009-10-21T11:57:15-07:00</updated>
        <summary>I just wanted to point out a couple of things about simple extrusions, before getting deeper into some more functionalities in following posts. I received the question about how we could achieve the same results with numerical input and not...</summary>
        <author>
            <name>Guillermo Melantoni</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Solid Modeling" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://whatamesh.typepad.com/whatamesh/"><div xmlns="http://www.w3.org/1999/xhtml"><p>I just wanted to point out a couple of things about simple extrusions, before getting deeper into some more functionalities in following posts.</p>
<p>I received the question about how we could achieve the same results with numerical input and not press/pull.</p>
<p>There is really not much to say about numerical input. Once the command starts, you can obviously introduce a value for height through the command prompt. If you decide to use Taper Angle, just select the option from the command prompt (the shortcut is T), and once you enter a taper angle, the operation will prompt for the height.</p>
<p>One of the existing options is to repeat the last height, provided there has already been an extrusion done. This is actually the default, so if you just click enter, you will get the same height as the last object extruded.</p>
<p>If you already have the extrusion done and you click on the object, you can change both height and taper angle from the properties palette, if you really don't want to use in canvas editing.</p>
<p><a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a60d6af5970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="DISPLAY: inline"><img alt="Post 2" class="asset asset-image at-xid-6a01156eda7856970c0120a60d6af5970b " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a60d6af5970b-320wi" /></a> </p>
<p>Now, let me talk a little bit about in-canvas editing. Press/Pull is only a fraction of the options available for editing the object by having a direct interaction with it.</p>
<p>We have control over the height of the extrusion, the grips that belong to the profile, and we can also use direct manipulation over the faces, edges and vertices. Some of the old solid editing commands are probably not allowing that much flexibility as direct manipulation, and this is a trend that you will see getting more and more enhanced everywhere. Just take a look at Inventor Fusion and you'll see what I mean. We're not alone in this trend.</p>
<p>One last thing for today, and again, most of you will find it obvious. In the past, every command that requested for a distance would allow clicking in two points of the screen and retrieve that distance as input for the current command. This was also the case for extrude.</p>
<p>However, starting in 2007, if you just click on the height of any object in the screen, extrude will take the distance from the xy plane where the profile is placed to the Z of the selected object. So, if you just opened the file and you don't have the last extrude height, or maybe you are trying to retrieve any extrusion height which was not the last one you did, this option is tremendously productive.</p>
<p><a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a60d9066970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="DISPLAY: inline"><img alt="Post 2 2" class="asset asset-image at-xid-6a01156eda7856970c0120a60d9066970b " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a60d9066970b-320wi" /></a> </p>
<p>In this image, I'm extruding a circle in order to get a cylinder, and I'm about to click any of the upper vertices of the box.</p>
<p><a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a60d91f7970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="DISPLAY: inline"><img alt="Post 2 3" class="asset asset-image at-xid-6a01156eda7856970c0120a60d91f7970b " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a60d91f7970b-320wi" /></a> </p>
<p>Both models have the same height now.</p>
<br />
<p>More on direct manipulation in the next post.<br /> <br /> <br /> </p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/WhatAMesh/~4/G73jMgE3GiM" height="1" width="1" /></div></content>


    <feedburner:origLink>http://whatamesh.typepad.com/whatamesh/2009/10/back-to-basics-extrusion-in-autocad-part-2.html</feedburner:origLink></entry>
    <entry>
        <title>Back to basics: Extrusion in AutoCAD</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WhatAMesh/~3/31o7mwinifE/back-to-basics-extrusion-in-autocad.html" />
        <link rel="replies" type="text/html" href="http://whatamesh.typepad.com/whatamesh/2009/10/back-to-basics-extrusion-in-autocad.html" thr:count="1" thr:updated="2009-10-12T23:37:14-07:00" />
        <id>tag:typepad.com,2003:post-6a01156eda7856970c0120a5dad6e4970b</id>
        <published>2009-10-11T22:17:24-07:00</published>
        <updated>2009-10-11T22:17:24-07:00</updated>
        <summary>After some weeks of adjustment and some sleep deprivation, I'm back with more tips and (hopefully) useful data about modeling in AutoCAD. Talking about extrusion seems a little too basic, but I still need to cover some basics about it...</summary>
        <author>
            <name>Guillermo Melantoni</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Solid Modeling" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://whatamesh.typepad.com/whatamesh/"><div xmlns="http://www.w3.org/1999/xhtml"><p>After some weeks of adjustment and some sleep deprivation, I'm back with more tips and (hopefully) useful data about modeling in AutoCAD.</p>
<p>Talking about extrusion seems a little too basic, but I still need to cover some basics about it in order to get to more advanced topics.</p>
<p>The Extrude command has been around for some time already, and also allows other options than just the basic operation of generating a model that makes use of a profile and uses the normal to that profile as path.</p>
<p>AutoCAD 2007 introduced real time preview of the operation, and also introduced a couple of new controls in order to manipulate the extruded geometry. The real time preview can be seen in the image below. Once you select the profile, you will be able to define the height, or also access other options. It is important to clarify that the preview only happens if you select a single profile for extrusion. If there are multiple profiles selected, Extrude will prompt for the height without showing the preview of the operation.</p>
<p><a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a5daca42970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="DISPLAY: inline"><img alt="New Picture" class="asset asset-image at-xid-6a01156eda7856970c0120a5daca42970b " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a5daca42970b-320wi" /></a> </p>
<p>The other options inside the Extrude command can be accessed by right clicking and using the shortcut menu, by using the cursor and then selecting the desired option, or by simply using the command prompt. These options include using the last height of a previous extrusion, taper angle, direction and path.</p>
<p>Let's focus on taper angle today. A positive taper angle will make the extruded faces converge. Once the taper angle is selected, you need to specify a height. The real time preview does not work after adding a taper angle to the operation.</p>
<p> <a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a6316249970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="DISPLAY: inline"><img alt="New Picture (1)" class="asset asset-image at-xid-6a01156eda7856970c0120a6316249970c " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a6316249970c-320wi" /></a> </p>
<p>So after finishing the command, the results would be the following:</p>
<p><a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a5dad2a1970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="DISPLAY: inline"><img alt="New Picture (2)" class="asset asset-image at-xid-6a01156eda7856970c0120a5dad2a1970b " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a5dad2a1970b-320wi" /></a> <br /></p>
<p>If you now click on the extruded model, you will see grips along the vertices of the original profile, and a control at the top of the extrusion. Let's talk about the latter. If you click on this control, you will be able to change the height of the extrusion and have a real time preview. The curious thing is that we can see the preview even if we have used taper angle, even though the preview was not enabled during the creation of the extrusion.</p>
<p><a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a5dad468970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="DISPLAY: inline"><img alt="New Picture (3)" class="asset asset-image at-xid-6a01156eda7856970c0120a5dad468970b " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a5dad468970b-320wi" /></a> <br />  <br /> In older versions of AutoCAD, if the taper angle and the height produced a self intersection, the command would fail. After 2007, you can keep dragging the control for the height even up to the point of self intersection, and still get a predictable result. If you select the object again, you will see the extrusion control not on the edge that was defined at the convergence of the faces, but on the height where you dragged it. If you select it again and drag it down, you may recover the top face, if you go down the point of self intersection.</p>
<p><a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a63165ff970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="DISPLAY: inline"><img alt="New Picture (4)" class="asset asset-image at-xid-6a01156eda7856970c0120a63165ff970c " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a63165ff970c-320wi" /></a> </p>
<p>In the next post, we'll see what happens when we edit the vertices in the profile, and when we do some direct manipulation over the model's subobjects.</p>
<p><br /> <br /> </p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/WhatAMesh/~4/31o7mwinifE" height="1" width="1" /></div></content>


    <feedburner:origLink>http://whatamesh.typepad.com/whatamesh/2009/10/back-to-basics-extrusion-in-autocad.html</feedburner:origLink></entry>
    <entry>
        <title>Offtopic - The reason for not having updated in the last weeks</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WhatAMesh/~3/4ktlL446WUw/offtopic-the-reason-for-not-having-updated-in-the-last-weeks.html" />
        <link rel="replies" type="text/html" href="http://whatamesh.typepad.com/whatamesh/2009/09/offtopic-the-reason-for-not-having-updated-in-the-last-weeks.html" thr:count="2" thr:updated="2009-10-02T07:31:25-07:00" />
        <id>tag:typepad.com,2003:post-6a01156eda7856970c0120a6002fe2970c</id>
        <published>2009-09-29T11:20:08-07:00</published>
        <updated>2009-09-29T11:20:08-07:00</updated>
        <summary>Hi, In a totally offtopic posting, I wanted to share the happiness of our addition to the family. Francisco Dante Melantoni Rey was born last Thursday, and he's a healthy and alert baby boy. And who said that there's not...</summary>
        <author>
            <name>Guillermo Melantoni</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Miscelaneous" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://whatamesh.typepad.com/whatamesh/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Hi, </p>
<p>In a totally offtopic posting, I wanted to share the happiness of our addition to the family. Francisco Dante Melantoni Rey was born last Thursday, and he's a healthy and alert baby boy.</p>
<p>And who said that there's not a new AutoCAD for the new generation? I remember my beginnings in DOS, and compare with the possibilities of interaction and visualizations, and it's impressive.</p>
<p>
<p class="asset asset-image"><a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a6002411970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="DISPLAY: inline"><img alt="DSC05299" class="at-xid-6a01156eda7856970c0120a6002411970c " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a6002411970c-320wi" /></a> </p>
<p class="asset asset-image">I'll be back to normal by the end of this week, so keep tuned for more postings about AutoCAD and interop with verticals!</p> </p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/WhatAMesh/~4/4ktlL446WUw" height="1" width="1" /></div></content>


    <feedburner:origLink>http://whatamesh.typepad.com/whatamesh/2009/09/offtopic-the-reason-for-not-having-updated-in-the-last-weeks.html</feedburner:origLink></entry>
    <entry>
        <title>Probably the best animation I've seen - Kahn's Library at Philips Exeter Academy - by Alex Roman</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WhatAMesh/~3/WBIvUlTdp-A/probably-the-best-animation-ive-seen-kahns-library-at-philips-exeter-academy-by-alex-roman.html" />
        <link rel="replies" type="text/html" href="http://whatamesh.typepad.com/whatamesh/2009/09/probably-the-best-animation-ive-seen-kahns-library-at-philips-exeter-academy-by-alex-roman.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156eda7856970c0120a57c5733970b</id>
        <published>2009-09-18T07:17:00-07:00</published>
        <updated>2009-09-18T07:17:00-07:00</updated>
        <summary>Well, this may not have 100% to do with AutoCAD, but I felt I had to share this animation. I'm not sure I have ever seen a combination of technical expertise, perfect texturing, amazing illumination, outstanding cameras, and above all,...</summary>
        <author>
            <name>Guillermo Melantoni</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Miscelaneous" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://whatamesh.typepad.com/whatamesh/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Well, this may not have 100% to do with AutoCAD, but I felt I had to share this animation. I'm not sure I have ever seen a combination of technical expertise, perfect texturing, amazing illumination, outstanding cameras, and above all, a story told in such a beautiful way. </p>
<p>I did not know the author before, but from now on, Alex Roman, from Spain (3ds Max user among other applications) is my reference about how to bring a building to life. This masterpiece of Louis Kahn could not be better represented. It needed another masterpiece like this.</p>
<p>I can't wait to see whatever Alex does next.</p>
<p>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/sMFlrA02GUM&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/sMFlrA02GUM&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/WhatAMesh/~4/WBIvUlTdp-A" height="1" width="1" /></div></content>


    <feedburner:origLink>http://whatamesh.typepad.com/whatamesh/2009/09/probably-the-best-animation-ive-seen-kahns-library-at-philips-exeter-academy-by-alex-roman.html</feedburner:origLink></entry>
    <entry>
        <title>Autodesk SketchBook Mobile for the iPhone and iPod touch</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WhatAMesh/~3/eAnAU4jXCRo/autodesk-sketchbook-mobile-for-the-iphone-and-ipod-touch.html" />
        <link rel="replies" type="text/html" href="http://whatamesh.typepad.com/whatamesh/2009/09/autodesk-sketchbook-mobile-for-the-iphone-and-ipod-touch.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156eda7856970c0120a5d12f33970c</id>
        <published>2009-09-17T12:45:45-07:00</published>
        <updated>2009-09-17T12:45:45-07:00</updated>
        <summary>You may have already seen many blogs announcing the news about the new Autodesk Sketchbook Mobile for iPhone and iPod touch. If you haven't, I'll refer you to my friend Shaan's blog. http://autodesk.blogs.com/between_the_lines/2009/09/autodesk-sketchbook-mobile-for-the-iphone-and-ipod-touch.html What I want to do instead, is...</summary>
        <author>
            <name>Guillermo Melantoni</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Miscelaneous" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://whatamesh.typepad.com/whatamesh/"><div xmlns="http://www.w3.org/1999/xhtml"><p>You may have already seen many blogs announcing the news about the new Autodesk Sketchbook Mobile for iPhone and iPod touch. If you haven't, I'll refer you to my friend Shaan's blog.</p>
<p><a href="http://autodesk.blogs.com/between_the_lines/2009/09/autodesk-sketchbook-mobile-for-the-iphone-and-ipod-touch.html">http://autodesk.blogs.com/between_the_lines/2009/09/autodesk-sketchbook-mobile-for-the-iphone-and-ipod-touch.html</a></p>
<p>What I want to do instead, is show you my<span id="fck_dom_range_temp_1253216158243_682" /> first experiment with the app. I've been using Sketchbook Pro for a while (<a href="http://usa.autodesk.com/adsk/servlet/index?id=6848332&amp;siteID=123112">http://usa.autodesk.com/adsk/servlet/index?id=6848332&amp;siteID=123112</a>), and was quite impressed at the quality of the app for iPhone.</p>
<p>You can basically use your fingers to sketch, and taking advantage of the pressure in the touch sensitive screen, not only have fun, but be productive.</p>
<p>Ever had an idea in a place where you can't grab your computer, or not even a paper? Remember the sketches on napkins while discussing about architecture in a pub? How cool is it to be able to use multiple tools, save, and email your sketch? </p>
<p>This is my first experiment in my iPod touch.</p>
<p><a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a57aab20970b-popup" onclick="window.open(this.href,'_blank','scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" style="DISPLAY: inline"><img alt="my first sketch" class="at-xid-6a01156eda7856970c0120a57aab20970b " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a57aab20970b-500pi" title="my first sketch" /></a> </p>
<p>Then i just sent it to myself, and opened AutoCAD 2010, and made a very quick model based on my sketch.</p>
<p><a href="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a57aacf3970b-popup" onclick="window.open(this.href,'_blank','scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" style="DISPLAY: inline"><img alt="my design in AutoCAD" class="at-xid-6a01156eda7856970c0120a57aacf3970b " src="http://whatamesh.typepad.com/.a/6a01156eda7856970c0120a57aacf3970b-500pi" title="my design in AutoCAD" /></a> </p>
<p>Here's more information about the app. I hope you have a lot of fun!</p>
<li>YouTube Video <a href="http://www.youtube.com/watch?v=YwYm5YhA0pQ"><font color="#0066cc">SketchBook Mobile iPhone App from Autodesk</font></a> </li>
<li>Press Release <a href="http://pressreleases.autodesk.com/index.php?s=118&amp;item=635"><font color="#0066cc">Autodesk Releases SketchBook Mobile on the App Store</font></a> </li>
<li>Product details <a href="http://usa.autodesk.com/adsk/servlet/item?siteID=123112&amp;id=13872203"><font color="#0066cc">SketchBook Mobile Now Available for the iPhone and iPod touch</font></a> </li><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/WhatAMesh/~4/eAnAU4jXCRo" height="1" width="1" /></div></content>


    <feedburner:origLink>http://whatamesh.typepad.com/whatamesh/2009/09/autodesk-sketchbook-mobile-for-the-iphone-and-ipod-touch.html</feedburner:origLink></entry>
    <entry>
        <title>Webcast about AutoCAD 2010 in Spanish</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WhatAMesh/~3/DDCO_kl7pVE/webcast-about-autocad-2010-in-spanish.html" />
        <link rel="replies" type="text/html" href="http://whatamesh.typepad.com/whatamesh/2009/09/webcast-about-autocad-2010-in-spanish.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156eda7856970c0120a5be1f89970c</id>
        <published>2009-09-12T07:35:55-07:00</published>
        <updated>2009-09-12T07:35:55-07:00</updated>
        <summary>Not so long ago I mentioned a Webcast about AutoCAD 2010 that I was going to conduct for Mexican customers. Even though this is my part of the blog in English, I felt it could also be useful to publish...</summary>
        <author>
            <name>Guillermo Melantoni</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Videos" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://whatamesh.typepad.com/whatamesh/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Not so long ago I mentioned a Webcast about AutoCAD 2010 that I was going to conduct for Mexican customers. Even though this is my part of the blog in English, I felt it could also be useful to publish this link for all of you.</p>
<p>Just checking where my readers come from, many of the ones that read the English version still come from Spanish speaking countries.</p>
<p>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/wNaqO9BZyZI&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/wNaqO9BZyZI&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/NTrjHmTEYjs&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/NTrjHmTEYjs&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/8c7w6Fm0Ooo&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/8c7w6Fm0Ooo&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/5_5WpmmmF08&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/5_5WpmmmF08&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/tmtygSRk8ZQ&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/tmtygSRk8ZQ&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/hwHUT6kxZbk&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/hwHUT6kxZbk&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/NASZX-mhO0o&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/NASZX-mhO0o&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/m5reB7XXrQM&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/m5reB7XXrQM&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/iozCektK-sk&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/iozCektK-sk&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/2zWYwYoP4Uo&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/2zWYwYoP4Uo&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/WhatAMesh/~4/DDCO_kl7pVE" height="1" width="1" /></div></content>


    <feedburner:origLink>http://whatamesh.typepad.com/whatamesh/2009/09/webcast-about-autocad-2010-in-spanish.html</feedburner:origLink></entry>
    <entry>
        <title>Touring Autodesk's Gallery - Multitouch screen</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WhatAMesh/~3/-XvyDQIC2jk/touring-autodesks-gallery-multitouch-screen.html" />
        <link rel="replies" type="text/html" href="http://whatamesh.typepad.com/whatamesh/2009/09/touring-autodesks-gallery-multitouch-screen.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156eda7856970c0120a5a24769970c</id>
        <published>2009-09-07T05:48:00-07:00</published>
        <updated>2009-09-07T05:48:00-07:00</updated>
        <summary>While I wait to rush into Labor and Delivery, this is another video shot at the Gallery with my friend Brian Pene. This time, he's explaining how we use a Multitouch screen with Mudbox. Enjoy!</summary>
        <author>
            <name>Guillermo Melantoni</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Videos" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://whatamesh.typepad.com/whatamesh/"><div xmlns="http://www.w3.org/1999/xhtml"><p>While I wait to rush into Labor and Delivery, this is another video shot at the Gallery with my friend Brian Pene. This time, he's explaining how we use a Multitouch screen with Mudbox.</p>
<p>Enjoy!</p>
<p>
<object height="344" width="425"><param name="movie" value="http://www.youtube.com/v/oCJaduPCFPY&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/oCJaduPCFPY&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="425" /></object></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/WhatAMesh/~4/-XvyDQIC2jk" height="1" width="1" /></div></content>


    <feedburner:origLink>http://whatamesh.typepad.com/whatamesh/2009/09/touring-autodesks-gallery-multitouch-screen.html</feedburner:origLink></entry>
    <entry>
        <title>In canvas editing of solids in AutoCAD 2010</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WhatAMesh/~3/MAZ61VsW_MM/in-canvas-editing-of-solids-in-autocad-2010.html" />
        <link rel="replies" type="text/html" href="http://whatamesh.typepad.com/whatamesh/2009/09/in-canvas-editing-of-solids-in-autocad-2010.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156eda7856970c0120a541df20970b</id>
        <published>2009-09-02T13:44:05-07:00</published>
        <updated>2009-09-02T13:44:05-07:00</updated>
        <summary>These days have been quite intense around here, with the baby coming any time between right now and next week. Anyway, while we wait to rush to the hospital, I found some time to make a new video about AutoCAD...</summary>
        <author>
            <name>Guillermo Melantoni</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Solid Modeling" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://whatamesh.typepad.com/whatamesh/"><div xmlns="http://www.w3.org/1999/xhtml"><p>These days have been quite intense around here, with the baby coming any time between right now and next week. Anyway, while we wait to rush to the hospital, I found some time to make a new video about AutoCAD 2010. </p>
<p>I have been in many situations in which I'm told that AutoCAD is a complex tool for 3d, but this statement normally comes from people that have not been around AutoCAD 3d for the last years.</p>
<p>In AutoCAD 2007, we made solid editing much easier with some in canvas editing. This means that by directly manipulating the objects on screen, we can get to results that needed commands like Move Face, Offset Face, etc etc. </p>
<p>I don't think I've used those ever since AutoCAD 2007, and have not had the need for 3d move, 3d scale and 3d rotate after AutoCAD 2010 either.</p>
<p>In this video, I'll show you how to make the best out of in canvas editing of a solid. I'll try to post a couple more videos on this subject, probably between diaper changes.</p>
<p>As usual, the video is in HD if you click on the YouTube link.</p>
<p>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/4KZDehOJzfI&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/4KZDehOJzfI&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/WhatAMesh/~4/MAZ61VsW_MM" height="1" width="1" /></div></content>


    <feedburner:origLink>http://whatamesh.typepad.com/whatamesh/2009/09/in-canvas-editing-of-solids-in-autocad-2010.html</feedburner:origLink></entry>
    <entry>
        <title>Mixed Reality Interface at Autodesk Gallery</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WhatAMesh/~3/1TxDWiujb-c/mixed-reality-interface-at-autodesk-gallery.html" />
        <link rel="replies" type="text/html" href="http://whatamesh.typepad.com/whatamesh/2009/08/mixed-reality-interface-at-autodesk-gallery.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156eda7856970c0120a513ebdc970b</id>
        <published>2009-08-24T03:00:00-07:00</published>
        <updated>2009-08-24T03:00:00-07:00</updated>
        <summary>This is the first of a series of 3 videos I did with Brian Pene, a great friend who works at Autodesk at the Office of the CTO. This time, he's showing the Mixed Reality Interface, which is a great...</summary>
        <author>
            <name>Guillermo Melantoni</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Videos" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://whatamesh.typepad.com/whatamesh/"><div xmlns="http://www.w3.org/1999/xhtml"><p>This is the first of a series of 3 videos I did with Brian Pene, a great friend who works at Autodesk at the Office of the CTO. This time, he's showing the Mixed Reality Interface, which is a great tool to communicate a project either to our customers or to our own peers at the design firm.</p>
<p>The device is connected with the model that is visualized with Project Newport, which can import models from a variety of applications, including Revit, AutoCAD, Max, Maya, etc.</p>
<p>Check it out. As usual, you can watch it in HD if you click the YouTube link.</p>
<p>
<object height="344" width="425"><param name="movie" value="http://www.youtube.com/v/u0V-fbuF5M4&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/u0V-fbuF5M4&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="425" /></object></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/WhatAMesh/~4/1TxDWiujb-c" height="1" width="1" /></div></content>


    <feedburner:origLink>http://whatamesh.typepad.com/whatamesh/2009/08/mixed-reality-interface-at-autodesk-gallery.html</feedburner:origLink></entry>
    <entry>
        <title>Updating a conceptual mass between AutoCAD 2010 and Revit Arch 2010</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/WhatAMesh/~3/9NPYSGl4dag/updating-a-conceptual-mass-between-autocad-2010-and-revit-arch-2010.html" />
        <link rel="replies" type="text/html" href="http://whatamesh.typepad.com/whatamesh/2009/08/updating-a-conceptual-mass-between-autocad-2010-and-revit-arch-2010.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156eda7856970c0120a55fa5d0970c</id>
        <published>2009-08-20T08:51:59-07:00</published>
        <updated>2009-08-20T08:51:59-07:00</updated>
        <summary>Hi, I've got a baby coming in a couple of weeks, so life is quite intense, but I want to keep the quality of the postings, even if they don't come twice a week as before. But they will be...</summary>
        <author>
            <name>Guillermo Melantoni</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="AutoCAD - Revit" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://whatamesh.typepad.com/whatamesh/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Hi, </p>
<p>I've got a baby coming in a couple of weeks, so life is quite intense, but I want to keep the quality of the postings, even if they don't come twice a week as before. But they will be back to normal around end of September. In the meantime, expect at least one post per week.</p>
<p>This time, I'm posting a video about the best way to manage the link of a conceptual design in AutoCAD with a mass in Revit.</p>
<p>As usual, you can see it in HD if you go to the YouTube link.</p>
<p>Hope it's useful!</p>
<p>
<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/cjsmsyyLitk&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/cjsmsyyLitk&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="560" /></object></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/WhatAMesh/~4/9NPYSGl4dag" height="1" width="1" /></div></content>


    <feedburner:origLink>http://whatamesh.typepad.com/whatamesh/2009/08/updating-a-conceptual-mass-between-autocad-2010-and-revit-arch-2010.html</feedburner:origLink></entry>
 
</feed><!-- ph=1 --><!-- nhm:dynamic-ssi -->
