AutoCAD Inventor :: How To Create PDF-File Of Drawing And STEP Of Connected 3D-File
Apr 11, 2012
I have a script that makes PDF-file with suffix revision. Now I want to expand this script so it even makes a STEP-file of the 3d-file connected to the drawing. This would make all manufacture files in one button. That should be nice..
How will i manage with this since the active document is the drawing not the part. (see code below)
Set oDoc = ThisApplication.ActiveDocument
Call oDoc.SaveAs("C:UsersGoranWeDesktop est estfile.stp", True)
Following is possible using AutoDesk Inventor Apprentice (C++ Project)?
I want to be able to select (using the File Open dialog box) a "Step" file that I have downloaded from my supplier, then convert it to an IPT file (NOT AN ASSEMBLY!!!), automatically.
For a client we maked a model in 3dsmax. But now they have to produce it in the factory. They need a STEP file. I added the file in Inventor. But its not a solid 3d body. But I have never worked with this program. How to make the STEP file? URL...
We had a CAD designer create a 3D drawing for us. I am pretty sure he did it in Inventor. We only have Inventor LT here. I am so lost its not even funny and my boss is breathing down my back to get this done. How in the heck do I convert the .dw file to a .step or .iges file!?
I have to send one of my assemblies to a customer who has Solidworks I believe, so I thought I would just save the assembly as a step file, but when I try to do this it crashes my system probably due to the fact that I have quite a bit of embossing on one particular panel. Any other options?
I am having trouble opening a step file. I actually opened it a couple of days ago fine but now when i try it tries to load for a few minutes then just crashes. I have tried other step files and they open fine.
The file is 260MB not sure if it will attach here.
I am trying to create a step file of an assembly, the assembly consists of maybe 50-100 parts. I am currently running Inventor 2009. In a new part file, I derive the assembly to make it one solid entity. Then I save that as a step file. However when i open the step file, i have a bunch of extra "parts" in my model tree. These parts seem to be where the bolts and threaded holes interfere or not all parts joined to the main solid model. How can I eliminate this?
Also on a side note, is there anyway to change the orientation of the WCS?
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?
When I import a step file, the color/texture of the step file has gone way off from expected.
Before, the same model used to be gray, now most models have got a green pcb texture, and there seems to be no way to correct it in the model/solid properties.
It only happens with this one file so far. It is a STEP file. I open it in Inventor and then when I hit save it gives me an error. The system cannot find the path specified.
The database in C:Users stalkerDocumentsInventorDesktopAssetCreation2Imported ComponentsC731222M-U2 68514423656.ipt could not be saved.The system cannot find the path specified.The database in C:Users stalkerDocumentsInventorDesktopAssetCreation2Imported ComponentsC731222M-U2 11505_3.ipt could not be saved.The system cannot find the path specified.
I have tried to save it on two different computers with two different projects and I get the same error. I have never ran into this problem before and I open and save STEP files often.
Is there a way to define the export tolerance of a step file? Now the tolerance is always set to 0.01mm but i need a tolerance of 0.001 to go further in another CAD / CAM System.
We were sent some step files of valves from a company - what would be the best practice to make this into (clean up) a useful part to be used in our assemblies. Interested in converting it into a useful part but reduced in size. (Compared to other valves we use - this is easily 10 times the size).
In my company we work with quite large assemblies, a small project im working on now, contains 527 documents with a total of 3088 occurrenses. Our customers often request STEP files which is a real pain for us to create.
Usually we have to start exporting the assembly at closing time and let the computer work over night, and the product is often a file in the 200mb range, which is too heavy to handle via e-mail, and also takes a lot of time to import to other CAD software.
Using the Task Scheduler is not an option since our file server isnt compatible and refuses to let go of files unless they are checked out manually.
I have come across a problem where I import a step file. And it brings in a false surface that is not supposed to be in the file. When I highlight the base of the solid it only highlights what it should (not the false surface). The surface cannot be extrude cut or removed.
We recently purged our part templates of unused materials and appearances because there were duplicates after our merge between our original 2012 library and 2013 library. We deleted these duplicates but retained all materials that inventor uses by default, such as the "default" material.
Creating new files causes no problems, however when opening a .STEP file Inventor immedietly crashes and exits to the desktop. We tried re-assigning the default templates that came with our install of 2013 and we can open STEP files just fine.
We tried uninstalling the latest update (Update 2 for SP1.1) but that did not change the problem.
We are using confirmed STEP files that have opened fine in the past and new STEP files that are freshly downloaded. NOTE: the same crash occurs with .SAT and .IGES files as well, however we primarliy use STEP files.
This is occuring on two seperate machines, both running Windows 7 64-Bit with i7 processors and 16 Gigabites of RAM.
When I import a STEP file or most recently a Solidworks part the assigned colors are replaced by the standard gray. Is there an option I'm missing to ensure the colors are retained? I am using Inventor Professional 2012.
The simple question is… how can we insert a step (stp) part into an existing part file?
The story behind the question is this:
Normally when we get a step file assembly from a customer, if the part has changed, we put our part into Old Versions and save their new step file as our ipt number and replace it in our assembly file. With Vault, in order for us to maintain the history of the part files, we need to keep the original file so we can’t just delete it or replace it, so now we need to figure out how to get a step file into an ipt. The Import command on the Manage tab (with 2013 at least?) does not allow import of stp files just yet.
The only other option I can think of is to put the original part into an assembly with the step file, create a copy of the step information in the part file and use it to recreate the new (step based) part.
Setting up a tabulated ipart drawing template. Which is better...one drawing file with a table or individual drawings for each tabulation? Also does one method work better than the other when introducing vault?
I am trying to use iLogic to create the file types I need to give to my vendors once I have created a drawing.In the .idw file I have a rule that creates a .pdf file and .dwg file. I also want it to activate a rule I have in the .ipt file that creates a .dxf file.
trigger = iTrigger0oType=Left(ThisDoc.FileName(False),3)GoExcel.Open("S:DRAWINGSFolder Types.xlsx", "Sheet1")For rowPN = 1 To 200 If (GoExcel .CellValue("A" & rowPN) = oType) Then oFile = GoExcel.CellValue("C" & rowPN) Exit For End IfNextoFolder = "S:DRAWINGSNOT RELEASED" & oFileIf Not System.IO.Directory.Exists(oFolder) ThenSystem.IO.Directory.CreateDirectory(oFolder)End IfThisDoc.Document.SaveAs(oFolder & "" & [code].....
I just deleted a folder before I should have. Now I need to edit a photo that's still in Elements Organizer but it won't let me do anything because there's no connected file. Is there any way I can get at this picture to edit it?
I just switched from PC to MAC and have troubles using the PC catalogues, or better: associating the images.
I copied the catalogue as well as the images to the MAC harddisk. When I open the catalogue I see the images, but they cannot be found on the disk. So I search on the harddisk for the new path but after finding it I get an error message "Die Datei "xxx.CR2" ist mit einem anderen Foto im Katalog verbunden." In English something like "The file "xxx.CR2" is associated/connected with a different photo in the catalogue."
How do I create a new CTB file OR insure that a drawing is supported by an existing CTB file? I have tried to start one from scratch using Plot window - when I click on file - it sends me back to MY DOCUMENTS. Is this a glich??
I am looking for a way to use the .dwg file properties of a drawing to generate an updateable drawing list/register. One that will update automatically as the file properties are updated. I have already created a title block that uses text fields to display custom properties of the file on my title block, such as the job no., drawing no. etc.
I have searched the web for answers, came across this site, joined and searched through it... There are a number of threads that 'sorta' deal with my needs but alway tend to digress more towards the "poster's" needs and away from mine. I noticed that they all talk about Lisp Routines and I have no knowledge of using them. Is that the only way to go or can I use another route? Another one was the Sheet Set Manager but I don't think that this is exactly what I am looking for...
I have a STEP file which was made with SolidWorks that I need to get into Max.
The file contains a fair amount of duplicate objects, like 10 highly detailed motors that are used, etc. When I imported the file into Max, I begin experiencing momentary periods of time where max become unusable. I believe this is happening during my auto-saves. So I checked my Max file, it's over 250 MB.
I know the problem is all the duplicated geometry, so how can I tell max, "these two things are the same." Without going through the painstaking task of actually recreating instanced geometry?