AutoCAD Inventor :: Save IPT As IGES And Include 3D Sketch?
Jan 28, 2013
I am using Inventor 2013. I want to save an IPT as IGES and include the 3-D sketch. That is a simple operation which was performed correctly. Whe I open the IGES file I want to be able to EDIT the 3-D sketch or our supplier would want the ability to do that.
The 3-D sketch shows up but there is no option to EDIT.
Dell Precision T3500
Windows 7 Pro
Quad Core Intel Xeon
6 Gb SDRam
NVIDIA Quadro
Product Design Suite 2014 Premium
View 1 Replies
ADVERTISEMENT
Jul 30, 2012
Is it possible to include Model Sketches when exporting a DXF from a drawing document?
Previously I could do a simple export :
ThisDoc.Document.SaveAs(DXFNAME , True)
Which used the options I'd set in the 'DXF File Export Options'
However, now I need to include some geometry from 'Sketch 2' within my DXF.
I've looked at the TranslatorAddIn Interface but can't see any options to include sketches in DXFs.
I'm using Inventor 2011
View 1 Replies
View Related
Oct 16, 2013
So I have 25 years 3d CAD experience. Catia, Alias, Ford PDGS.I have spent 20 hours on Inventor 2013. Great program. Very intuitive. Have been banging out models easily.
My issue however is a Client has given me sone .stp's and Iges files to work with.They open fine as a .iam The issue is saving. I have the project folder setup, go to save.
I Get the "do you want to save changes to "XXXXXXXX.iam" and all its dependants.I select "yes to all".I get the "Yes" under the "Save" Column for all listed .ipt's...I hit OK.......Autodesk attempts to save.
...Then I get the dialogue box up with ! icons "The system cannot find the path specified" - The database in C:Users.........xxxx.ipt could not be saved
View 6 Replies
View Related
Apr 18, 2011
My company outputs IGES files and we always use the settings "Surfaces" and "144-Trimmed", however, the default for Sufrace Type is "143-Bounded" so we have to open up the options dialog box and change to "144-Trimmed" every time. How can I set Inventor's Default to "144-Trimmed" so I never have to mess with it again?
View 6 Replies
View Related
Jul 25, 2013
Since we upgraded to Inventor 2012 SP1 on W7 x64 most machines cannot open or save out step or iges files. The translator shows as 'On demand' and when i save copy as the 'options' button is inactive. We just get the standard error 'Problems encountered while saving the document'.
I see lots of old posts but nothing relating specifically to stp files.
Inventor 2010
View 4 Replies
View Related
Aug 24, 2013
I bought PSE 11 for Mac a few months ago, and have finally been able to spend some time examining the features. However, I noticed that my "Sketch" filters do not include the comic or graphic novel options. Were these two omitted from the Mac-version? Or do I have a faulty copy of the program?
View 2 Replies
View Related
Dec 1, 2011
I have modeled this "low-poly" hand in 3d max. Here's how it looks with the "NURMS toggle" turned on. What I need is to somehow really turn it into NURBS, to be able to export it as IGES and then import into Inventor.
View 8 Replies
View Related
Sep 5, 2012
How do i export a .iam to STEP or STP or IGES without the three being expordted? i dont want the costumers to be able to see the anything in the three but 1 file (base1 or something).
What i do today is, i make a new part and derive the .iam file and then export it to step but this is getting hard to do when you have many .iam files.
View 4 Replies
View Related
Jan 3, 2013
I have a problem converting a file into STP or IGES formats. Inventor 2011 keep crashing. I managed to do shrinkwrap which is 38MB in size. I am converting this 38MB file into other formats for customer suitability.
View 4 Replies
View Related
Nov 23, 2012
Any good IGES to Autocad converter? Does Inventor fusion support IGES?
View 5 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
Oct 12, 2011
I am working with Inventor Professional 2012 eduactional institution version here at school. I am trying to conver a DWG of a 747 to a IGES or STEP file, but when I go to do so the option export "cad format" is faded out and I cannot choose it. Is this b/c it is an educational version, or am I missing something?
View 6 Replies
View Related
Oct 12, 2011
I have an IGES file that, when opened in Inventor, comes in as a single part. In the model tree of the part are 126 Solid Bodies, each with a "Base" in it. The parts are all solids, or appear to be. Is there a way to open this file so Inventor makes each "Body" a separate .ipt file, and the IGES file a .iam file (as it can with a .stp file)? I can't attach the file, as it's 36+Mb....
View 3 Replies
View Related
Aug 20, 2010
A lot of times our customers will send sheet metal parts for us to manufactur. unfortunately they do not have inventor and/or do not, or won't, send the flat layout. It is possible for me to convert these 3d files into Inventor sheet metal pieces and lay them out so i don't have to re-draw? What are the steps to do so?
View 9 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
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 10, 2011
I have an IGES-file 270 MB large, i can open it in a lot of 3D programs, but when i want to open the file in Inventor 2012 the circle-icon keeps on spinning. But no result.
Why can't Inventor handle large IGES-files? How can i solve this?
View 4 Replies
View Related
Jan 10, 2014
I had some success transferring geometries, generated with an advanced math software, to Inventor using IGES files containing Manifold Solid B-Rep Object Entities (Type 186) (see the specification IGES5-3_forDownload-1.pdf). Now I would like to include several Type 186 entities into a single IGES file and form the geometrical unit of these (and them), for which the IGES Boolean Tree Entity (Type 180) seems to exist. I'll do some trial-and-error testing, but it would be very useful to have a (reliable) list of all IGES entities the Inventor IGES import function does or does not support (like these: Transcendata, MoldflowInsight). Unfortunately I could not find such a list anywhere.
Another question: Are the IGES import/export functions of Inventor written by Autodesk (and/)or are third-party libraries used? If the latter, which ones?
View 2 Replies
View Related
May 3, 2012
I've got some IGES files, which I want to place into an assembly, and then create a drawing of the assembly.
If I open the IGES and place it in a drawing it works. If I create an assembly, place the same part, and then try and put the assembly into the drawing it doesn't work.
Attached is the IGES file. I'm using Inventor 2011.
View 9 Replies
View Related
Mar 14, 2013
A costomer sent us an IGES file 228 MB in size and it's trying to open but its been almost an hour.
I tried different options in the options tab before opening but still dooging it.
Dell Precision T3500
Windows 7 Pro
Quad Core Intel Xeon
6 Gb SDRam
NVIDIA Quadro
Product Design Suite 2014 Premium
View 4 Replies
View Related
Apr 22, 2013
I am using inventor 2013. I currently have a IGES file that doesn't show the surfaces on my inventor drawings. The include all surfaces feature is check but still doesnt show all the surfaces. I just recently imported a IGES file as a soild part but i do not rememeber how i did it. Once I clicked on the IGES file to open and then click options. What do I fill out on the option dialog box that the IGES file imports as a solid part and shows all surfaces on my inventor drawings.
View 9 Replies
View Related
Jul 19, 2012
Two IGES parts and try to convert them to a solid. I've tried all I can think of with no good result.
I can't get them uploaded, file is too large, what can I do?
View 6 Replies
View Related
Nov 8, 2011
Currently using the following hardware; HP Z800 Xeon X5677 with 24GBram and 3x147 SAS in raid configuration
Windows professional 64-bit
98% of our work consist of creating idw drawings of complete factory's plants, large 3d plant models.
Therefore we have many subcontractors and from them we receive 3D step/iges models (size approx. 240MB), we want to be able to import these in to our models. But for the moment we are unable to import these files into inventor (due to size probably), it takes very long (over 36 hours) to convert, and most of the times we get a error... or inventor hangs.
When we are able to convert these we have performance problems because of size of our models.
So my questions are;
- why does it take so long to open,
- how can we reduce these files.
View 2 Replies
View Related
Jul 10, 2012
I have imported an IGES file in Inventor and I need to dimension and detaill the piece in a 2D drawing. The thread and hole wizard does not recognize the holes in the workpiece as holes. Also I sectional view does not display hatched areas of the workpiece even though I have the display option checked on. Is there any sort of feature recognition within Inventor that I can use to import all geometry so that inventor understands?
I am working with 2011 Pro and have about 1500 hours on the program so far.
I was considering redrawing the workpiece by creating a part within an assembly and overlaying the two pieces on top another and using refernece geometry but this might not be the most ideal method.
View 2 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
Oct 16, 2013
I'm trying to add some efficiencies to larger projects buy reducing the number of steps required to export to pdf. I'm looking to add a custom file name to the string.
DESIRED
From:
20131006_KK_Brochure_v1.pdf
To:
20131006_KK_Brochure_v1_OUTLINES_PRINT.pdf
However, I'm experiencing problems with the following code that I have modified. The below code is adding "_OUTLINES_PRINT" as a prefix, rather than a suffix.
function getTargetFile(docName, ext, destFolder) {
var newName = "_OUTLINES_PRINT";
if (docName.indexOf('.') < 0) {
newName = docName + ext;
[Code]....
View 2 Replies
View Related