AutoCAD Inventor :: Part Or Assembly Automatically Turns Textures Back Off
Jan 7, 2013
I had with a custom texture not showing up on my parts while they were showing up on a coworkers computer fine. I recently cured my own issue (I just needed to click Textures On in the View toolbar under Appearances). I am thinking it is going to be a simple fix as well but I have not been able to find it.
Everytime I close out of a part or assembly it automatically turns the textures back off so I have to turn them on everytime. I looked through the Application Options and Document settings to keep textures turned on but could not find anything. How to turn the textures on and leave them on?
View 1 Replies
ADVERTISEMENT
Apr 1, 2013
I have a Part List in the assembly drawing.
This list has Renumber Items activated.
All renumbered items become in blue cells in Part List properties table.
All added or altered after that Part Properties are not shown in this Part List.
For instance if I would add or change some Description, Comments or other properties to some parts which are in “blue” cells those will be not updated in neither auto nor any manual way.
So far I should delete and create the table again to see new added properties.
The question is: Is there are any other more simple ways to update the Part List table without recreating it from scratch?
View 3 Replies
View Related
Feb 27, 2013
is it possible to write a plug in that runs when a user does something.example. you start inventor and open a assembly file the user selects a part and the plugin automatically runs.no pussing buttons, no quick key, it just runs.
View 2 Replies
View Related
Mar 8, 2012
Anytime I draw a sketch the surface of the part highlights to a red color. It is hurting my eyes and how to switch it off.
I am using a new 2012 .
View 2 Replies
View Related
Jun 6, 2012
I am using INV 2012 and I wan to to know a trick how to convert the weldment assembly back to regular assembly template.
View 1 Replies
View Related
Apr 30, 2013
I used the cut command within an assembly and it made the cut parts turn red. How can I turn this indicator off?
View 9 Replies
View Related
Apr 27, 2012
I create a engine assembly and used "Drive Constrain" to rotate the crank shaft. The animation shows the crank shaft turns continuously in one direction. However, when I animate the constrain in Inventor Studio, the crank shaft turned in two different directions (see the vide file attached).
May I know why the crank shaft turns different direction?
View 9 Replies
View Related
Nov 7, 2013
Mirroring a part or assembly in 2014 makes the derived part with all sketches visibility on, nevertheless the original sketches visibility is off.
[URL]....
It makes me sick switching them down.
Is it treatable?
View 9 Replies
View Related
Mar 28, 2012
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.
View 3 Replies
View Related
Apr 1, 2013
I`m looking for the iLogic code that can change one parameter (user defined) for each (ipt) part in assembly (iam)
The one below doesn`t work.
Sub Main Dim oApp As Inventor.Application = ThisApplication Dim oAssy As Inventor.AssemblyDocument = oApp.ActiveDocument For Each oSubDoc as Inventor.Document In oAssy.AllReferencedDocuments On Error Resume Next Parameter(oSubDoc, "FH") = 15.26 Next End Sub
View 5 Replies
View Related
Dec 11, 2013
I would like to simplify this assembly into one seamless part for FEM calculation:The assembly consists out of parts that, in reality, will be welded together. Due to their form, there is no way to place them exactly onto each other, therefore there are slight gaps between the parts:
Now when I try to merge the assembly into one part via "simplify" --> "create simplified part" and choose "single solid body with seams between planar faces merged", Inventor does not fill these gaps (even though it displays only one part in the bottom right corner of my window). Unfortunately, the remaining gaps brings "contact" problems in the FEM simulation.
how to close the gaps and really merge the assembly into one part?
View 6 Replies
View Related
Nov 15, 2013
New user 2014
Part created in assembly does not update to part file.
View 9 Replies
View Related
Mar 29, 2012
I have a part that has protrusions. When i mate that part up to another part that second part needs to have cutouts/holes to receive those protrusions.
i mainly use it in sheetmetal parts. and use the rectangular protrusions on de contour to mate up with corresponding cutouts in the other sheet. this works with positioning and also makes for a nice weld spot/area.
But also for making holes to accommodate a mold pin used in custom punch dies. I want the intervening part to receive a corresponding (propperly tolleranced) hole automatically. Much like a bolted connection does.
same for parts like circlips. i want them to automatically generate the seat in the part it's mated to. Rather than using the axle generator.
Ofcourse one can place the parts and do an in assembly interpart projection and go from there, but i want the part to generate the (predifined) modification to the other part. It would save time and also reduces problems as the parts are moved about or even removed.
View 7 Replies
View Related
Jul 1, 2013
I have an assembly with 10 parts in it. We use many assembly features at the assembly level (Revolve cut, Extrusion cut..etc). How to find the mass difference of each part by comparing at its parts level and its assembly level.
View 1 Replies
View Related
Oct 3, 2013
I have a two part duct fire damper assembly. The IDW has the combined two part assembly, which I know how to turn the CoG on, so that it can be dimensioned. The problem is each piece will more than likely be hoisted separately so I would like to show the CoG for each piece, not the combined master assy.is there a way to do this?
Inventor 2014
Windows 7 Pro SP1
Intel(R) Core(TM) i7-3770k CPU @ 3.50GHz
16GB RAM
NVIDIA Quadro 4000
3D Connexion SpaceMouse Pro
View 5 Replies
View Related
Aug 20, 2013
If I want to find part which is inside another part or assembly, which means no matter how I turn camera, I always cannot see that part.
Does inventor has this function? Or is it possible to develope by .NET API?
View 4 Replies
View Related
Feb 7, 2013
I can't seem to find how to use the Inventor 2012 API to project an entire sketch profile from one .ipt to another .ipt file from within an .iam file.
i7-2720QM Dell Precision M6600, Win 7 Pro 64-bit, 8GB RAM
Autodesk Product Design Suite Ultimate 2013
Autodesk Vault Professional 2013
View 2 Replies
View Related
Dec 3, 2013
Why when I mirror a part in an assembly the mirrored part gets a new part number? I want to mirror only the position of the part which is always the same part. Is it possible to do that in Inventor?
View 7 Replies
View Related
Sep 4, 2012
I have made a macro that asks for a location on the file server (=client name) and then the project name. It then automatic creates the correct folders, opens my custom assembly template and changes an ipart that is by default in it.
That's all great and can save us a ton of time, but the last step is to automatic save the assembly! I just can't get it working and can't find the correct code.
I have defined the target folder earlier and the file name of the assembly is identical to this folder. For example
target folder = O:ProjectsclientNameClientProject1
file name = ClientProject1.iam
-> result: O:ProjectsclientNameClientProject1ClientProject1.iam
the code that I think should work looks like this:
Sub SaveAssembly() Dim oAssDoc As AssemblyDocument Set oAssDoc = ThisApplication.ActiveDocument oAssDoc.SaveAs ("O:ProjectsclientNameClientProject1ClientProject1.iam", False)End Sub
But it doesn't work, I always get the error message
"Compile error: Expected: ="
Whatever I do next I don't get the code to work
View 3 Replies
View Related
Nov 27, 2013
Is there a way to adjust the assembly and the parts automatically adjust as well?
View 7 Replies
View Related
Nov 14, 2011
I'm a playground designer and we're currently in the process of updating our systems to Inventor. Over the next few years I'm going to be working on many different assemblies all using the same parts and sub assemblies, many of which need to share the same ground plane.
I'm wondering if there is any easy/quick way to make certain parts (not all) automatically constrain/flush to the ground/XZ plane when I place them?
View 2 Replies
View Related
Mar 26, 2013
I use Autocad 2013. When I turn on the Sun and Sky Background, the spotlights automatically turns off? This happens every time and the render is awful... Bright windows, no light in the room And the opposite: When I turn off the Sun and Sky Background everything is ok. But the windows are dark....
View 9 Replies
View Related
Nov 11, 2012
how to select Content Center Part Automatically. Now I use pick methode for select CC part.
Here's my code :
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Membuat koneksi ke Inventor Dim m_invApp As Inventor.Application = Nothing m_invApp =
[Code]....
View 1 Replies
View Related
Sep 21, 2011
I would like to have the part number automatically be entered with ilogic.
Normally I know how to do this but this time I'm trying to have a couple constant letters with numbers to be filled in.
Example
MGR72
MGR is constant and the 72 will change with the width
What I thought would work but doesn't is
iProperties.Value('Project", "Part Number")="MGR" Width
View 2 Replies
View Related
Dec 1, 2011
I have an assembly with a subassembly in it. The subassemblies bom structure is set on Normal so that the subassembly number shows on the main assembly BOM and not the individual parts.
However when I place the parts list on the .idw of the main menu it keeps on selecting the parts structure for the BOM, I need it to select the structured view. How do I get it to select the structured view on the BOM so that the BOM does not show the individual parts of the subassembly?
I have made sure that the parts view on the BOM in the source assembly is disabled.
View 4 Replies
View Related
Apr 26, 2013
In most cases threaded parts are designed without true surface (just cylinder with texture) thus part surface area is calculated wrong (less than it is i real world)).
any automatic way to get true value of threaded surface which is modeled in traditional (simplified) way?
View 6 Replies
View Related
Mar 8, 2012
If my SNAP is turned OFF it automatically turns itself ON when i draw some linework. It keeps doing this in certain 2D only cad files. As a temporary fix i have tried to set my snap spacing to .0001 to keep the crosshairs running smoothly but they still appear excessively jumpy at about 1 unit. This only happens in plotable drawings that contain a certain 2D xref and the offending xref itself. If i unload all the xrefs the problem DISAPPEARS, although this doesn't let me draft any easier!
My OSNAP is working fine although it does reset itself when i have been using certain LISP routines.
FYI, if I open the same drawing on another users computer the SNAP stays off and the crosshairs run smooth.
View 1 Replies
View Related
May 8, 2013
I am in Inventor customization using VB.net as development language.
There is one issue which is troubling me from some time.
Is it possible to identify the name of parent assembly of part/sub-assembly.
For Instance there is a Sub-Assembly/Part, how can i identify the parent assembly using VB.net without opening that assembly.
View 7 Replies
View Related
Jun 21, 2013
I need a simple iLogic code that lets me copy iProperties of my choosing from my assy and to a Part, and grab som iProperties from my part and put into Assy iProperties.
the Assy and part are always named the same, and placed in specific folder, so i can easily locate the files.
I have been searching the forum without finding anything i have the skills to adjust to my needs...
It should be like this..: (not written in correct code but you´ll get my point.. )
'Get partnumber from active assy or part, depending what you have active
PartN = iProperties.Value("Project", "Part Number")
'Defining Assy file
Assy = "M:80000" & PartN &".iam"
'Definging Part file
Part = "M:80000" & PartN &".ipt"
[Code] ..........
If only i knew what to write in the above lines it would work
View 4 Replies
View Related
Jul 29, 2013
Currently I'm converting one of our machines from AutoCAD to Inventor 2009.
This machine can vary from 1200mm to 1600mm and has a couple of options to choose from for our customers.
These dimension changes are all driven by a single excel file and the options are controlled in the an IAssembly.
Some of the 2D drawings will have a variable width, in our ERP system they are marked width dependable as followed: "partnumber/1200" or "partnumber/1410" in which 1200 or 1410 is the machine width.
Is it possible to have the 2D drawings automatically update the partnumber? so if I configure my machine as a 1200mm machine it automatically changes my drawingnumber to the actual machine width?
View 1 Replies
View Related
Jun 13, 2013
When you do a Save As or Save Copy As in Inventor the part number in the iProperties is automatically updated to match the new filename. I would expect the Document.SaveAs method in the API to act in a similar way. However I found out that this is not the case.
SaveAs: Document.SaveAs(filename, False) does not update the part number. The new part will still have the same part number as the original part. This can give problems since in the BOM parts with the same part number are interpreted as the same physical part.
SaveCopyAs: Document.SaveAs(filename, True) does work as expected and the part number will update correctly.
Is this a bug in the API? or is there a reasonable explanation for this?
Inventor 2013 SP2
View 5 Replies
View Related