AutoCAD Inventor :: Edit STP File So Can Add Dimensions To Entire Part
May 31, 2012
I received a stp.file from a vendor and need to add shrink to the file. How do edit the file? Also, once the shrink is added I need to be able to make a split mold out of the part. How would I go about do that? I should be able to make a block; then cut the part out of the block. Is that correct?
I have an assembly of pallet racking, it is one complete frame which can be modified in all the desired ways by the ilogic i have in place. I wish to be able to put this frame into a new assembly but have different dimensions for each frame. I used to do this by copying all the files to a new folder so that each frame had its own parts. This has stopped working and now once one frame is altered all the other frames change to rather than having there own dimensions.
I am trying to edit a sketch in a multi body part file. While I am trying to edit, it displays all other solid bodies which is not required. How to switch them off displaying unnecessary solid bodies while editing a sketch?
I'm working on Autodesk VBA, and I'm trying to get user input on which vertex to use for a constrain. I want to make a macro that can go into part edit, allow user to select a vertex, and then automatically set up the constraint. Initially I wanted to do this in a single macro, using this short piece of code
while oSelectSet.Count <>1 DoEvents Wend
While this worked when run directly from VBA, if I call it as a macro in Autodesk itself, the DoEvents doesn't seem o work because I wasn't able to make any selection at all. I googled and it seems like this is just how macros are.
So I split the code into a 2 subs and a function (as attached), and put them into separates rules that I call using a form in Autodesk. The first sub "Meta1Pin1_1" works, then I would select a vertex in edit mode. But when I go ahead and call the second sub "Meta1Pin1_2", I get the error message that I created which says no vertex is selected. But if I select a vertex and call the second sub again, it will work.
So I've been trying different things and I realize that every time when I first call the second sub, my selection is erased teh moment it goes into the sub. But, for some unknown reason, the selection will remain when I call it the second time. I can't figure out what exactly happened between the first and second call of the same sub, that allowed the selection to remain.
' prepares assembly for user input by grounding bones and going into part edit Public Sub Meta1Pin1_1() Dim oDoc As AssemblyDocument
I got a new computer recently and installed Inventor 11. I found I could not change the drawing dimensions (It chanced in the Edit Box and shown the changes in the dimensions, but after click "OK", the Edit Box closed and the dimension did not change).
I remember there were the similar problems before and I installed KB918118 fixed it. So I tried to install KB918118. But my computer shown a message saying my computer system is newer and do not need the KB918118 update.
when I try to edit a dimension in my Idw's. I normally can double click on the dimension or right click on it and choose edit, but now the window will not pop up. It freezes the screen like the window is open but no window on the screen, almost like it opens off of the screen where you can not see it, the program has been reinstalled but still have the same problem.
I got a new computer recently and installed Inventor 11. I found I could not change the drawing dimensions (It chanced in the Edit Box and shown the changes in the dimensions, but after click "OK", the Edit Box closed and the dimension did not change). I remember there were the similar problems before and I installed KB918118 fixed it. So I tried to install KB918118. But my computer shown a message saying my computer system is newer and do not need the KB918118 update.
I´m trying to measure the base dimensions of simple geometric shapes. I started out with plates since they are easy to measure as long as they sit in 90°, 180° and 270° positions relative to the origin. Then Measure.ExtentsLength, Measure.ExtentsWidth and Measure.ExtentsHeight will give me the base dimensions of a plate.
However, if the plate sits abitrary relative to origin this will obviously fail, since Measure.Extents only measures in x,y,z
Is there any way how I get positions of the geometry that is in the part, like corners surfaces on the B-REP so I can calculate the dimensions properly for a plate. I´m not sure if this is possible with iLogic. I have a strong suspicion VB.net would be needed for this.
Another problem I have is that derived parts don´t get triggered to run a script when I change the geometry in the Multibody Part and the rule is set to run by any modelgeometry change.
I'm looking for an easy way to extract the information of max box dimensions (X, Y, Z).
When we want to send one part, or assembly all over the world, we need those dimension. I think, it is something that inventor already have it but not in an easy way like a phisical propertie that you can include in your BOM. Is this something for autodesk to implement?
When I try to scale a part in Autodesk Inventor Fusion, it asks to select a solid body, and reference point, but there is no option to change the scaling type to nonuniform. How to do it? I have Autodesk Inventor and Autodesk Inventor Fusion 2013.
I'm making a part and am adding features to it and using my existing sketch dimensions as my guide. The problem is that when there are sketch dimensions on the face of the part, they are difficult to read. I'm forever dragging these dims to the side in order to read them, it's just a bit annoying. I was wonering if there was a setting that made them show up as well as they do when the aren't sitting on the face of my parts. I've attached a .jpg of what I'm talking about. notice the dimension on the left side and the bottom.
I am finally getting time to do some organizational cleanup and management with our templates and vault settings. Many of the things are items that I am altering for each drawing/model I make and I would like to make them "stick" for the company standards. Things like altering font size in the styles library, adding part dimensions to the parameters for the parts list, and creating a new content central library where our part numbers are already populated for the parts list and the structural shapes have datum planes in the middle rather than just at beginning and end.
Inventor Premium 2013 SP1.1 Vault 2013- plain vanilla version HP G71 notebook celeron cpu w 4gb RAM and 64 bit system Win 7 home premium
Dear Sir, In particular project, when I insert part in Assembly file, It is inserted as a Tube & Pipe run part. so that It is not Grounded automatically. What is the settings by which I can insert as a normal part in assembly file ? I have attached herewith the JPG file also.
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.
I need converting imperial dimensions into metric in assembly as weell as part level sketches dimensions.
Any solution for converting all imperial dimensions to metric dimensions in whole assembly constraint level and as well as part level sketch dimensions. Any macros or any ilogic rules?
In 2010 and previous releases I recall being able to show the feature dimension by right clicking "Show Dimensions" and then being able to double click on any visible dimension and change its value. I don't see this behavior in 2012. Is there a setting to turn this on?
I have written a program where i will copy inventor assembly tree to custom form in tree format. Now my problem is whenever i click a part in tree i must edit the part. I am trying to access the Fx parameter/IAssembly to use it but not getting desired results .
I started out with a single 3 dimensional piece i had made using sketches, and split it into two using the split feature under the modify tab. Now I would like to take each of those two pieces and copy them into their own individual part files. I could do this by remaking them, but was wondering if I could simply copy and paste them into separate files.
In 2012 (and earlier) you rotated the texture in Style Editor. This was limited vs the new method.
I have parts with lots of faces and need to rotate all the faces at the same time, like 2012.
Also, I need the changes to be updated in all iparts, whereas at the moment the Adjust only seems to affect each one. Again, much less limited, but I need the option to update all at once too.
I got this part from a customer and when i try to say cut off one end of it (because it is a casting and i need to put a few machined features on it) it will not let me? I am using the datum planes to sketch on so it shows you the part sideways or longways. i tried both different planes. it seems if you try doing it looking into the part it lets you but not from these planes.
I have attached the step file. Scott win 7 64 bit sp1 cpu intel xeon E5-2687W0@3.106 eight core two solid state hard drives 32 gig of ram Autodesk product design suite premuim 2014 64bit Nvida quadro 4000 Space Pilot ver. 1.6.2 2010 slphantom (NNTP handle: scottl)
I was wondering if there is a way that a mirrored part can be redefined. Problem I have is that after renaming the parts in the assembly the mirror will no longer update and references the original part before being renamed. I can't seem to find a way to redefine this so my mirrored part will update. To date I have been deleteing out the mirrored parts and creating them again.
edit material of part taken from content center library. In library itself i have to change the material of item and specification of part. means i will get the all details in BOM.
I have a solid body but I need to make a part of it removable. I want to be able to lift it off and put it back on. The problem is that at the moment it is all one piece. So what I need to know how to do is remove just this one face from my solid, turn it into a seperate part so that I can create a lip on the solid for it to set on once it is reasymboled.