AutoCAD Inventor :: 2013 - Edit Appearance Of Whole Part?
May 2, 2012
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 have a part (several actually) that I made using the mirror command. I made these in 2012. When I converted to 2013 and set up my new appearance freindly materials, I changed the appearance for my 201 S/S matl to "Stainless Brushed". The first image is of the derived part which is stuck on a "Steel" appearance, the second image is of the base model which is correctly displaying the "Stainless Brushed" appearance. I tried playing around with the appearance overrides and I can't seem to get it to update. My assembly looks like **** with the different appearances.
For chuckles sake I'll also mention that every time "appearance" appears in the above paragraph I typed color first and corrected it.
Whenever I mport a part it has the welding texture applied to it. Where can I change it to so I don't have go around and select the faces to clear them. Changing the material has no effect on removing the texture.
I have a model part with colors assigned to different features but they do not carry over to the assembly model. The assembly first came up as all grey when our computers were upgraded to Windows 7, I have been playing with it and got some of the color back. I am new to Inventor and not familiar with how the colors work.
I quite often import hardware models downloaded form various mfg or supplier websites. McMaster Carr for example provides a great deal of hardware models. While they offer native formats for SW they do not do this for IV (not many places do)
Since the [imported] models often open up with default properties, I change the material to something that closely represents the actual hardware or item. In some cases, there are certain portions of the item that are in reality colored or textured differently and I sometimes want to duplicate that for aesthetics and a more accurate view for people that use my assembly files.
In SW, it was always real easy to select just a face (regardless of whether the surface was part of an entire part, a feature, an imported solid body, etc. I could always change the properties of just a face or slection of faces. Since it was a standard pc of hardware, I had no concern about updates.
I have a part file that contains two imported solid bodies. If I select just a single face and try to change the color of it, it changes the entire part. Not what I want.
I have an xml file with RAL colors I used befor the new appearance was added in Inventor. Now I want to use ral colors in Inventor 2013 but that I can not manage. how I can add ral colors and also properly be given in my parts.
I have created Customized Materials in Inventor 2013.When I try to apply customized material to part it is showing different result for Drop Down list and for Material Browser.
1. Picture showing appearance of part for Wood Pine from Material Browser.
2. Same Material I tried from drop down list showing following result (Customized library has checked it is in active form)
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 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.
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?
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.
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've occasionally run into a problem where when I right-click at the root of the browser tree and select iProperties, the dialog will not show. The application acts as if the dialog is active (in particular, Windows makes an annoying ding every time I try to click somewhere on the Inventor UI) but I cannot see it. If I recall correctly, this only affected some files, and I could usually get around it by opening the dialog from the main menu rather than from the browser.
Now I am experiencing something similar with the Derived Part dialog. After I select a part file to derive from, the dialog for selecting individual elements never actually appears on the screen, but Inventor seems to think it's there, as the part I am deriving from is displayed in the viewport and the browser tree is locked out. Again, it seems as if the dialog is active but invisible: If I press Enter, I get a derived part, and if I press Escape, the preview disappears and nothing new is put in the browser. Of course, I can't choose which elements of the base part I want to derive from. Right-clicking the derived part entry in the browser and selecting "Edit derived part" produces the same result -- evidently, an invisible dialog box.
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've just upgraded from 2011 to 2013 and come across this problem.
In 2011 I could edit a component from the top level anywhere in the tree - i.e. From an iLogic rule in the top level, I could edit a component in a subassembly.
This doesn't seem to work in 2013 - I can only edit the first child of a component.
I want to ask if in Autodesk Inventor 2013, can we create a part with a different configuration?
example:I made a cube the size of 10mm x 10mm x 10mm, after which it would be revised measures 15mm x 15mm x 15mm. The second revision to change the size of a 12mm x 12mm x 12mm. Can all the revision is done in one file?And if I want to revise again be 10mm x 10mm x 10mm, can?
Have I been that provides revision always create a new file and the file number so much that hard to figure out which revision. I am still learning Autodesk Inventor 2013.
I keep finding it impossible to edit existing features from models/assy. Even if I change only 1 dim in the sketch. Once I close the sketch. The feature fails. I then try to edit the feature and I will see that the feature direction has changed, but invenotr will not allow me to switch it back. Basicallly there is no editting power at all.
So you only way I have found to complete the job is to delete the feature and then put it back in.
Is this part of the new way of inventor 2013 or is this another time wasting glitch?
Also now when I edit a sketch I must delete all of the dims, then edit and then put all dims back.
Is this also part of the new way or the direction autodesk products are heading?
I have three workplanes. All three were created the same way (offsetting an existing workplane). I want to change the offset dimension. I can on one of the planes, but on the other two, I have to "Redefine Feature". There is no Edit dimension available in the menu.
I have received a model in which the solids all appear "rendered" in model space. For example, if I extrude a circle or a rectangle, it immediately appears rendered. I am used to (and require) the solids as wire frames. Is there some setting that makes solids in this drawing appear rendered while mine (in a new drawing) appear as wire frames?
How to rectify my model space text issues for a set of drawings. There are approximately 12 drawings which all have the same problem. I have not seen this problem in other drawings.
The text in model space appears bold and rough. I have checked that all the text is set on the 0 Z plane. I have taken the following corrective actions and have not had success:
-Confirmed text is at Z=0 -Reset the UCS to world -Changed the Z coordinate to arbitrary number and set it back to 0 -Checked that drawing & viewports are 2-D Wireframe -Other Desperate Measures: Purged, Audited, Created in PS then move to MS
We had a CAD temp. that set up the drawings who is no longer with us, so I have clue what he did to the drawings when setting them up.
I thought there was a setting for this? I want to adjust the Osnaps so they appear further away from the point. IE: As I want to pick the quadrant I have to get so close to the quadrant before the osnap shows. I can't remember the variable to adjust this distance.
Sometime the ViewCube disappear from my screen, so it is not possible to rotate my drawing so see my objects in 3D.
The same ViewCube is in my Viewport and in this case I would like to make it disappear due the Viewport is locked and the commands do not operate normally here in this area.
Just in case you do not know what is the ViewCube please check the images attached.
Working in an assembly with sub-assemblies. I am trying to move a part not much more than the diameter or a hair, but this is causing lots of problems.
I am forced into editting an assy constraint. So I go thru the menu and except the edit.
Constraint box opens / and iventor says "ready" but it will not let me select and surfaces to define the mating.
My question is What is it the constraint is ready for?