AutoCAD Inventor :: Symbol Next To Part In Browser?
Jan 14, 2013
I have the attached symbol next to parts in an assembly, I'm not sure what this is, I have updated all components in the assembly and checked that in the sketch doctor for error however there are none.
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 2 Replies
ADVERTISEMENT
Nov 15, 2012
I have many symbols next to the bolted connections in my browser in Inventor 2013 which I do not see changing. what these stmbols mean and why there are there ?
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 4 Replies
View Related
Jun 9, 2013
I don't remember... what is it?
How can i create it...and why?
View 9 Replies
View Related
Dec 26, 2013
When I create a weld, the browser is populated with default weld numbering. If the welds are deleted then reinserted, the numbering does not reset and can make using the "create weld symbol" option confusing.(see attached screenshot) How to reset the browser call out without manual override?
View 4 Replies
View Related
Feb 19, 2013
I changed the name of a valve manually in the browser. Now, when I copy the valve to a different part name it does not update the name of the new part in the browser. How do I get the part name in the browser to be dynamic again?
View 5 Replies
View Related
Jul 29, 2012
I have one doubt i have one big assembly in that more than thousand parts.
my doubt is how to find particular part in browser bar.
like how to search particular part number in browser bar.
View 2 Replies
View Related
Jun 13, 2011
I need to make installation plans on climate ceilings, which are steel cassettes with Meandro tube element located where cold or hot water is flowing through.
[URL]......
Now it may occur that a cassette is given a code 700 which represents the type of cassette. If inside the cassette is placed a Meandro element its become a follow number eg 700-01.
It may also be that the same cassette No. 700 gets another Meandro element and because the cassette has not changed shape the number 700 remains the same but the follow number change e.g. 700-02.
At the moment I change the number in the browser,(inv2012) I therefore want automatically the iproperties ,partnumber and stock number, to fit. When I go to the BOM, the part- and stock numbers automatically will be placed.
The browser codes are not displayed in the BOM. So if I specify for change I only have to do so in the browser. I wanted to do so by iLogic but then ran into problems. I found a tutorial from Rob Cohee with ilogic so you won’t forget to fill in your iproperties.
[URL].......
I also wanted to do so with the iproprtie Stock number but get an error stating that I must declare the name. How must i declare a name.
Also i was told for entering the browse name in ilogic i had to use displayName, but I get a error stating that the name is Read Only.
So how can i, after i change the browse name, automatically fill in the iproperties ‘part number and/or stock number? Is there an ilogic code for?
View 4 Replies
View Related
Mar 22, 2012
When I bring in a .sat file, I see these little "i" in the browser. The red Cross is dimmed. If I hover over the icon, it doesnt tell me anything. I can right click on Base2 and choose edit solid, and the "i" goes away, but something is still not right. I know something is wrong, because the mass is not correct for this part.
Notice the green check by "Base 3"? After I edit "Base 2", I do not have a check by it.
How do I get this to report the mass correcly.
View 1 Replies
View Related
Jul 2, 2013
I have a program which creates a new part. It works, but
The browser pane sets to "No Browser"The actual part window is not maximised inside the Inventor but in "normal" mode.
If I click on the brower I can go into Model mode, and the No Browser option disappears.
And I can simply maximise the window using the maximise icon in the part Window.
But how do I do these programatically? And why is there no Model browser by default?
This is C++ COM from an external EXE.
View 5 Replies
View Related
May 23, 2012
I have a browser display issue that occurrs sometimes when imported parts are inserted into an assembly model. Before dropping some imported parts into my assembly model I changed the filename to something corresponding to our part numbering system. When the part is dropped into the model, the name of the instance displayed in the assembly browser is the same as that originally used by the originator of the model.
I know I can change the name in the browser by editing the name field in the occurrance tab; but I'd need to do this for each instance. What iproperty field (or other property field) should I edit at the part level so that the revised part name is used in the assembly browser whenever that part is inserted into an assembly?
View 2 Replies
View Related
Jan 25, 2013
I'm using VB 2010 express. My code is getting selected part and changing some "Design Tracking Properties" of it. But when I change the properties focus goes from the selected part/sub?... How can I make part selected again? How can I make it focused.I need like below like
invDocument.SetFocus or invDocuments.MakeItSelected like...
Dim asmDoc As AssemblyDocument
asmDoc = inv_App.ActiveDocument
'********
Dim invDocument As Document = Nothing
Dim compOcc As ComponentOccurrence = Nothing
[code]...
View 2 Replies
View Related
Feb 8, 2012
using IV2012 within the same project file i have three models. one model i can open parts or assemblies from the browser or right click on the component on the window. the other two models upon the right click or selecting in the browser the open or the edit are not available as an operation.
T7400-64bit XP
Xeon 3.2 GHz, 8GB
1.5GB NVIDIA Quadro FX5600
Factory Design Suite 2012
View 1 Replies
View Related
Jan 7, 2013
Is there a way to rename browser nodes within a part in a similar way that the rename browser nodes tool works in assemblies? I am copying designs with derived parts, after copying the design I can see that the part files contain the correct links to other parts when I open the base component but they display as the old name in the browser which is not ideal.
View 4 Replies
View Related
Oct 18, 2011
is it possible to rename the browser node on part level with an iLogic rule? I know that in the assembly environment is an Inventor OOTB functionality to rename the nodes to the filename, Part number or the default value.
Inventor Professional 2011
Windows 7 Enterprise 64bit
Dell Precision M4500
Intel(R) Core(TM) i7 CPU Q 820 @ 1.73GHz
8 GB RAM
View 2 Replies
View Related
Feb 14, 2012
I'm currently trying to automatically cycle through all the parts in a given assembly within a drawing and place a sketched symbol at the COG of each part using C# (Visual Studio Express 2010 with Inventor 2012). The main code snippet is as follows:
//'Sketch Symbols
SketchedSymbolDefinition symDef = oDoc.SketchedSymbolDefinitions[1];
int i = 1;
while (i <= oBOMRows.Count) {
BOMRow oRow1 = oBOMRows[i];
ComponentDefinition oCompDef = oRow1.ComponentDefinitions[1];
[Code] .....
I've tried several routes, but this is my basic approach. I feel like I am missing some GeometryIntent or something of that nature as the Sketched Symbols are showing up at the correct position but they are not associated with the given part (I've attached a screenshot of what is currently happening - the wipeouts you see should be displaying a property in them that is associated to the part). I also do not want the leader to be visible.
View 1 Replies
View Related
Nov 17, 2011
I would like the size of bearing to be included in addition to existing data to the File name, Part number and Browser name like for example the DIN 625 T1 does. I have copied the DIN 625 bearings to the custom library. I have added required info to File Name building and to the Part Number building in the custom library and now my Filename and Part Number are as I like to.
But I cannot find how to force the Browser name to be equal to Part number or File Name? [URL]
View 2 Replies
View Related
Oct 29, 2012
I opened the drawing and then from the drawing opened the model. In the drawing it is showing the 4th instance of ROUND CRS-032175 X 33 as an assembly. It also is not showing in the view and yet the visibility is checked. AI2012 SP2
View 1 Replies
View Related
Apr 8, 2013
I am trying to use the Browsernode.addchild method to add an occurence to an empty browser folder. The code fails at this point and I gett an error pointing to the line "Call oTargetNode.AddChild(oSourceNodeDef)". I can add the occurence with the browserpanes.Reorder method without issue if the folder is not empty. The code is pasted Below.
Format:HTML Format Version:1.0 StartHTML: 165 EndHTML: 29338 StartFragment: 314 EndFragment: 29306 StartSelection: 314 EndSelection: 314
SyntaxEditor Code Snippet
DimPrcsTpAsStringPrcsTp=InputListBox("Process Type?", MultiValue.List("ProcessType"), Parameter("ProcessType"), Title :="Select Process Type", ListName :="Process Type")DimRtgNameAsStringRtgName=PrcsTp&"-"&Parameter("NoRtgsInc")+1MessageBox.Show(RtgName, "Title",MessageBoxButtons.OKCancel)DimoAsmAsAssemblyDocument=ThisDoc.DocumentDimoMatrixAsMatrix=ThisApplication.TransientGeometry.CreateMatrixDimoOccAsComponentOccurrenceoOcc=oAsm.ComponentDefinition.Occurrences.AddVirtual(RtgName, oMatrix)DimoCompDefVirtualAsVirtualComponentDefinition=oOcc.Definition'CREATE AND SET THE
[code]....
View 1 Replies
View Related
Nov 7, 2011
When I press F1 Inventor opens the help on my default browser (Chrome), but when I click the bynocular it uses Internet Explorer.
Is it possible to force Inventor to use a browser of my choice or the default browser?
View 1 Replies
View Related
Mar 1, 2013
The attached picture is me trying to balloon a part. I would like to just add some notes to the balloon so that I can update them manually but all I can find is to have a symbol. So I created a symbol, the insertion point for the symbol is shown. For some reason I get an extra number and the symbol offcenter. Why is this happening? What I'm really looking for is a balloon that is fully customizable so that I can just add text to the top and bottom and fill out the details.
View 5 Replies
View Related
Jun 6, 2013
Regarding a building footprint that is long from south to north and then about 2/3s (two thirds) of the length the footprints turns 45 degrees to the left (making this angle the 135 degree angle of AutoCAD), then I want to create a long Building Section parallel to the building footprint with the bottom 2/3 of the section from south to north and then the last 1/3 of that building section turned 45 degrees to agree with the 1/3 angle of that part of the building.
View 4 Replies
View Related
Nov 15, 2011
I set up our company log which gets embossed on most parts as a sketch block in an .ipt. The .ipt contains nothing but the sketch block. To use it, the designer only needs to derive the Logo.ipt file into their part and then use the scale setting to set the derived block to the desired size for that part. The result is a scalable set of line geometry that can easily be used for extrusion or emboss that is standard for all users. It works beautifully, that is until you try to use it in a sheet metal part in 2012.
For some reason, when this same part, which works perfectly in normal parts, is derived into a sheet metal part an error pops up stating that, "Selected part does not have any geometry that can be derived." Say what?
I was able to find a workaround by directly copying the block into the sheet metal part, but you no longer have the ability to go back and scale it if needed. Even more strange, when the block was copied over, it could not be deleted from the new part.
Is this just a bug with 2012? Why does it work in a normal part but not sheet metal?
View 7 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
Dec 28, 2012
The part i make is from solid model>The part needs to be in sheet metal.What steps do i use to make as sheet metal part and have option to flatten part.
View 1 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
May 4, 2012
convert the part that I have drawn to sheet metal. I have tried to make the part from sheet metal and it did not work out at all. I have attached both versions of the part.
View 1 Replies
View Related
Feb 14, 2012
As soon as I open a piece or try to make a new piece, it crashes! I can open the program but can't use it! I installed it and activated it and I can't use the program at all. I have sent many error reports beacuse I have opened it many times and had it crash many times and have always given my email address. Attached is the Error Report Details screen shot.
View 3 Replies
View Related