AutoCAD Inventor :: Resetting First Sketch To Sketch1 In Template
Aug 22, 2013
I made a few changes to our Standard template. To test out the changes I made sketches, faces, flanges etc.Unfortunately, when we create a new part, the first sketch starts at Sketch17, the first face is Face11, the first flange is Flange4, etc. Also looking at my part parameters, I start at d53.
Is there a way to reset these counts back to 1? I know I can start a fresh template using the CTRL+SHIFT + new part, but this erases all changes to the template I have made.*
View 9 Replies
ADVERTISEMENT
Jun 15, 2013
I'm using a template file (part with just a drawing in it) for the basis of a few parts.
In one of these parts I use the template sketch for an extrude. After that I would like to use it again for some other extrude.
But I can not reference the drawing again. Normally I can 'share'a sketch. But somehow a sketch from a template file can not be shared. How can I use the template sketch for a second extrude?
View 4 Replies
View Related
May 18, 2011
I want to reset my sketch increment on my template so when i start a new part it is on sketch1, not sketch3
I know I can grab the original template and redo it but I am sure I have seen a method to do this.
View 4 Replies
View Related
Jan 23, 2012
Converting a default part template to a custom template?
View 1 Replies
View Related
Sep 21, 2011
I've created a shared sketch and have used it with various features. Sometime those features are suppressed. The model works fine but the shared sketch generates a sketch doctor error because the feature that created it has been suppressed. Is there anyway to make the sketch suppressed so it doesn't trigger a sketch doctor error? Inventor 2013
View 2 Replies
View Related
Dec 25, 2011
I'm running Inventor Pro 2012 (Student's license) via Bootcamp on a Macbook Pro.
I've recently noticed that the function keys (at least F7, F8 and F9) are not working as they used to. I now need to use the fn key and the specific function key in order to execute a command. This doesn't even work in assies so it isn't possible to view the constraints I've applied.
I've tried rebooting and resetting the shortcut keys (had never changed those settings) but nothing has worked.
View 1 Replies
View Related
Sep 20, 2012
How do I duplicate the 2D line work from a part level sketch into a drawing level (overlay) sketch?
I started a simple 2D piping system diagram sketch by opening a new part file and using a sketch to stick draw the system schematic including some annotations. Then I opened a new drawing file and made a base view of the part file to bring a view of the original sketch into the drawing.
I realize now that it would have been much easier to have created the schematic directly in a 2D sketch at the drawing level, which would have made editing the annotations much easier at the drawing level, and there is really no need for the part file to exist. I have no intention of creating a 3D model or "real" part in the .ipt file, was just using it as a jumping off point to sketch.
I was thinking that I could correct my error in judgment by just copying the sketch and pasting it into a new sketch on the drawing, but it doesn't want to work that way. I have tried copying both the whole sketch at the browser level, and the entire sketch contents (all of the lines and annotations) from the opened part sketch, but when I attempt to paste either of those into the drawing, paste does not seem to be an option. I'd rather not have to draw the whole thing again, as in typical fashion, my once simple sketch has grown in proportion and complexity from its simple beginning.
View 4 Replies
View Related
Dec 3, 2013
I was trying to query some sketch points data from a profile Path using code as below. However the program stopped without telling the reason.
Code below:
i = 0;
foreach (ProfileEntity oSourceProfileEntity in oProfilePath) { switch (oProfilePath[i].SketchEntity.Type) { case ObjectTypeEnum.kSketchArcObject: { SketchArc srcSkArc = default(SketchArc); srcSkArc = (SketchArc) oSourceProfileEntity.SketchEntity; // error points[i] = srcSkArc.StartSketchPoint.Geometry; break; } default: { SketchLine srcSkLine = default(SketchLine); srcSkLine =(SketchLine) oProfilePath[i].SketchEntity; // error points[i] = srcSkLine.StartSketchPoint.Geometry; break; } } i++; }
View 2 Replies
View Related
Aug 1, 2011
First we imported an ".igs" file to inventor, which produced "wires". Then by promoting the wires it produced a 3-d sketch.
The model is in one plane and 2-D, and we are trying to use Ansys 2-D analysis, but in-order to do so it needs to be in a 2-D sketch.
The model is too large to be redrawn on a 2-D plane, how to convert it to a 2-D sketch
View 9 Replies
View Related
Dec 14, 2012
want to change sketch 2013 into the sketch of 2010
View 1 Replies
View Related
Sep 29, 2011
Inv2009. SP2.
The company I'm working for has used inv for over 5 years, but does not use idw's. (or the inventor dwg(idw junior))
The reason is that the on vessels we need to show some hidden lines and ommit others and the layers need to be our standard.
I'm trying to get us on track with the idw process which I'm used to using, I hate not having the link between the 2d and 3d stuff, a lot of rework.
Anyways I'm turning visibilty off on some hidden lines and changing the layer manually most of the time in the idw.
This is a bit time consuming but not to bad, what's killiing me is that when I save, re open, or do most anything with the idw or model; the lines I, right clicked turned vis off on reappear the layers I assigned (right click again) in some cases turned back to default, or in other cases turned to whatever they wanted to.
View 5 Replies
View Related
May 30, 2013
When I edit certain sketched some other sketches disappear. see attached.
This is causing modelling to slow down as I can not project lines from the sketch that has disappeared.
View 8 Replies
View Related
Aug 22, 2012
After I create a adaptive part from projected sketch. How to modify the sketch? Please see the part attached.
View 6 Replies
View Related
Mar 4, 2012
what is the difference between a sketch and a planar sketch?
View 2 Replies
View Related
Oct 4, 2012
Our customer supplied us with an Autocad template, complete with attributes, that I would lite to use as an Inventor template.
View 3 Replies
View Related
Aug 16, 2012
I'm having trouble with constaints, I'd like to constrain my sketch to a point in another sketch on a different plane. Is this posible in Inventor? If so how? If Inventor works differently how would you get a points in one sketch to be linked to points another?
View 2 Replies
View Related
Jun 9, 2011
Can you import layers from a template to a drawing with a different template
View 3 Replies
View Related
Jan 6, 2014
I'm recently using inventor a lot. But now IM try to make a .IDW template with my own line styles and thickness and stuff. This is what I do:
I open an exciting IDW file. I go to manage and click style editor. Then I create a new style. Called test style. I make sure I activate my new style and I go to layers, where I change the line weight from 0.51mm to 0.25 mm (example)
I save my change and close style editor... After that I save my copy as template (called test 6-1) and close the drawing. I open inventor and create a new file. Select the template I created. I get this style conflict.... I don't fully understand this error... How can I fix this problem?
When my new template opens, I check the line weight by the style editor but the weight detente change... Its still 0.51 mm.
View 4 Replies
View Related
Feb 12, 2013
Made some minor changes / updates to our .idw template and would like to update previous .idw's to the new template. Can this be done automatically? Is this done in styles?
I have opened previous .idw's and checked for updates in styles and none are shown. The changes/updates are to the title block and revision table. New drawings open with the new template changes, but we would like those changes to any previous drawings as well.
View 2 Replies
View Related
Feb 23, 2012
I'm having a problem migrating a custom idw 2011 template to 2012. When I try to open the template I get the message that I need to open and then explicitly save, but I cannot open the file. I've checked the file locations in options and in the projects, and all is correct.
View 2 Replies
View Related
Dec 5, 2012
I want to convert our drawings from one template to another (attached). Conversion is from .idw to .dwg. What's the best method?
Dell T3500
Intel Xenon CPU
15 MB RAM
64-bit operating system
NVIDIA Quadro 5000
View 2 Replies
View Related
Mar 25, 2013
How can I control placement of an DWG when i place it in a IDW. I can't see that I have a possibility to control that. How can I do that?
View 6 Replies
View Related
May 23, 2013
Is there anything wrong with creating a new template this way:
1. Create a new model for a new client.
2. Create new drawing based on the standard template.
3. Bring in model views and create new title block, notes, symbols, etc. specific to new client.
4. Save drawing as a client specific template in my template directory.
5. Open new client template and erase all drawing views but leave notes, symbols, title block, etc.
6. Save.
The question is, doing it this way, will it cause problems? Will the drawing views somehow still be linked to the template? Should I erase the drawing views BEFORE saving as a template? Is there a better way ti create a template?
View 4 Replies
View Related
Oct 4, 2013
I have had a dwg. template that I have used for quite some time. I recently decided I needed to update it. In doing do I added a new sheet and modified an existing title block to use on the new sheet. Now the new sheet is there when I start a new dwg. but the names are still there from the modified title block. If I open the template directly its all correct, if i start a create a new dwg only parts of it are correct. I've tried changing my styles to read/write and tried to save it as many different ways I can think of but it just won't cooperate.
Windows 7 64 bit
16 GB ram
Intel i7 2600 3.4 ghz
AMD radeon HD 6450
PDSU 2013
View 7 Replies
View Related
Oct 22, 2013
Just installed inventor on a new PC. When I go to sketch a line it appears to be drawn but nothing is being created.
View 4 Replies
View Related
Oct 29, 2012
My AutoCAD LT lineweight settings keep resetting from drawing to drawing, is it suppose to do it or what?
I just want my lineweight settings always (for any drawing) to be as I set them!
View 9 Replies
View Related
Apr 11, 2012
I created a template file for the sheet material with the specified type of material, sheet thickness and the radius of bending. Placed in the Templates folder. Call the template from the menu, HED, and all settings are reset to Default? How to make a new file so that all settings are saved?
View 3 Replies
View Related
Oct 5, 2010
I have crated a drawing of the part. Now I must be updating the drawing template. How I can update the drawing templates to old drawings?
View 6 Replies
View Related
Aug 28, 2011
I included a VB code in our drawing template, but then I get the "Warning: You have a non-empty VBA project.." message. If I copy the code into iLogic, I just get an error message. Why it runs fine as a separate macro, but doesn´t work in Inventor, or how I can include the code into the template? URL....
View 2 Replies
View Related
Mar 18, 2013
Can the description be changed for custom templates (see attached image). If so, how?
View 2 Replies
View Related
Mar 25, 2013
I need to make a Template.idw file with my company logo. and i did that by using insert image options. Then i saved it as template file and when i try to use that tempate file for new drawing, it shows a message that the reference file path is not the part of active project. So there is any option availabe like copy image and paste in template in place of insert image with link option?
Inventor Professional Suite 2010
Windows 7
View 9 Replies
View Related