AutoCAD Inventor :: How To Make Part Selected In Model Browser
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
ADVERTISEMENT
Jul 3, 2013
I'm using Inventor 2013 and VB 2010 Express... I can find a part or sub from browser and open it seperately by below
Dim invDocs As AssemblyDocument
invDocs = Form1.inv_App.ActiveDocument
Dim invDocument As Document
Dim Sayac As Integer
Dim oRefDocs As DocumentsEnumerator
oRefDocs = invDocs.AllReferencedDocuments
Dim invDocument2 As Documents
invDocument2 = Form1.inv_App.Documents
For Each invDocument In oRefDocs
If Form1.BaseFilename(invDocument.FullDocumentName).ToUpper = TextAranan.Text Then invDocument2.Open(invDocument.FullDocumentName, True)
Sayac += 1
Next
But I need to make the part selected on the browser? I want to focus (highlight) on the part and reposition the browser tree?
View 4 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
Aug 23, 2012
What does the red up arrow next to extrussion features indicate?
View 2 Replies
View Related
Jul 26, 2013
How to enable model browser in Autocad Inventor Professional 2014 Student version ?
View 2 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
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
View Related
Oct 4, 2013
I want to be able to have All Work Planes set as 'Invisible' but create a Message.box or Icon that allows me to change the Visibility of any individual workplane(s) physically selected in the browser.
A rule written by another member should do the trick if the following line could be altered so as not to read 'For Each' oWorkPlane but instead for 'Each Selected' oWorkplane.
'For Each oWorkPlane In docFile.ComponentDefinition.WorkPlanes'
'get user input
oInput = InputRadioBox("Select workplane visibility:", _
"Turn ON workplanes for all components", "Turn OFF workplanes for all components", "False", "iLogic")
'Define the open document (top level assembly)
Dim openDoc As Document
openDoc = ThisDoc.Document
[code]....
View 1 Replies
View Related
Dec 5, 2013
The model tree browser is freezing multiple times per day. Even if I close the browser and re-enable it in the View>User Interface menu, it is still frozen. It wont unfreeze until I close Inventor completely and re-open it.
Dell M6700
Win 7 Pro 64Bit
i7 3720QM 2.6GHz
16 GB RAM
Nvidia Quadro K3000M
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
Jan 9, 2012
we've loaded Inventor 2012 on an new PC and it did not load the "FILE STATUS" box under the Model Tab in the Browser - I know there is a way to "turn" it on but have lost those instructions.
View 4 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
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
Jun 11, 2013
I want to reset the number for the sketches, extrusions, etc. in the browser tree of my template file to start with 01 instead of sketch48 and extrusion69.
I also want to reset the model parameters to start with d0 instead of d485.
The attached image show an example of a simple cylinder that I created from my .ipt template file.
View 5 Replies
View Related
Aug 14, 2012
how can I make a folder in the browser in the part modeling and put something like extrude,revolve & ... in the folder? (not in the assembly)
View 1 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
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
Mar 11, 2013
I'm modeling a temperature gauge and would like to have glass over the gauge so the inside is visible. I can easily do this with an assembly, but I'm wanting to do this with a single part. I tried to derive a new part from the assembly, but the transparent part turns solid so nothing inside is visible. Is it possible to do this?
I've include pictures of what I want and what I end up with.
Inventor Professional 2013
Intel Xeon W3680 @ 3.33Ghz
12GB DDR3 RAM
NVIDIA Quadro 2000 GPU
Windows 7 Professinal 64-bit
View 9 Replies
View Related
Apr 1, 2013
I have created the part based on piece of standard angle taken from library. Now I want to make a mirrored copy of this part by Component-Mirror.
Inventor does not let me do it with standard part.
The question is: How I can transform a standard part to normal one, I mean I could get rid of belonging to standard part? Making a copy does not work. The only way is to derive and mirror this part but I wish there could be easy way.
View 9 Replies
View Related
Jul 26, 2012
this code works for parts. But how to change it that it works for assembly? I would like to select a part and than change the value.
m_invApp = GetObject(, "Inventor.Application")
' Get the Parameters object. Assumes a part or assembly document is active.
Dim oParameters As Parameters
oParameters = m_invApp.ActiveDocument.ComponentDefinition.Parameters
[code]........
View 5 Replies
View Related
Jan 19, 2013
I'm using Visual Basic 2010 Express and Inventor 2013. I can get the properties such as PartName, Description information of the all sub parts using below
Dim invDocs As Documents
invDocs = inv_App.Documents
Dim i As Integer
Dim invDocument As Document
For i = 1 To invDocs.Count
[code].........
Above code works perfect. But I want to get or change i property values of the selected part or assembly in the biggest assembly. I got below information:
Dim selSet As SelectSet
selSet = asmDoc.SelectSet
Dim compOcc As ComponentOccurrence
Dim obj As Object
For Each obj In selSet
compOcc = obj
'Debug.Print(compOcc.Name)
compOcc.Visible = False
Next
But I do not know how can I get the properties of the selected part or sub-asm . How can I walk from "compOcc" to "invDocument.PropertySets.Item("Design Tracking Properties").Item("Description") "
P.S. I will check the selected part quantity. It must be only ONE! Control Code below:
Dim asmDoc As AssemblyDocument
asmDoc = inv_App.ActiveDocument
If asmDoc.SelectSet.Count <> 1 Then
MsgBox("You need to select only one part or sub-asm to change properties...!")
Return
End If
View 2 Replies
View Related
Sep 11, 2012
Im trying to create some code for another user which takes the pre-selected drawing curve and retrieves the feature information from the model. More specifically, I want to pre-select the drawing curve of a hole, and then run the rule. The rule will take this selected drawing curve and get its model. Then from here I'm expecting I'll be able to use the Hole Feature classes in the API to retrieve the wanted information.
I've tried using SelectSet.Item(1by tut cannot seem to be able to set it as a drawing curve (or anything for that matter).
View 1 Replies
View Related
May 2, 2012
you have to primitives, that you've modified. These objects are one on top of the other.When you click on the one that's on top, the screen momentarily goes dark, then all you see is the object on the bottom, not the one you are say, moving.
What you should be seeing, of course is the top element, and bottom element, so, (as in this example) you can see how far you have moved it in relation to the bottom one.
My question is: is this happening because my video card is under performing?
System stats:
Windows 7 Ultimate 65bit
i7 Quad Core at 3.4Ghz (it's the 2600 chip)
8 GIGS of Ram
NVidia GT440 with 3 Gigs onboard ram (DDR3) Links to a comparison chart.
PSU 350 watts.
View 9 Replies
View Related
Jul 20, 2012
It was working fine. Then I just did a simple command (pattern a part) and the entire workspace blinked out. The first time it happened I hit UNDO and it was back. So I got out of the drawing and got back in and tried the pattern again. Same issue but this time when I hit UNDO it would not come back. I closed the file without saving and when I went back in the file the workspace is still nothing but white screen. In the browser everything is still visible except for those that I had already changed to invisible. I tried making an invisible to visible and nothing happened. I got out and tried opening the "old version" which should've been before any of this happened and it is also blank. I can go to an ipt or iam in the browser and hit open and it will open in another screen just fine. I just can't see my main assembly. I have Inventor 2012. It shows no errors or messages. I have even rebooted.
I looked thru the forum and found a past issue back in 2005 identical. I tried doing Find in Window on an item in the browser but for some reason that option is not even in the list when I right click.
View 6 Replies
View Related
Aug 13, 2013
I have a very simple Inventor 2013 CAD model that I tried to export to an STL and the scale of the STL is not 1:1. I have tried changing all of the units and setting 100 different ways and I still cannot get it to export to a 1:1 scale for 3D printing. What is the deal with this I cannot believe it is this difficult.
View 9 Replies
View Related