AutoCAD Inventor :: Best Practices For IDW Templates

Feb 6, 2012

We are about to migrate from IV 2011 to IV 2012 so it is time for the annual template update.  We also use and store our templates and style library in Vault.

Currently we have two idw templates, one for b-sized paper and one for d-sized.  We are finding that this does not give enough flexibility when detailing components from 60' weldments down to 1/2" dia machined shafts. 

Are we better off to create/ manage a new idw template for each of our large and small weldments, assembly prints, flame cut components, and machined parts.  Or should we use a single template idw file and add Sheet Formats, Borders, Title Blocks, Sketched Symbols, Dimension Styles as required to better standardize the final idws?

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Best Practices Checking For Objects In Collections

Aug 14, 2012

I have some commands in which I add a button to the context menu in certain situations. Depending on the situation the button may be added or removed.

I'm alternating between using iterating through the definitions on the object they belong and if I have access to the it such as events that expose the commandbar object I iterate through it's buttons. If I don't I use a try/catch on the ControlDefinitions. Iterating through that causes an unacceptable pause.

I've always thought using exceptions to test objects is expensive but the delay breaks the users flow due to the pause.

What is the correct way to test for this?

I also run into this situation because I have different addins that add different sets of controls from a common set of dlls depending on the use context. Try/Catch works but is that the recommended way to test for things. I often need to test  for the existance of things such as parameters (I have some plugins which will recreate sets of needed user parameters and some have hundreds if they don't exist already) and try/catch seems to be the best method.

View 4 Replies View Related

AutoCAD Inventor :: Create Drawing Templates By Using Blank Templates

Aug 29, 2013

we have just upgraded from Inv 2011 to 2013. I am trying to create the drawing templates in 2013 by using the blank 2013 template and then copying our border from 2011 onto it. This works a treat apart from 1 thing.

The i properties do not get copied over as well so the sheet is blank from drawing number, title and the custom properties etc.

View 6 Replies View Related

Revit :: 2012 - Exporting CAD DWGS Best Practices

Jul 26, 2012

We are still on Revit 2012 and from my understanding, there were some improvements in the way Revit exports to CAD files. I'm sure most of you would agree that the export to AutoCAD feature is still a long way off. I wanted some opinions on my thoughts on how to minimize some of the errors that I recieve when I open the exported CAD files.
 
My problems really pertain to linetypes and hatch patterns. If I do not map any of the patterns to a standard AutoCAD linetype or hatch pattern file, then I get an error reading pattern message if I want to check out the pattern in AutoCAD. I am very inclined to wipeout all of the standard fill patterns and linestyles in Revit and make new ones based on the standard AutoCAD lines and hatches. Does this seem reasonable?

View 1 Replies View Related

AutoCAD Inventor :: Where To Get Templates

Mar 9, 2013

I've opened up Inventor 2013 and clicked 'new' but no templates have come up. I went to my templates file in my documents and there wasn't any there. Where can I get the templates?

View 6 Replies View Related

AutoCAD Inventor :: Recreate Templates When Upgrading?

Jan 26, 2012

How many people recreate their templates from scratch when you upgrade to then next version of Inventor? When we switched to Inventor we were told that we should recreate our templates from scratch when going to the next release. This wasn't to bad in the beginning but is very time consuming now due to the number and complexity of our templates. I'm curious what other people are doing. I would also like to hear from Autodesk, what do you recommend?

View 4 Replies View Related

AutoCAD Inventor :: Templates For Step Translation

Oct 27, 2011

We have a minor issue with STEP translations.  We keep our templates on the network, and they have a lot of customized settings.  Everything is fine until we try to translate a STEP file, then Inventor wants to use the templates on the "C" drive (the ones that came with the software). 

Is there a setting I can use to make Inventor use the templates on the network?  I've got my "Files" setting in the "Options" pointing to the templates on the network, but Inventor still uses the ones on the "C" drive. 

View 9 Replies View Related

AutoCAD Inventor :: Templates For Auger Helix

Nov 29, 2012

I am working on a project that involves a screw conveyer(auger) with a 3" od, 1.5"/flight and a 0.800" ctr shaft.  I modeled it without any difficulty using the "helix" function in a 3-d sketch & then swept a rectal around that path.  The problem is, I need paper templates to layout the pattern on the steel.  In the past I have made use of the "flat pattern" feature to print paper templates for tube notching and such, but that function prompts me with an error message "no surface to flatten"  Attached is the full screw(augShaft9in.ipt), a single flight and 2/3 of a flight(i dont think a full flight will flatten & not overlap). Need to getting these patterns printed.

View 1 Replies View Related

AutoCAD Inventor :: What Is The Difference Between Assembly Templates

Aug 12, 2013

I want to delete unnecessary templates. I use metric ones, and there are two metric assembly templates. What are, in general, the differences between assembly templates?

There are many style differences between drawing templates, but for part and assembly?

View 5 Replies View Related

AutoCAD Inventor :: Make Part Command And Templates?

Jan 11, 2012

A workflow that works great for me is to create parts (Make Part command) from a multibody solid. The dialog window presents one with an option to choose other Templates (I have a few), BUT I have to choose the template I want to use EACH time I create a part. That is, Inventor doesn't automatically remember the last Template I chose, it defaults to the Standard.ipt or Standard.iam.

Is it possible to set it so that Inventor remembers what Template I chose the last time so that I don't have to choose it every time I Make Part?

View 9 Replies View Related

AutoCAD Inventor :: Templates To Metric - Changes Back To Inch

May 26, 2012

I have changed my settings in all of my templates to metric.  I create a new assembly, add the part (yes, it is set to metric), I now create my first new part in the assembly.  When I start to sketch it changes back to inch.  How do I set it so it stays metric?  This is Autodesk Inventor Professional 2012.

View 6 Replies View Related

AutoCAD Inventor :: Bolted Connection Templates Disappeared?

Oct 4, 2012

I've lost my Bolted Connection Templates... you know, the pre-defined bolt-washer-nut selections available for re-use at the bottom of the Bolted Connection dialoge box.

Did I lose or over-write a file?  What file do my Bolted Connection Templates live in?

View 6 Replies View Related

AutoCAD Inventor :: Design Accelerator / Customizing Templates

Jul 4, 2013

I'm customizing templates inventor.I need to know how to customize the template using DA for the design of the shafts.

View 1 Replies View Related

AutoCAD Inventor :: External ILogic Rules And Templates?

Apr 1, 2012

I am trying to build a set of scripts (aka iLogic rules) into templates. So far, quite a common task. One extra requirement is that the scripts need to be updatable after parts have been instanciated from the template. That is, we do not want to update all of the ipt each time a new material option is added to the script. That means that external rules are the only way to go, right? This is the road I tried and it seems to work on my machine.

One extra requirement is that the whole project must be shared between several workstations. We went the Subversion road for that (for all the Vault comments). The scripts are distributed properly and in the same absolute location on the two test machines, all good (I checked the md5 on both side and they all match). The application options on all the machines are all set the same way (export the xml file, check it in the source control, import on all the machines restart). The iLogic search path is also updated, but manually this time, since it is not included in the application options export. It should all work perfectly right? Well, sort of....

I did create a tiny assembly from the templates. On my source machine, all looks good. The ilogic rules are both listed in the ilogic browser and the triggers are set when I instanciate from the template. This is the intended behavior. Now, I close inventor, copy the whole directory to a new machine, open inventor there and open the project. The rules do not appear anymore in the browser, but they are still listed in the trigger list (wtf?). The best part is that if I do not touch anything, stuff still works! The scripts are found and run properly!! Now, if I have to change the triggers or even find the rule in the browser to run it manually, well, bad-stuff-happens (tm).

All the files in question are indentical on both machines, the ilogic files, the ipt files, the application options export, all with the same hash. The ilogic search path is also set the same as are the absolute paths. It should work the same (tm).

Me sending a copy of the files is not likely to work though. Since the problem happens when you copy. I could try to "pack and go", but that would break reason #1 for doing that, which is keeping only one version of the script and adding materials at only one place for all the projects.

View 4 Replies View Related

AutoCAD Inventor :: Default Location For Templates In 2013

Apr 21, 2012

I'm having problem changing the default location for templates in Application Options of Inventor 2013. If I set the location to a folder in my server, the template files aren't showing up. It's like there's nothing there. I've never found this problem before. The templates are shared on the network, so it's the same for everybody. Now it's necessary to everyone copy them locally, which is not the best practice in my opinion.

View 9 Replies View Related

AutoCAD Inventor :: Settings / Templates Aren't Saving?

Jan 31, 2013

I have recently changed computers, I am apart of a Flexi license system. Now my problem is when i go into Application options and change where to open my templates from it does not save when i quit Inventor. I have also notcied small things like the reverse cusor button i always click but everytime i get out of Inventor it defaults.

(Pictures: One is the custom templates i would like to use. I am selecting them in Application Options/ Templates than applying and closing. Then when i am fnished with Inventor for the day and shut down and the next day when i come back it defaults back to the default templates)

View 3 Replies View Related

AutoCAD Inventor :: Drawing Templates And Title Blocks

Apr 15, 2013

Have more than one drawing template? (we use A and B size sheets)

My questions concerns, metric vs imperial A vs B vs C etc etc drawing sheet size title block does not scale down accordingly when change sheet size within an existing drawing template.

Is it possible to have one drawing template that can be toggle imperial vs metric, and then sheet size selected and then the title block scaled down or up accordingly? (I would assume this could be done using iLogic)

Or is it normal to have different drawing templates for sizes and units?

View 9 Replies View Related

AutoCAD Inventor :: Change Default Templates Location?

Oct 22, 2012

How to change the Default Templates Location from the installation directory to the Network Location so that my Mechanical Design Team can use our Assigned Templates.

View 1 Replies View Related

AutoCAD Inventor :: Templates With Different Part List Settings In Same Project

Nov 21, 2013

I need templates with different Part List settings in the same project. The Part List is set either for frame construction or for regular assembly.

I cannot use them both in templates due to Style conflict and should alter the Part List table manually. Is it possible to bypass this somehow?

View 9 Replies View Related

AutoCAD Inventor :: Arrow Side Position In Drawing Templates

Nov 1, 2012

I want to change the Arrow Side Position for Weld Symbols from Top to Bottom for all future drawings. I have opened the Drawing Template (Standard.idw) and opened the Styles Editor and switched the Arrow Side Position and saved the template. Then I have tested. In the template it works good, but when I open a new drawing (based on the template) the arrow side position didn't change.

View 4 Replies View Related

AutoCAD Inventor :: Image File In Templates With Transparent Background

Dec 14, 2012

I have a .png file that I want to place in a template.  This png file is text with a transparent background.  When I place this in my template, the background is shown in white.  The sheet color the idw is beige, so this doesn't look very good.

Also, when I save a copy of the idw as .dwg, the white background is shown there as well. when it prints, it is ok.  If there was a way to have it stay transparent in both?

View 3 Replies View Related

AutoCAD Inventor :: Templates Not Used Depending On Method Used To Create New Part File?

Feb 19, 2013

I have found that if I use the drop-down to select a new part file, it does not use the default (and only) part template in my templates folder.  I know this as there are several settings that do not match.  If I click on the icon to open the new part dialog, it displays my templates (part, assy & drw) and creates the new file based on those accordingly.

Any setting that needs to be changed to correct this behavior?

View 3 Replies View Related

AutoCAD Inventor :: Save Hole Notes To Styles Library And Templates?

Jan 12, 2012

Why do I have to select edit hole note each time I use the hole feature tool? It will not keep my settings to show qty.

It seems that I should be able to save it to my library and make it the default. I have saved library,templates all with zero luck.

See 2 screen shots in the attachment.

View 4 Replies View Related

AutoCAD Inventor :: Changing Location Of Design Data / Templates And Content Centre

Mar 15, 2012

I have 45 PCs running Autodesk Inventor 2011 in a student PC lab.  We have since set up Vault Server and I need to change the location that these point at.The files that I need to edit can be got to by:

1.    Open Autodesk Inventor
2.    Click “Pro”
3.    Click “Options”
4.    Click the “File” tab
5.    I need to edit the following: Default templates, Design Data (Styles, etc) and Default Content Centre files.  
6.    The above three will be pointed to a server that has vault setup on it (\vault emplates, etc).

Now to clarify, Inventor works, I do not need assistance activating it, and I do not need assistance with group policy to set up the install..I need to be able to modify the above with group policy through either the registry (if possible) or some other method. 

View 2 Replies View Related

AutoCad :: Templates In Paperspace?

Jun 4, 2013

I am having problems Xref ing a drawing of my new title block to paperspace. The plan is to try and have it as the default title block whenever I select to layout a drawing

View 5 Replies View Related

AutoCad 2D :: Menus In Templates

Feb 28, 2012

I use my own drawing templates with CUI files for layers, dims and notes to scale. Since I've been using LT2012, I've found that the CUI files don't appear in the drawing template. No problems re-loading them but I'd like them in the template if poss. Problem seems originate with LT2012 - didn't experience any difficulties with LT2011.

View 3 Replies View Related

AutoCAD LT :: Fire And Safety Templates

Sep 3, 2013

I was hoping that there would be some fire extinguisher and safety templates available. I am doing up a Fire evacuation plan.

View 3 Replies View Related

AutoCad 2D :: Templates Are Set Up With Generic Notes

Dec 6, 2012

I changed jobs about three weeks ago, and went from AutoCAD 2012, to Mechanical 2009. The transition has been seamless, except for one thing: text. The templates here are set up with generic notes etc, using single line text. I can't stand it.I tried the txt2mtxt trick, but it didn't work. Anytime I convert existing text to mtext, or try to create new, mtext, the editor window will come up, but not allow me to type anything.

View 2 Replies View Related

AutoCad :: Title Block Templates

Dec 6, 2012

I have a problem in which when i set up my title block templates, when i set them up and keep my template inside the dashed area the printed dwg is either cropped or too far inside so it has to be well outside at the top to print within 10 mm of the actual paper, attached is an image of how i have to do it to make it print within 10 mm of the edge of the paper print.

View 3 Replies View Related

AutoCad :: Templates DWT Files Saving Down?

Jan 3, 2014

I am working on AutoCAD 2014 how ever the majority of CAD uses in the office use LT2010

I am finding that if I amend a template the 2010 users cant open them is there a better way around this than creating a dwg and them using a LT machine to save the dwt?

View 3 Replies View Related

AutoCad :: Using Title Block Templates?

Mar 1, 2013

I was able to draw A1, A3 and A4 title blocks in model space before giving each of these title block drawings a layout paperspace tab at the correct paper size.

I wanted to be able to start new drawings with the title blocks and paper sizes already done.

But what happens when the beginning of a new drawing project is with a drawing that someone else has already done? I am starting a new project and I would like to focus in one one room in a large building. This means that I plan to end up with a 1:50 drawing of a room on my pre-set A3 sheet and title block.

Do I import this person's drawing into my drawing of the three title blocks in model space with the three paperspace tabs or do I import the title blocks into the other person's floor plans?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved