AutoCAD Inventor :: Browser Is Not Refreshing After Replacing Elements With ILogic

Jul 10, 2012

When I replace elements with iLogic the Inventor Browser is not automatically refreshed.

E.g. I have a file A.ipt and I replace it with B.ipt then in the Brwoser will be shown: A.ipt:1, even when B is already inserted.

Is there some refresh, like "Update Browser nodes when done" ?

These both has no influence on it:

iLogicVb.UpdateWhenDone = True
InventorVb.DocumentUpdate() 

By the way. To Update the Browser manually, I have to rename the block nodes (From Filename to Filename). So it's only opening up the Renaming Function and then hitting "ok".

If there's no direct function to update the Browser, maybe there's a way to do the manually way by iLogic?

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Use ILogic To Replicate Old School Method Of Replacing Drawing References?

Dec 14, 2011

Is there a way to use iLogic to replicate the old-school method of replacing drawing references? (ie, where you'd temporarily rename the originally referenced file, open the drawing, and then point it to the new file after Inventor says it can't find the original)

Longer version:

I have an iLogic configurator that manipulates skeletal models, copies them out as new files, and swaps them into template drawings. The original skeletal model can be configured in several different ways (different features, surfaces, etc), so I have several template drawings set up for each model depending on the configuration.

The problem that I'm encountering involves the order in which the drawing is loaded and then has its references replaced. When first opened, the drawing loads the original skeletal model which doesn't have all the geometry of the "new" model for which the particular template drawing was intended. This makes most of my section and detail view constraints go belly-up. After subsequently replacing the model references with the "new" model with the correct geometry, the section and detail view constraints fail to resolve themselves, and my once-perfect detail drawing is ruined.

If I instead force the drawing to open with the new model from the git-go (via the workaround discussed above), everything loads perfectly. However, I haven't yet found a way to handle this automatically with iLogic.

FWIW, I am currently using the following code in a subroutine:

DESTINATIONDOC=ThisApplication.DOCUMENTS.Open(TemplateDrawing, False)
DESTINATIONDOC.SAVEAS(filePath&Left(PN,6)&".idw", False)
DimSTRNEWREFNAMEAsString

DimOREFFILEAsFILEDESCRIPTOR

[Code]....

View 2 Replies View Related

AutoCAD Inventor :: Browser Component Names Do Not Change After Replacing Component

Jan 26, 2012

We are having an issue when we replace a component in Inventor Pro 2012.  When we replace a component, the name in the browser does not update to the new component.  We've even tried to close and re-open the Inventor assembly and that does not work.  We end up manual double clicking the name in the browser and type in the new component name. 

Inventor Product Design Suite Ultimate 2012
Dell Precision T7500 Workstation
Xeon Processor
16 GB of RAM
Nvidia Quadro FX 5800
Windows 7 x64

View 4 Replies View Related

AutoCAD Inventor :: ILogic Control Browser Folders?

Nov 22, 2013

Working on a product configurator using iLogic and have a large amount of hardware that needs to be suppress or unsuppressed based on certain parameter choices.  Instead of creating hundreds of lines of code suppressing and unsuppressing the hardware one by one, I was hoping to put hardware into folders based configurations.  In my mind this would have allowed me to have one line that would suppress the folder as needed.  Unfortunately I cannot figure how to suppress a folder in iLogic as I saw someone else mention I was hoping for a "Folder.IsActive" rule but have yet to find one. 

Inventor 2013

View 6 Replies View Related

AutoCAD Inventor :: Using ILogic To Rename Browser Nodes?

Jul 3, 2013

how to create an iLogic rule that automatically renames the browser nodes based on part number.  I know that this is a function in Inventor itself.  The problem is that there is no built-in functionality to automatically change the default browser name to something besides part number.  I've done a lot of digging and I came across the following code from an old thread discussing Inventor 2011.  I am interested in 2013.  It is also worth noting that when I run this code, my Inventor crashes.  
 
PrivateSubMain
UpdateAssyBrowser(ThisDoc.Document)
End Sub

[Code]....

View 9 Replies View Related

AutoCAD Inventor :: Browser Name Using ILogic Particular Change To The Number

Jul 4, 2012

I want my browser name using iLogic particular change to the part number. I fill in my iproperties, the part number. Then the browser name has to take over the part number.

But i get an error.

doc = ThisDoc.Document
Dim oCC As ComponentOccurrence
For Each oCC In doc.ComponentDefinition.Occurrences
OccName = oCC.Name
oCC.Name = iProperties.Value("Project", "Part Number")
Next

View 4 Replies View Related

AutoCAD Inventor :: Change Browser Node Icon Using ILogic?

Dec 21, 2012

How can I change the default icon that shows up in the browser node in a part file? I found some VB code but can't seem to get it to work with ilogic.

View 7 Replies View Related

AutoCAD Inventor :: ILogic To Demote Contents Of Browser Folder

Apr 17, 2013

I'm trying to create an ilogic rule that will look within the folders of an assembly and take the contents of each of those folders and demote them to separate sub-assemblies.

ie. Assembly1 contains NewFolder 1.  NewFolder 1 contains Part1:1 and Part2:1.  Upon executing the ilogic rule, I would like Assembly1 to contain NewFolder 1 and within NewFolder 1, Assembly1-01.  Assembly1-01 contains Part1:1 and Part2:1.  I would like this ilogic rule to look within each successive folder within Assembly1 and demote them according to their position in the browser such that NewFolder 1 - at the top of the browser list - contains Assembly-01, NewFolder 2 contains Assembly-02, etc.

I currently copy a master assembly with browser folders that contain parts and sub-assemblies to a secondary assembly where I manually demote the contents of the folders to sub-assemblies.  When I create a drawing for our machine assembly department, the demoted sub-assemblies to isolate only those parts - nuts, bolts and the pieces they fit to - so it is easier for the assembly department when putting a machine together.

Is it possible, using ilogic, to demote folder contents to sub-assemblies with an assembly document?

View 2 Replies View Related

AutoCAD Inventor :: ILogic - Select Specific File In Browser Tree

Oct 4, 2012

I am looking to apply a set part number iproperty to the first, then second, then third components in the assembly browser tree in my iLogic rule, regardless of their current part number. (I need to select them by their position in the browser tree as their part number will vary). How do I do this?

View 1 Replies View Related

AutoCAD Inventor :: Rename Browser Node On Part Level With ILogic Rule?

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

AutoCAD Inventor :: 2014 ILogic Rule To Change Visibility Of Workplane Selected In Browser

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

AutoCAD Inventor :: Drawing Browser Doesn't Match Model Browser

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

AutoCAD Inventor :: Cannot Add Browser Node To Empty Browser Folder

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

AutoCAD Inventor :: Force To Use Browser Of Choice Or Default Browser?

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

AutoCAD Inventor :: ILogic - Renumber Count Of Pattern Elements?

Jan 18, 2013

Since I used Autodesk Inventor 2013 last year, I had an question about numbering en renumbering the count of elements in patterns.

I had an assembly with iLogic for placing and replacing elements, suppressing parts and edit dimensions of parts in 1 assembly. Sometimes, 1 suppressed pattern must be un-suppressed. Before doing this, I would like to set the pattern count and distances between pattern elements in the pattern. How can I do it by using iLogic?

View 1 Replies View Related

AutoCAD Inventor :: Close ILogic Form With VBA Or ILogic Rule

Aug 19, 2013

how can I close an iLogic Form from either an iLogic Rule, or a VBA Rule (VBA is the Preferred method)?

View 5 Replies View Related

AutoCAD Inventor :: Replacing A CC Component

Oct 19, 2010

My office procedures dictate that when we place a content center part that we do so "as custom" for several reasons that are irrelevant to this question (I can expound if needed).

My question is: If I have an assembly with a content center part that is placed "as custom" and I use the component replace tool (CTRL+h) to replace it with another content center part that has already been created and placed "as custom" in another file, how come I get a new CC component that is not the one I selected?

It appears that I am getting a CC part from the same family as the original when what I need is the component to be replaced with the one I am selecting.

In other words: when I say replace "this" with "that", how come I get something else entirely? This functionality works perfectly on non-CC parts.

View 9 Replies View Related

AutoCAD 2010 :: Refreshing While In Dynamic Block Editor?

May 23, 2012

While in the Dynamic Block Editor, there times you may zoom in and out.The Parameters & Actions icons & text might get really large.

Before Ribbons, there was a flag at the top of the Display which would reset the sizes.

can not find any way to reset the sizes so I can continue the editing.

The only way I've found to accomplish that is to exit from the Block Editor and re-enter it.

View 2 Replies View Related

AutoCAD Inventor :: Replacing Files Using Design Assistant

Jan 28, 2013

I cannot find why Design Assistant dont want me to use the replace command. i attached a picture.I have a 30 pages idw and i just need to replace one thing in it. I don't believe I need to redo the whole thing just for fews differents dimensions..

View 3 Replies View Related

AutoCAD Inventor :: Replace Component Replacing Incorrectly?

Dec 19, 2013

I have an assembly with two similar items in it and have written code to replace the component based on a given selection.  If I try to change item one, nothing happens.  If I change items two, it changes both item two as well as item one.  In the attached screenshot item one should have a full cover panel and item two should be open; however, they are both the same.  I have stabilized the browser by changing the names to "Leg One:1" and Leg Two:1) and the components that are being replaced are standard assemblies to be replaces with other standard assemblies.

View 4 Replies View Related

AutoCAD Inventor :: Replacing Content Center Parts Automation?

Nov 20, 2012

[URL]

You're code is definitley a great starting point, and will most likely save me a ton of time!

I am currently diving into a small project which should save a lot of time for designers in the end if it pans out. 

Issue being resolved:

We use the Vault and have a ton of machines that get re-used from time to time through the Copy Design method. There's obviously some changes that are made from job to job, but the big issue is changing a machine from an Imperial to Metric one. This is the time (and mind) consuming process I'm looking to shorten.

What I have:

Currently I have a code (few tweaks needed but it works) that is run from an upper assembly. This code then cycles through each and every sub assembly and part that exists within it. As it cycles through, it checks for hole features which are tapped, and if it finds one of these instances, changes the thread from Imperial to Metric according to a Hard Coded set of values.

Current Dilema:

What's the point of changing the holes if the designer has to go through the assembly to change the bolts and fasteners anyways?

I've practiced a bit with your code and been able to replace items, the issue is everything must be hard coded in order to do so. My question is: 

Is there a way to get the Family from the Part Occurence / Document / Anything related?

I've looked through the API, but have only found that everything related to the Content Center.... is only accessable through the Content Center, and nothing else.

For Example, yes I am able to tell if a part has come from the content center (ie. PartComponentDefinition.IsContentMember), but that's as far as it goes, just a simple Boolean.

There MUST be a way to find out some sort of Content Center information from the direct Part / other related documents. I've looked at the "Replace Content Center Part Sample" provided in the API, but this example hard codes the ContentTreeViewPath as well.

In the end, I don't quite understand the point of hard coding this path with no way to access it through the Part Document. This only creates the need for constant manual change and / or MANY rules to compensate each and every family.

View 2 Replies View Related

AutoCAD Inventor :: Geometry Not Updating After Replacing A Component In Assembly

Apr 29, 2013

I have geometry not updating after replacing a component in an assembly.

I have drawn part A and in the assembly environment I have projected cut edges on a XY Plane in a 2D Sketch.

After replacing component A in the assembly with part B (not identical but very close) i was expecting the projected geometry to update. But it doesn't. The "local update" button is greyed out in assembly mode. also the Rebuild command does not seem to update the projected geometry.

I can see the new 3d shape and the old projected geometry. How to get the projected geometry to update?

Inventor 2013 Build 176 SP1.1

View 5 Replies View Related

AutoCAD Inventor :: Replacing Content Center Parts - Family Name Already Existing

Oct 7, 2011

We are using Tube and Pipe with custom valves, flanges etc published to and taken from Content Center. Quite frequently we have to mock up a vendor supplied valve until we get the final model from them (usually near the end of the project) the mocked up valves can change in design over the course of the project, which means submitting and re-submitting different versions of valve with a slightly different name each time.

To try and keep things tidy (and prevent confusion with other users) I've tried to delete existing families and replace again with the same name, but Inventor T&P/CC won't allow this, and usually get the error message about family name already existing.

How can I truly delete the family and have no trace left on CC/Vault/working folders etc? Is there a workflow I should be aware of for such a task?

Inventor Routed Systems 2011

Win 7 x64
Product Design Suite Ultimate 2013
Win7 x64
Dell Precision T7400
Xeon X5460 @ 3.16GHz
8GB RAM
Quadro FX 1700 512MB

View 6 Replies View Related

Photoshop Elements :: Replacing A Person With Another Image From Different Photo

Feb 22, 2013

I got an email with a link to a video a long time ago that showed how to remove a person from a group photo and replace this person with an image of them from another photo.  It does not seem to be in the videos on my Phtotshop elements 9 list within the program. Any link to this video so I can save it and rewatch it?

View 1 Replies View Related

Photoshop Elements :: Removing / Replacing Objects In A Photo?

Sep 1, 2013

I have a stock photo of an item I want to sell but the picture shows some accessories I don't have so how do I remove these items and replace the space with the background. There are no layrers in the photo

View 1 Replies View Related

Photoshop :: CS5 - Display Stops Refreshing

Mar 5, 2013

I'm running CS5 in Windows 7 64-bit.
 
I've been running into an odd problem using the Animation window and Transforms. If I select an area then try to Transform it (using either Free Transform shortcut or the Move tool with "show transform controls" enabled), the canvas and navigator stop refreshing. I can still pan around the canvas and draw on selected layers, but those are the only operations that get the screen to refresh. Changing frames, turning on/off layers, and hitting Undo will still perform those actions but the results aren't displayed on screen until I pan the canvas.
 
If I have multiple files open, all of them are effected in this way. Quitting then restarting PS gets rid of the refreshing problem, but if I use the Transform tool in a file this problem has occurred in, the same thing happens.
 
This doesn't happen until I've been working on a file for a long time (at least an hour or so), regardless of file size as far as I've tested. The problem persists with and without OpenGL drawing enabled. I have an Nvidia GTX 560 with driver 306.97 installed.

View 4 Replies View Related

AutoDesk Smoke :: Refreshing In Mediahub

Nov 26, 2012

I find the need to keep manually refreshing directory listings to be kind of retro. Would it be possible to add a preference to auto-refresh after each export. Its very disconcerting in this day and age to export a file and not see it listed without additional manual interaction.

Also I find it a bit odd that the GUI refers to File Sequence not Image sequence but i can live with that if I don't have to keep refreshing.

View 1 Replies View Related

Lightroom :: Navigator Window Not Refreshing In LR5

Jun 26, 2013

My navigator window gets stuck on a previous image from time to time. Random moves like switching back to Library module or reloading / zooming the image doesn't seem to work either.

View 4 Replies View Related

AutoCAD Inventor :: Browser Name Not Changing?

May 29, 2013

When you place a part (let’s say structural steel part) from content center as a custom part and later change the part size, the browser still shows the old part name which makes it very confusing when scanning through the browsers when you're trying to find something. It makes it almost unusable if you can’t trust the description. How do others handle this? I know about browser rename but that won't work because it defaults back when you close and reopen.

View 4 Replies View Related

AutoCAD Inventor :: 3D Sketch In Browser Bar

Nov 1, 2013

I am getting the i symbol in front of my 3D sketch in the browser bar.  Unlike a 2D sketch which I can open and run sketch doctor, I am unsure how to resolve issues with this sketch.

View 1 Replies View Related

AutoCAD Inventor :: BC Symbol In Browser?

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







Copyrights 2005-15 www.BigResource.com, All rights reserved