<?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>Being Inventive</title>
    
    
    <link rel="alternate" type="text/html" href="http://beinginventive.typepad.com/being-inventive/" />
    <id>tag:typepad.com,2003:weblog-1850859</id>
    <updated>2012-05-17T17:47:41-07:00</updated>
    <subtitle>The official support blog for the Autodesk Inventor product line </subtitle>
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/BeingInventive" /><feedburner:info uri="beinginventive" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://hubbub.api.typepad.com/" /><entry>
        <title>Migrating content center libraries with custom materials to 2013</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BeingInventive/~3/wsHtdkmGzAE/migrating-content-center-libraries-with-custom-materials-to-2013.html" />
        <link rel="replies" type="text/html" href="http://beinginventive.typepad.com/being-inventive/2012/05/migrating-content-center-libraries-with-custom-materials-to-2013.html" thr:count="4" thr:updated="2012-05-22T15:22:31-07:00" />
        <id>tag:typepad.com,2003:post-6a01156ed841f2970c0168eb945137970c</id>
        <published>2012-05-17T17:47:41-07:00</published>
        <updated>2012-05-17T17:48:20-07:00</updated>
        <summary>I wanted to make everyone aware that due to the new way of working with materials and appearances/colors in 2013, extreme caution has to be observed when migrating custom Content libraries that contain custom materials. The order in which you do things is of utmost importance. The proper migration order is: 1. Migrate your custom material style into a 2013 material library first 2. Make sure that the proper material library is active in your project file 3. Update the content center library I'll give a more detailed example of each of these steps. Assume that I have a Content...</summary>
        <author>
            <name>Bob Van der Donck</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Content Center/ADMS" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Project editor (IPJ)" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://beinginventive.typepad.com/being-inventive/"><div xmlns="http://www.w3.org/1999/xhtml"><p>I wanted to make everyone aware that due to the new way of working with materials and appearances/colors in 2013, extreme caution has to be observed when migrating <span style="text-decoration: underline;">custom Content libraries that contain custom materials</span>.</p>
<p>The order in which you do things is of utmost importance. The proper migration order is:</p>
<p style="margin-left: 36pt;">1. <strong>Migrate </strong>your custom material style into a 2013 material library first</p>
<p style="margin-left: 36pt;">2. Make sure that the proper material library is <strong>active in your project file</strong></p>
<p style="margin-left: 36pt;">3. <strong>Update</strong> the content center library</p>
<p style="margin-left: 36pt;"> </p>
<p>I'll give a more detailed example of each of these steps.</p>
<p>Assume that I have a Content Center family defined in a desktop content file Mylibrary.idcl that uses a material called "Glowing red uranium".</p>
<p>Why uranium? I like to live dangerously <span style="font-family: Wingdings;">J</span></p>
<p><img alt="" height="119" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016766928ff4970b-pi" width="458" /></p>
<p><strong>Fig 1: Custom Content family with Custom material </strong></p>
<p>I'll describe two possible scenarios.</p>
<p>Scenario 1: the custom material is defined as part of your Materials.xml and Colors.xml file in 2012 and you want to migrate the custom material into the existing InventorMaterialLibrary.adsklib library.</p>
<p>Scenario 2: the custom material is exported in 2012 as an individual style file called glowingred uranium.styxml and you want to migrate this style to a brand new 2013 Material library.</p>
<h1><span style="font-size: 12pt;">Step 1. Migrate the custom material style to 2013 </span></h1>
<p>This can be done quite easily by using the Migrate Inventor Styles option at the bottom of the Material editor window.</p>
<p>The only downside is that you will need to start a new Inventor part or assembly file to gain access to the Material and Style editor.</p>
<p><span style="text-decoration: underline;">Scenario 1: </span></p>
<p>Start a new part and start the Material editor</p>
<p>Start the Migrate Inventor Styles command</p>
<p><img alt="" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016766928ff8970b-pi" /></p>
<p><strong>Fig 2: Location of the Migrate Inventor Styles command </strong></p>
<p>Select as origin location the folder where your Materials.xml and Colors.xml file sit.</p>
<p>Select as destination location the folder of the InventorMaterialLibrary.adsklib , which is by default in C:\Users\Public\Documents\Autodesk\Inventor 2013\Design Data\Materials.</p>
<p><img alt="" height="357" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016766929000970b-pi" width="449" /></p>
<p><strong>Fig 3: Migrating material style to existing 2013 material library </strong></p>
<p>Close and reopen your Material editor and you should now see the custom material show up in the list</p>
<p><img alt="" height="188" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016766929007970b-pi" width="442" /></p>
<p><strong>Fig 4: Custom material correctly migrated </strong></p>
<p><span style="text-decoration: underline;">Scenario 2:</span> if you have an individual file glowingred uranium.styxml that you want to migrate to a new library.</p>
<p>First create a new material library and call it Mylibrary.</p>
<p><img alt="" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c01676692900f970b-pi" /></p>
<p>Go to the Style editor and Import the style</p>
<p><img alt="" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0163059eb143970d-pi" /></p>
<p><strong>Fig 5: Import button allowing more granular style migration </strong></p>
<p>If you open the Material editor, you will see that the imported material is showing up in the top portion of the dialog, indicating that the material is cached as a local style in the active document.</p>
<p><img alt="" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016766929016970b-pi" /></p>
<p><strong>Fig 6: Locally cached material style </strong></p>
<p>This means that our custom material is not in the library yet. To get it in the library, you would have to explicitly tell Inventor to add it to our library with the "Add to" context command.</p>
<p><img alt="" height="292" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c01676692901f970b-pi" width="472" /></p>
<p><br /><strong>Fig 7: Adding a custom material to a new library </strong></p>
<p>This brings us to step two which involves some work in the active project file.</p>
<h1><span style="font-size: 12pt;">Step 2. Make sure that material library is active in your project file </span></h1>
<p>Close all documents and open the project editor</p>
<p>For Scenario 1: make sure the Inventor Material Library is the active library</p>
<p>For Scenario 2: add the Mymaterials.adsklib file and make it the active material library (in bold)</p>
<p><img alt="" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eb945126970c-pi" /></p>
<p><strong>Fig 8: Verifying in the project editor that the custom library is active </strong></p>
<h1><span style="font-size: 12pt;">Step 3. Update the content center library </span></h1>
<p>Keep your project file open and add the custom content center library (mylibrary.idcl) by clicking on the lower right icon in the editor.</p>
<p>The library will be flagged as being out-of-date by showing a yellow exclamation mark.</p>
<p><img alt="" height="438" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eb945131970c-pi" width="471" /></p>
<p><strong>Fig 9: Warning sign that My Library is out of date </strong></p>
<p> </p>
<p>Hit the update button at the lower right of this dialog and you are set.</p>
<p> </p>
<p>To fully test that your content center library works correctly, start a new assembly and place a part from the "My Library" library or you could also check the material in the content center editor of course.</p>
<p> </p>
<p>Hopefully above procedure will spare you some headaches.</p>
<p>The bottom line is:</p>
<p>Please make sure that your custom materials are migrated correctly BEFORE hitting that update button in step 3.</p>
<p>Migrating the custom material to 2013 after the content center library has been updated to 2013, does not work unfortunately.</p>
<p> </p>
<p>Thanks</p>
<p>Bob</p>
<p> </p>
<p> </p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BeingInventive/~4/wsHtdkmGzAE" height="1" width="1" /></div></content>



    <feedburner:origLink>http://beinginventive.typepad.com/being-inventive/2012/05/migrating-content-center-libraries-with-custom-materials-to-2013.html</feedburner:origLink></entry>
    <entry>
        <title>Controlling the zoom speed of the scroll wheel of your mouse</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BeingInventive/~3/yC41k8275Vk/controlling-the-zoom-speed-of-the-scroll-wheel-of-your-mouse.html" />
        <link rel="replies" type="text/html" href="http://beinginventive.typepad.com/being-inventive/2012/05/controlling-the-zoom-speed-of-the-scroll-wheel-of-your-mouse.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156ed841f2970c0168eb6978cb970c</id>
        <published>2012-05-10T12:11:06-07:00</published>
        <updated>2012-05-10T12:09:13-07:00</updated>
        <summary>I bet most of us use a scroll wheel mouse as these type of mice are ubiquitous these days. So I wanted to share a tip with you all. Generally I am a bit reluctant to share registry hacks as it could get you into trouble if you are not very careful when editing the registry. But this registry hack is very useful. So it is hard to pass on not communicating this to the world. There are probably two things you might want to configure as far as the scroll wheel goes: zoom direction and zoom sensitivity. For the...</summary>
        <author>
            <name>Bob Van der Donck</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="All environments/entire product" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="User Interface" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://beinginventive.typepad.com/being-inventive/"><div xmlns="http://www.w3.org/1999/xhtml"><p><span style="font-family: Arial; font-size: 10pt;">I bet most of us use a scroll wheel mouse as these type of mice are ubiquitous these days. So I wanted to share a tip with you all.<br />Generally I am a bit reluctant to share registry hacks as it could get you into trouble if you are not very careful when editing the registry.<br />But this registry hack is very useful. So it is hard to pass on not communicating this to the world. </span></p>
<p><span style="font-family: Arial; font-size: 10pt;">There are probably two things you might want to configure as far as the scroll wheel goes: zoom direction and zoom sensitivity. </span></p>
<p><span style="font-family: Arial; font-size: 10pt;">For the zoom direction we offer a convenient Application option on the Display tab that allows you to reverse the zoom direction. </span></p>
<p><span style="font-family: Arial; font-size: 10pt;">This is very useful for users that switch regularly between AutoCAD and Inventor. </span></p>
<p><img alt="" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c01630573bfa8970d-pi" /><span style="font-family: Arial; font-size: 10pt;"> </span></p>
<p><strong>Fig 1: Controlling zoom direction in Application Options </strong></p>
<p><span style="font-family: Arial; font-size: 10pt;">For the zoom sensitivity we don't offer such a thing as an Application option and you either live with the default that we offer or you can change the value in the registry. <br />Here is the way how to do it for an Inventor 2013 installation. </span></p>
<ol>
<li><span style="font-family: Arial; font-size: 10pt;">Exit Inventor </span></li>
<li><span style="font-family: Arial; font-size: 10pt;">Run regedit from the cmd window on the Windows Start menu </span></li>
<li><span style="font-family: Arial; font-size: 10pt;">Locate following registry key HKEY_CURRENT_USER\Software\Autodesk\Inventor\RegistryVersion<span style="color: red;">17.0</span>\System\Preferences\Display\Wheel Zoom Speed </span></li>
<li><span style="font-family: Arial; font-size: 10pt;">Change the value (default is 1). Changing to 0.1 makes the zoom 10 times slower. Changing to 10 makes it 10 times faster. </span></li>
<li><span style="font-family: Arial; font-size: 10pt;">Exit regedit </span></li>
<li><span style="font-family: Arial; font-size: 10pt;">Restart Inventor.</span></li>
</ol>
<p><span style="font-family: Arial; font-size: 10pt;">For older versions of Inventor change the version number string that I marked in red in the registry key. <br />Example: </span></p>
<p><span style="font-family: Arial; font-size: 10pt;">17.0 = Inventor 2013 </span></p>
<p><span style="font-family: Arial; font-size: 10pt;">16.0 = Inventor 2012 </span></p>
<p><span style="font-family: Arial; font-size: 10pt;">15.0 = Inventor 2011 </span></p>
<p><span style="font-family: Arial; font-size: 10pt;">Etc. </span> </p>
<p><span style="font-family: Arial; font-size: 10pt;"><em>Note</em>: users that use a 3DConnexion device don't have to worry about all this as they can set zoom settings in the Properties dialog that gets delivered with the device. </span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">Cheers </span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">Bob</span></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BeingInventive/~4/yC41k8275Vk" height="1" width="1" /></div></content>



    <feedburner:origLink>http://beinginventive.typepad.com/being-inventive/2012/05/controlling-the-zoom-speed-of-the-scroll-wheel-of-your-mouse.html</feedburner:origLink></entry>
    <entry>
        <title>Inventor 2013 hanging on startup, check your Microsoft downloads</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BeingInventive/~3/1Z45i1bjWpY/inventor-2013-hanging-on-startup-check-your-microsoft-downloads.html" />
        <link rel="replies" type="text/html" href="http://beinginventive.typepad.com/being-inventive/2012/05/inventor-2013-hanging-on-startup-check-your-microsoft-downloads.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156ed841f2970c0167666745b9970b</id>
        <published>2012-05-10T11:34:05-07:00</published>
        <updated>2012-05-10T11:34:05-07:00</updated>
        <summary>Here is a tip from our Installation and Licensing team concerning Microsoft KB2633171. Microsoft KB2633171 addresses some vulnerability issues in the Windows Kernel but adds the risk of more crashes on machines with ATI and Intel graphic cards. And apparently also causes crashes of Inventor 2013… So probably you will not be too sorry to see this KB go if it gives you back the chance to run Inventor 2013 J For the full details, read the article on our UpandReady blog http://upandready.typepad.com/up_and_ready/2012/05/inventor-family-hanging-on-the-splash-screen.html Cheers Bob</summary>
        <author>
            <name>Bob Van der Donck</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="All environments/entire product" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Installation" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://beinginventive.typepad.com/being-inventive/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Here is a tip from our Installation and Licensing team concerning Microsoft KB2633171.<span style="color: black; font-family: Segoe UI; font-size: 13pt;"> </span></p>
<p>Microsoft KB2633171 addresses some vulnerability issues in the Windows Kernel but adds the risk of more crashes on machines with ATI and Intel graphic cards.</p>
<p>And apparently also causes crashes of Inventor 2013…</p>
<p>So probably you will not be too sorry to see this KB go if it gives you back the chance to run Inventor 2013 <span style="font-family: Wingdings;">J</span></p>
<p>For the full details, read the article on our UpandReady blog</p>
<p><a href="http://upandready.typepad.com/up_and_ready/2012/05/inventor-family-hanging-on-the-splash-screen.html">http://upandready.typepad.com/up_and_ready/2012/05/inventor-family-hanging-on-the-splash-screen.html</a></p>
<p>Cheers</p>
<p>Bob</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BeingInventive/~4/1Z45i1bjWpY" height="1" width="1" /></div></content>



    <feedburner:origLink>http://beinginventive.typepad.com/being-inventive/2012/05/inventor-2013-hanging-on-startup-check-your-microsoft-downloads.html</feedburner:origLink></entry>
    <entry>
        <title>Controlling include/exclude state of components in Derived Assembly dialog box</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BeingInventive/~3/IuDKrrUg8Ng/controlling-includeexclude-state-of-components-in-derived-assembly-dialog-box.html" />
        <link rel="replies" type="text/html" href="http://beinginventive.typepad.com/being-inventive/2012/05/controlling-includeexclude-state-of-components-in-derived-assembly-dialog-box.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156ed841f2970c0163054cc25c970d</id>
        <published>2012-05-07T03:06:30-07:00</published>
        <updated>2012-05-07T03:06:30-07:00</updated>
        <summary>When you try to modify the state of Inventor assembly components in the Derived Assembly dialog box, you notice that some components cannot be included or excluded. The Exclude button (second icon from the left) is grayed out. This behavior is as designed. The state (include / exclude) of components in the Bodies tab, depends from the visibility state in the Current Design View Representation if in the Representation tab the “Associative” checkmark is selected. For example, an occurrence that is invisible is automatically set to the Exclude state and you are no longer able to include it in the...</summary>
        <author>
            <name>Alessandro Gasso</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Assembly" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Part" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://beinginventive.typepad.com/being-inventive/"><div xmlns="http://www.w3.org/1999/xhtml"><p>When you try to modify the state of Inventor assembly components in the Derived Assembly dialog box, you notice that some components cannot be included or excluded.</p>
<p><br />The Exclude button (second icon from the left) is grayed out.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eb42ad2a970c-pi" style="display: inline;"><img alt="Grayed" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0168eb42ad2a970c" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eb42ad2a970c-800wi" title="Grayed" /></a></p>
<p>This behavior is as designed.</p>
<p>The state (include / exclude) of components in the Bodies tab, depends from the visibility state in the Current Design View Representation if in the Representation tab the “Associative” checkmark is selected.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0163054cc486970d-pi" style="display: inline;"><img alt="Associative" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0163054cc486970d" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0163054cc486970d-800wi" title="Associative" /></a></p>
<p>For example, an occurrence that is invisible is automatically set to the Exclude state and you are no longer able to include it in the derive operation.</p>
<p>To override the default settings and allow inclusion/exclusion of components without any interference of the Design View Representation, clear the “Associative" checkmark on the Representation tab.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0167664075ce970b-pi" style="display: inline;"><img alt="Clear" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0167664075ce970b" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0167664075ce970b-800wi" title="Clear" /></a></p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eb42af19970c-pi" style="display: inline;"><img alt="Exclude Active" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0168eb42af19970c" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eb42af19970c-800wi" title="Exclude Active" /></a></p>
<p>This concept is similar to the one explained in this <a href="http://beinginventive.typepad.com/being-inventive/2011/05/the-visibility-context-command-is-disabled-in-a-drawing.html">post</a>, when the Visibility context command is disabled in a drawing.</p>
<p> </p>
<p>In addition to this, in case you want to change the include/exclude state for some components that don’t show at all in the list, check the setting for the Level of Detail in the Representation tab.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c01676640782f970b-pi" style="display: inline;"><img alt="LOD" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c01676640782f970b" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c01676640782f970b-800wi" title="LOD" /></a></p>
<p>In order to show these components in the list and change the include / exclude state, besides clearing the “Associative" checkmark, you need to set the LOD to Master or to another LOD where the components are not suppressed.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eb42b380970c-pi" style="display: inline;"><img alt="Master" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0168eb42b380970c" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eb42b380970c-800wi" title="Master" /></a></p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016766407b6d970b-pi" style="display: inline;"><img alt="ExcludeLOD" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016766407b6d970b" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016766407b6d970b-800wi" title="ExcludeLOD" /></a></p>
<p>Ale</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BeingInventive/~4/IuDKrrUg8Ng" height="1" width="1" /></div></content>



    <feedburner:origLink>http://beinginventive.typepad.com/being-inventive/2012/05/controlling-includeexclude-state-of-components-in-derived-assembly-dialog-box.html</feedburner:origLink></entry>
    <entry>
        <title>Create linked copies of a Content Center family with different materials using the Material Guide</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BeingInventive/~3/S98Nd9c808g/create-linked-copies-of-a-content-center-family-with-different-materials-using-the-material-guide.html" />
        <link rel="replies" type="text/html" href="http://beinginventive.typepad.com/being-inventive/2012/04/create-linked-copies-of-a-content-center-family-with-different-materials-using-the-material-guide.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156ed841f2970c0168eacdfbe6970c</id>
        <published>2012-04-30T03:00:00-07:00</published>
        <updated>2012-04-27T09:14:46-07:00</updated>
        <summary>You want to create copies of a standard family in Content Center. You want each copy to have a different material. In addition you want that any change you make to the first copied family will apply to the other copies as well. In order to achieve this, all copies need to be linked to the first copied family. So, starting from one standard family and using the Material Guide, you need to create first an independent copy with a different material. Then, from that family copy, with the Material Guide, create the other copies linked to parent family and...</summary>
        <author>
            <name>Alessandro Gasso</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Content Center/ADMS" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://beinginventive.typepad.com/being-inventive/"><div xmlns="http://www.w3.org/1999/xhtml"><p>You want to create copies of a standard family in Content Center.</p>
<p><br />You want each copy to have a different material.<br />In addition you want that any change you make to the first copied family will apply to the other copies as well.</p>
<p>In order to achieve this, all copies need to be linked to the first copied family.</p>
<p>So, starting from one standard family and using the Material Guide, you need to create first an independent copy with a different material.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765cbba8b970b-pi" style="display: inline;"><img alt="Material Guide2" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016765cbba8b970b" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765cbba8b970b-800wi" title="Material Guide2" /></a></p>
<p><br /><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016304d889ac970d-pi" style="display: inline;"><img alt="Independent" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016304d889ac970d" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016304d889ac970d-800wi" title="Independent" /></a></p>
<p>Then, from that family copy, with the Material Guide, create the other copies linked to parent family and assign to each copy a specific material.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016304d88a13970d-pi" style="display: inline;"><img alt="Link" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016304d88a13970d" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016304d88a13970d-800wi" title="Link" /></a></p>
<p>You can see the procedure in the video below.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/files/MaterialGuide/Material%20Guide.html" style="display: inline;" target="_blank" title="Material Guide"><img alt="Material Guide" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0168eace1359970c" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eace1359970c-800wi" title="Material Guide" /></a></p>
<p>Ale</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BeingInventive/~4/S98Nd9c808g" height="1" width="1" /></div></content>



    <feedburner:origLink>http://beinginventive.typepad.com/being-inventive/2012/04/create-linked-copies-of-a-content-center-family-with-different-materials-using-the-material-guide.html</feedburner:origLink></entry>
    <entry>
        <title>Create your own Inventor tutorial</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BeingInventive/~3/VKW_raF5uSE/create-your-own-inventor-tutorial.html" />
        <link rel="replies" type="text/html" href="http://beinginventive.typepad.com/being-inventive/2012/04/create-your-own-inventor-tutorial.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156ed841f2970c0168eac4c411970c</id>
        <published>2012-04-26T13:42:36-07:00</published>
        <updated>2012-04-26T13:42:36-07:00</updated>
        <summary>I am excited to announce that the Learning Experience (LX) team at Autodesk has published a quick start guide on Autodesk Exchange that explains how to create your own Interactive Tutorial for use in Inventor 2013 and customize the Welcome Screen!!! What this really means is that ***we just empowered our users to create new content**** When you search for "Inventor tutorial" on Autodesk Exchange, you will see this: You can also browse directly to the download locations of the Inventor 2013 Interactive Tutorial Guide App on Autodesk Exchange 64bit - http://apps.exchange.autodesk.com/INVNTOR/Detail/Index?id=appstore.exchange.autodesk.com%3ainteractivetutorialguide%3aen 32bit - http://apps.exchange.autodesk.com/INVNTOR/Detail/Index?id=appstore.exchange.autodesk.com%3ainteractivetutorial-32bit%3aen Click the Free button to...</summary>
        <author>
            <name>Bob Van der Donck</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Help/Infocenter" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://beinginventive.typepad.com/being-inventive/"><div xmlns="http://www.w3.org/1999/xhtml"><p>I am excited to announce that the Learning Experience (LX) team at Autodesk has published a quick start guide on <a href="http://apps.exchange.autodesk.com/INVNTOR/Home/Index">Autodesk Exchange</a> that explains how to create your own Interactive Tutorial for use in Inventor 2013 and customize the Welcome Screen!!!</p>
<p>What this really means is that ***<strong>we just empowered our users to create new content</strong>****</p>
<p>When you search for "Inventor tutorial" on Autodesk Exchange, you will see this:</p>
<p><img alt="" height="231" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765c28923970b-pi" width="438" /></p>
<p> You can also browse directly to the download locations of the Inventor 2013 Interactive Tutorial Guide App on Autodesk Exchange</p>
<ul>
<li>
<div>64bit - <a href="http://apps.exchange.autodesk.com/INVNTOR/Detail/Index?id=appstore.exchange.autodesk.com%3ainteractivetutorialguide%3aen">http://apps.exchange.autodesk.com/INVNTOR/Detail/Index?id=appstore.exchange.autodesk.com%3ainteractivetutorialguide%3aen</a></div>
<p> </p>
</li>
<li>
<div>32bit - <a href="http://apps.exchange.autodesk.com/INVNTOR/Detail/Index?id=appstore.exchange.autodesk.com%3ainteractivetutorial-32bit%3aen">http://apps.exchange.autodesk.com/INVNTOR/Detail/Index?id=appstore.exchange.autodesk.com%3ainteractivetutorial-32bit%3aen</a></div>
<p> </p>
</li>
</ul>
<p>Click the Free button to download.</p>
<p>The App installs a Quick Start guide, an MP4 video, and two starter templates.</p>
<p>You can provide direct feedback on the App to: <a href="mailto:learning_app@autodesk.com">learning_app@autodesk.com</a></p>
<p>Be sure to give the App a review!!!</p>
<p>Thanks</p>
<p>Bob</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BeingInventive/~4/VKW_raF5uSE" height="1" width="1" /></div></content>



    <feedburner:origLink>http://beinginventive.typepad.com/being-inventive/2012/04/create-your-own-inventor-tutorial.html</feedburner:origLink></entry>
    <entry>
        <title>Inventor 2013 literature for commuters</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BeingInventive/~3/a8BAtDq3Q7s/inventor-2013-literature-for-commuters.html" />
        <link rel="replies" type="text/html" href="http://beinginventive.typepad.com/being-inventive/2012/04/inventor-2013-literature-for-commuters.html" thr:count="2" thr:updated="2012-04-30T11:58:23-07:00" />
        <id>tag:typepad.com,2003:post-6a01156ed841f2970c016304b3d8de970d</id>
        <published>2012-04-24T14:12:43-07:00</published>
        <updated>2012-04-24T14:11:37-07:00</updated>
        <summary>Our learning experience team has released some interesting new PDF files, posted on the Help wiki. This is information that was previously available in wiki and chm format but that now can be read at a more leisurely pace as a book on your laptop, PC or tablet. It might be a good way of spending your time while you are on the go or while you are waiting for the plane, train, bus, taxi or rickshaw. Here is a summary list of the new PDF. What's New http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0000-What_s_N0#pageFiles Inventor tutorials http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/0127-Inventor127 Tooling http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/0807-Tooling_807#pageFiles Cable and Harness http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/0904-Cable_an904#pageFiles Tube and...</summary>
        <author>
            <name>Bob Van der Donck</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Help/Infocenter" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://beinginventive.typepad.com/being-inventive/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Our learning experience team has released some interesting new PDF files, posted on the Help wiki.</p>
<p>This is information that was previously available in wiki and chm format but that now can be read at a more leisurely pace as a book on your laptop, PC or tablet.</p>
<p>It might be a good way of spending your time while you are on the go or while you are waiting for the plane, train, bus, taxi or rickshaw.</p>
<p>Here is a summary list of the new PDF.</p>
<div>
<table border="0" style="border-collapse: collapse;">
<colgroup span="1"><col span="1" style="width: 143px;" /><col span="1" style="width: 390px;" /></colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border: solid 1.0pt;">
<p>What's New</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid 1.0pt; border-left: none; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p><a href="http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0000-What_s_N0">http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0000-What_s_N0#pageFiles</a></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid 1.0pt; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p>Inventor tutorials</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p><a href="http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/0127-Inventor127">http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/0127-Inventor127</a></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid 1.0pt; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p>Tooling</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p><a href="http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/0807-Tooling_807">http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/0807-Tooling_807#pageFiles</a></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid 1.0pt; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p>Cable and Harness</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p><a href="http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/0904-Cable_an904">http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/0904-Cable_an904#pageFiles</a></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid 1.0pt; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p>Tube and Pipe</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p><a href="http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/1042-Tube_and1042">http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/1042-Tube_and1042#pageFiles</a></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid 1.0pt; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p>Dynamic Simulation</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p><a href="http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/1111-Dynamic_1111">http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/1111-Dynamic_1111</a></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid 1.0pt; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p>Stress Analysis</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p><a href="http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/1163-Stress_A1163">http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/1163-Stress_A1163</a></p>
</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid 1.0pt; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p>Frame Analysis</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 1.0pt; border-right: solid 1.0pt;">
<p><a href="http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/1257-Frame_An1257">http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0126-Tutorial126/1257-Frame_An1257</a></p>
</td>
</tr>
</tbody>
</table>
</div>
<p> </p>
<p>These files are bit awkward to find when browsing the wiki. You will have to scroll all the way down on their respective pages.</p>
<p>Here is an example of the location of the "Inventor Tutorials" PDF in the Files section at the bottom of the page.</p>
<p><img alt="" height="882" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765a75022970b-pi" width="517" /></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BeingInventive/~4/a8BAtDq3Q7s" height="1" width="1" /></div></content>



    <feedburner:origLink>http://beinginventive.typepad.com/being-inventive/2012/04/inventor-2013-literature-for-commuters.html</feedburner:origLink></entry>
    <entry>
        <title>Putting user parameters to work in part sketches in 2013</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BeingInventive/~3/W2IQMzg9Js4/putting-user-parameters-to-work-in-part-sketches-in-2013.html" />
        <link rel="replies" type="text/html" href="http://beinginventive.typepad.com/being-inventive/2012/04/putting-user-parameters-to-work-in-part-sketches-in-2013.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156ed841f2970c016765a72be1970b</id>
        <published>2012-04-24T14:02:33-07:00</published>
        <updated>2012-04-24T14:02:33-07:00</updated>
        <summary>When I heard about Inventor 2013’s ability to add custom parameters of both text and Boolean types I immediately thought it was a nice enhancement though I couldn’t really see a need to have something like an emboss show “True” or “False” in a part, but there may be a use for Boolean parameters in text that you’ll find and I’m overlooking. The next thought was there had to be a use for a Boolean with the text mixed with a little iLogic. Here’s a very simple example of using a user text parameter and a Boolean parameter and put...</summary>
        <author>
            <name>Daren Lawrence</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="iLogic/VBA" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Part" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Sketching" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://beinginventive.typepad.com/being-inventive/"><div xmlns="http://www.w3.org/1999/xhtml"><p>When I heard about Inventor 2013’s ability to add custom parameters of both text and Boolean types I immediately thought it was a nice enhancement though I couldn’t really see a need to have something like an emboss show “True” or “False” in a part, but there may be a use for Boolean parameters in text that you’ll find and I’m overlooking. The next thought was there had to be a use for a Boolean with the text mixed with a little iLogic.</p>
<p>Here’s a very simple example of using a user text parameter and a Boolean parameter and put them to good use (and add the parameters to a part sketch without getting the “There is no parameter under this source” warning from previous versions)...</p>
<p>The first part is nothing new, just a matter of adding the parameters:</p>
<p> <a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016304b3a0e5970d-pi" style="display: inline;"><img alt="Text Emboss_boolean" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016304b3a0e5970d image-full" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016304b3a0e5970d-800wi" title="Text Emboss_boolean" /></a></p>
<p>Sadly, you can’t send these parameters to a custom iProperty at this point as you can with a numeric parameter by checking on the export parameter box, right clicking and using the custom property format (as in d4 pictured below):</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016304b3a2be970d-pi" style="display: inline;"><img alt="Test emboss boolean_no custom iProp" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016304b3a2be970d image-full" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016304b3a2be970d-800wi" title="Test emboss boolean_no custom iProp" /></a></p>
<p>But what a delight to not see the warning when inserting the parameter by selecting the source as user parameters:</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eaa8f32b970c-pi" style="display: inline;"><img alt="Text Emboss_boolean_2" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0168eaa8f32b970c image-full" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eaa8f32b970c-800wi" title="Text Emboss_boolean_2" /></a></p>
<p>Now I can emboss and, voila, it’ll change when I change the parameter - immediately. The possibilities are starting to increase. </p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765a71838970b-pi" style="display: inline;" /><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765a718eb970b-pi" style="display: inline;"><img alt="Text Emboss_boolean3" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016765a718eb970b image-full" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765a718eb970b-800wi" title="Text Emboss_boolean3" /></a><br /><br /></p>
<p>Now the only things left to do are 1) use iLogic to automatically control its visibility (incorporate the Boolean created) and; 2) since I’m already in VB, send the custom parameter to a custom iProperty – after first setting it to a null value so no warnings pop up the first time you run the rule. Why not as long as I’m already there, right? Now the catch here is I can set a string (text) value to null in VB or iLogic, but I don’t know how or if it’s even possible to set a Boolean value to null – just True or False to the best of my knowledge. But we can still use the Boolean to control whether or not the text value is visible with just a few simple lines:</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eaa8fe7d970c-pi" style="display: inline;"><img alt="Text Emboss_boolean4" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0168eaa8fe7d970c image-full" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168eaa8fe7d970c-800wi" title="Text Emboss_boolean4" /></a></p>
<p>And, now control the visibility of the emboss with that rule and the Boolean parameter:</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765a722b4970b-pi" style="display: inline;"><img alt="Result when false" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016765a722b4970b image-full" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765a722b4970b-800wi" title="Result when false" /></a></p>
<p>I hope this helps you find more creative and complex ways to use this new functionality!</p>
<p>-Daren</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BeingInventive/~4/W2IQMzg9Js4" height="1" width="1" /></div></content>



    <feedburner:origLink>http://beinginventive.typepad.com/being-inventive/2012/04/putting-user-parameters-to-work-in-part-sketches-in-2013.html</feedburner:origLink></entry>
    <entry>
        <title>Refresh material appearance in assembly parts in Inventor 2013</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BeingInventive/~3/TYnXp9QxakU/refresh-material-appearance-in-assembly-parts-in-inventor-2013.html" />
        <link rel="replies" type="text/html" href="http://beinginventive.typepad.com/being-inventive/2012/04/refresh-material-appearance-in-assembly-parts-in-inventor-2013.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156ed841f2970c01676595851b970b</id>
        <published>2012-04-24T03:00:00-07:00</published>
        <updated>2012-04-23T04:28:35-07:00</updated>
        <summary>You have changed the appearance of one material and saved the changes to the current active Material Library. For doing that, you have set, in the active project, the option Use Style Library = Read – Write. You have opened the Material Browser, for instance, in a part file. Added the material to the document and displayed it in the editor. You have applied your modification to the material appearance in the editor. You have saved the changes in the current active Material Library from menu Manage &gt; Styles and Standards &gt; Save. After doing that, you open an assembly...</summary>
        <author>
            <name>Alessandro Gasso</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Assembly" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Part" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Styles" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://beinginventive.typepad.com/being-inventive/"><div xmlns="http://www.w3.org/1999/xhtml"><p>You have changed the appearance of one material and saved the changes to the current active Material Library.</p>
<p>For doing that, you have set, in the active project, the option Use Style Library = Read – Write.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765958677970b-pi" style="display: inline;"><img alt="USL" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016765958677970b" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765958677970b-800wi" title="USL" /></a></p>
<p>You have opened the Material Browser, for instance, in a part file.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016304a1c641970d-pi" style="display: inline;"><img alt="Material" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016304a1c641970d" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016304a1c641970d-800wi" title="Material" /></a></p>
<p>Added the material to the document and displayed it in the editor.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168ea9733c1970c-pi" style="display: inline;"><img alt="Meterial Browser" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0168ea9733c1970c" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168ea9733c1970c-800wi" title="Meterial Browser" /></a></p>
<p>You have applied your modification to the material appearance in the editor.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168ea97345d970c-pi" style="display: inline;"><img alt="Editor" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0168ea97345d970c" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168ea97345d970c-800wi" title="Editor" /></a></p>
<p>You have saved the changes in the current active Material Library from menu Manage &gt; Styles and Standards &gt; Save.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168ea973522970c-pi" style="display: inline;"><img alt="Save" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c0168ea973522970c" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168ea973522970c-800wi" title="Save" /></a></p>
<p>After doing that, you open an assembly that contains some components where you had applied the material you have edited afterwards, as explained above, and you want to update the appearance for these components.</p>
<p>In order to do that, in the assembly file, from the menu Manage &gt; Styles and Standards, click on Update.</p>
<p>In the Update Styles dialog, select the active Material Library where you have saved your changes, from the drop-down menu and select the box Update Styles in all Child Documents.</p>
<p><a class="asset-img-link" href="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765958dc3970b-pi" style="display: inline;"><img alt="Update" border="0" class="asset  asset-image at-xid-6a01156ed841f2970c016765958dc3970b" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c016765958dc3970b-800wi" title="Update" /></a></p>
<p>Then, in the menu Manage &gt; Update, click on Update Mass or Rebuild all, for getting the appearance update in the graphic window.</p>
<p>Ale</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BeingInventive/~4/TYnXp9QxakU" height="1" width="1" /></div></content>



    <feedburner:origLink>http://beinginventive.typepad.com/being-inventive/2012/04/refresh-material-appearance-in-assembly-parts-in-inventor-2013.html</feedburner:origLink></entry>
    <entry>
        <title>How to add a spot face symbol to your drawings</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BeingInventive/~3/Bd34SS_dM-A/how-to-add-a-spot-face-symbol-to-your-drawings.html" />
        <link rel="replies" type="text/html" href="http://beinginventive.typepad.com/being-inventive/2012/04/how-to-add-a-spot-face-symbol-to-your-drawings.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156ed841f2970c01630480ea4f970d</id>
        <published>2012-04-20T10:37:53-07:00</published>
        <updated>2012-04-20T10:37:10-07:00</updated>
        <summary>We recently issued a hotfix to allow the use of custom fonts in hole notes. Right now the hotfix has been released for the Inventor 2010 Sp4 release only. Note that thanks to this hotfix, 2010 users now have more powerful hole notes compared to 211, 2012 and 2013 users J. But they will enjoy this exclusivity not for long. We plan to include the fix in the coming months in the service packs that we will publish for more recent releases. Let me explain what this hotfix is all about so you understand the extent of its impact. Without...</summary>
        <author>
            <name>Bob Van der Donck</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Drawing" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Part" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://beinginventive.typepad.com/being-inventive/"><div xmlns="http://www.w3.org/1999/xhtml"><p>We recently issued a<a href="http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;id=19052326&amp;linkID=9242019&amp;CMP=OTC-RSSSUP01"> hotfix</a> to allow the use of custom fonts in hole notes. Right now the hotfix has been released for the Inventor <span style="color: #ff0000;">2010 Sp4</span> release only.</p>
<p>Note that thanks to this hotfix, 2010 users now have more powerful hole notes compared to 211, 2012 and 2013 users <span style="font-family: Wingdings;">J</span>.</p>
<p>But they will enjoy this exclusivity not for long. We plan to include the fix in the coming months in the service packs that we will publish for more recent releases.</p>
<p>Let me explain what this hotfix is all about so you understand the extent of its impact.</p>
<p>Without hotfix you are unable to add special symbols or character to a hole note <span style="text-decoration: underline;">unless </span>you use the AIGDT font via the Character Map icon (see Fig 1).</p>
<p><img alt="" height="523" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c01630480ea31970d-pi" width="410" /><strong> </strong></p>
<p><strong>Fig 1: Adding symbol from the AIGDT font via the Character Map </strong></p>
<p>The AIGDT font suits most special symbol needs in the mechanical drafting arena, except for one particular situation.</p>
<p>It does not include a spot face symbol |<span style="text-decoration: underline;"> SF</span> | according to the ASME-Y14.5M-2009 drafting standard.</p>
<p>The spot face symbol is essential to distinguish a spot face hole from a counter bore hole.</p>
<p><img alt="" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c01630480ea36970d-pi" /></p>
<p><strong>Fig 2: Counter bore and spot face choices </strong></p>
<p>Here is an example of a top view with seemingly two identical holes (if you just look at the hole notes)</p>
<p><img alt="" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c01676574aa2e970b-pi" /></p>
<p><strong>Fig 3: Top view of two identical (?) holes </strong></p>
<p>However when creating a section view, the holes look quite different.</p>
<p><img alt="" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c0168ea766559970c-pi" /></p>
<p> </p>
<p><strong>Fig 4: Section view of the same holes </strong></p>
<p>The hole on the left is a spot face hole and the hole on the right is a counter bore hole.</p>
<p>I admit that I artificially inflated the spot face depth to make it look more dramatic. But you will understand that there is a risk of misinterpreting the drawing by just looking at the top view and when no appropriate symbols are added to the hole notes. Here is where the above mentioned hotfix comes to the rescue. After applying the hotfix you can now select symbols from fonts other than AIGDT. You could even supply your own custom fonts.</p>
<p>If you include the spot face symbol as it can be found in fonts that are freely available on the internet (here is one <a href="http://www.fontspace.com/micronus/y145m-2009">example ASME-Y14.5M-2009 font</a>), you get this result:</p>
<p><img alt="" src="http://beinginventive.typepad.com/.a/6a01156ed841f2970c01630480ea4b970d-pi" /></p>
<p><strong>Fig 5: Addition of spot face symbol makes top view unambiguous</strong></p>
<p>The only regret I have in all this is that we were not able to incorporate the same functionality in the style editor. This means that you won't be able to include the spot face symbol in a drawing template and that you will have to add the symbol on an individual note by note basis.</p>
<p>The other element to reckon with is that when you pack and go such a drawing to make sure that you also supply the special font to the party that receives your drawing. Otherwise they would not see the |<span style="text-decoration: underline;"> SF</span> | symbol.</p>
<p>But at least you have the power to create a hole note according to ASME-Y14.5M-2009 without waiting for Inventor to catch up with that standard.</p>
<p>Cheers<br />Bob</p>
<p> </p>
<p> </p>
<p> </p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BeingInventive/~4/Bd34SS_dM-A" height="1" width="1" /></div></content>



    <feedburner:origLink>http://beinginventive.typepad.com/being-inventive/2012/04/how-to-add-a-spot-face-symbol-to-your-drawings.html</feedburner:origLink></entry>
 
</feed><!-- ph=1 -->

