AutoCAD Inventor :: Getting Error Message When Right Clicking On Suppressed Parts / Assembly In Browser Window

Sep 19, 2012

When I suppress a part or a sub-assembly in Inventor 2013 and then right click on the suppressed item in the browser window I always get an cadabundus error message (see attachment), after I press OK I get the normal right click menu hovering over the item.

I have Inventor 2013 RTM 64 bit Build 138, and running on Vista 64bit.

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: Copy A Ilogic Assembly Without Suppressed Parts

Feb 13, 2012

I have a iLogic assembly with some parts and sub assembly. I need to do a copy of this " Generator " to apply   the result later in other assemblies. (something like a member of a ipart or i assembly).

Is there any way to do the copy the assembly to a new folder without the suppressed parts and subassemblies (wich are suppressed in the initial main assembly by iLogic rules)?

I tried to use "Pack and go" and "iLogic design copy", but they always bring the suppressed parts and assembly's, to the new folder and which i don't need to apply in the other assemblies.

View 1 Replies View Related

AutoCAD Inventor :: Open Part Or Assembly From Window Or Browser

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

AutoCAD Inventor :: Dimensioning Suppressed Parts

Feb 28, 2012

I have created some "programs" to automate drawing creation of some of our most common products. The problem I hav eis with my assembly drawing. When parts are suppressed and unsuppressed, they don't seem to behave the same way that features do. When you dimension a part feature in an idw and suppress that feature, if a week later you unsuppress that feature the dimenensions come back.  Parts don't seem to follow this behaviour. If you dimension a part, suppress it, open and save the drawing, then later unsuppress it and open the drawing back up the dimesnions do not come back. Is there anyway for me to get these dimensions to "stick"?

View 9 Replies View Related

AutoCAD Inventor :: Constraint Errors From Suppressed Parts When Using LOD

Jun 28, 2013

I am trying to model a large Control panel assembly using Inventor Pro 2011. It comprises of a main assembly with several adaptive sub assemblies containing the various items. (Relays assy, label assy, fixing assy etc). All works ok until I start using Levels of Detail to enable me break the assembly into smaller workable parts. I.e. Left door, right door, main panel full, main panel no doors etc. These will be used to create view reps from for my drawing views at a later date.

The problem I am having is I keep getting constraints failing on parts which are suppressed in various levels of detail. An example of this Is when I go to right door LOD and do a rebuild all, I get constraint errors from item relating to the main panel which is suppressed. I can suppress the constraint causing the error but when I return to the full panel LOD the constraint is still suppressed and the parts appear In the wrong place.

View 1 Replies View Related

AutoCAD Inventor :: Search For Suppressed Constraint In Assembly

Sep 30, 2013

How could I center the suppressed constraint? I woul like to selecet it in the listbox.

Private Sub CommandButton1_Click()
Dim oAssDoc As AssemblyDocument
Set oAssDoc = ThisApplication.ActiveDocument
Dim oConstraint As AssemblyConstraint
For Each oConstraint In oAssDoc.ComponentDefinition.Constraints
If oConstraint.HealthStatus = kSuppressedHealth Then
Call ListBox1.AddItem(oConstraint.Name)
End If
Next oConstraint
End Sub

View 7 Replies View Related

AutoCAD Inventor :: ILogic Work With Parameters On Suppressed Assembly

Dec 26, 2013

Is there a way to work with parameters on a suppressed assembly using iLogic.Everything works fine, but when I suppressed a part ilogic rule give me an error: Parameter: The component named "xxxxx:1" was not found.

View 1 Replies View Related

Photoshop :: 5.5 - Error Message Then Crashes Upon Clicking Save For Web

Jan 11, 2013

I am using PS 5.5.  Has been working fine for years and suddenly now upon clicking save for web, i get  the error message; could not support the export command because Photoshop 5.0 does not supply the services required by the plug-in module and then crashes.

View 13 Replies View Related

AutoCAD Inventor :: Creating Optional (switching Suppressed) Views Using Same Assembly File

Jan 31, 2012

In the drawing environment, is it possible to use the same file to show a client (example) option a or option b from the file? Meaning, can I create a separate side by side view in the idw using the same assembly file, but in different suppressed states? Or how does this work specifically? Right now all I have done is saved out the file with the different suppressed state showing, but this became obviously cumbersome quickly since the parts are similar and keep updating, thus forcing me to create yet even more optional files. I'm thinking that iLogic could be a possible fix.

View 1 Replies View Related

AutoCAD Inventor :: ILogic - Skip Saving A Suppressed Component / Delete Suppressed Component

Aug 30, 2012

I have an assembly which has a few components suppressed.

My end results is another copy of the assembly (with copies of the all the parts) in another directory

Now i am able to create copies of un-suppressed parts using; (this allows me to SaveAs assembly components which are not suppressed)

DocumentsEnumerator = ThisDoc.Document.AllReferencedDocuments

And save a copy of the assembly using

ThisDoc.Document.SaveAs

I also added the fllowing snippet (which I am not sure what is does), but it does not work for me

Component.SkipDocumentSave = true

 When I open the newly created assembly, I still see the suppressed components in the model browser

I want to either;

Skip saving the of the components in the model browser (i.e. the Assembly)

OR

Delete the suppressed parts in the Assembly, so that they do not save altogether

View 3 Replies View Related

AutoCAD Inventor :: Creating Separate Assembly Out Of Various Component Parts In Existing Assembly

Jul 10, 2012

I'm looking for the best way to create a separate assembly out of various component parts in an existing assembly so that the whole thing can be placed in an assembly as you would a part, I know it's possible to demote components within an assembly but are there any other methods similar / better ?

View 2 Replies View Related

AutoCAD Inventor :: Place Assembly Constraints With Parameters From Parts In Assembly?

Oct 30, 2012

it is possible to make a constraint that utilized a parameter of a part within the assembly.

For example, if I wanted to use the thickness of a plate, which I defined in the part, could I call that parameter in a constraint?

View 1 Replies View Related

AutoCAD Inventor :: Make Sub Assembly From Parts From Main Larger Assembly?

Oct 31, 2011

My assembly has grown (about 50 parts) to where I need to consolodate some parts into subassemblies for reuse and alternate iterations of the basic design.

When I import the original parts into a new assembly, all of the constrains I created are not there of course.

I've tried creating a new empty part and then deriving a new part from the assembly, but I can't add, delete or edit any parts.

I looked at using Shrinkwrap, Substitutes, iParts, Multi-body Parts, and Multiple Solids but I remain confused.

In retrospect, maybe I should have created the subassemblies between the part and assembly stage but I didn't.

View 4 Replies View Related

AutoCAD Inventor :: Saving Assembly Parts As New (sub) Assembly?

Nov 28, 2011

Can I select a bunch of parts in an assembly and say "save these pieces as a new assembly"?

It is just such a needed tool but I cant find an easy way to accomplish this.

View 2 Replies View Related

AutoCAD Inventor :: Component Name On Assembly Browser

Nov 15, 2012

I use Inventor 2013 as a single user, my company is about to invest in Vault and we are about to introduce a new automated Part Numbering Scheme as well.

I use a spreadsheet and iLogic rules as ‘Product Configurator’ to generate new iterations of my master assembly.

Now, the Assembly Browser in Inventor may display my assembly tree and its components by Part No or File Name or Default Browser Nod. See attached image.

This can be selected and set on the ribbon: click Assemble tab Productivity panel Rename Browser Nodes.

For example at Top Level Assy I have a rule to run other rules in components. Should I change the displayed components names on the Assy Tree the rules loose reference. So they wouldn’t run.

(for example:    iLogicVb.RunRule("PANEL ASSY 2ndS:1", "Tie Rods & Washer Plates 2ndS")

PANEL ASSY 2ndS:1 is a component with a rule in it "Tie Rods & Washer Plates 2ndS"

This is the default Browser Nod Name and it could also be

-          AAA-0111 --> Part No

-          PANEL ASSY 2ndS.iam:1  --> File name

-          PANEL ASSY 2ndS:1 --> Default

I suppose this can be avoided by not changing from Default, but what an inconvenience should we have to.Unless if there is an other way to reference our components in iLogic?

View 1 Replies View Related

AutoCAD Inventor :: Assembly Browser Mousemove

Dec 24, 2013

Code that can provide basic information of the highlighted browsernode on the browser bar? i can get a mouseclick but not sure on the mousemove.

View 2 Replies View Related

AutoCAD Inventor :: Parts Visibility (browser) In IDW Not Enabled?

Nov 13, 2013

how to turn this feature on? We recently upgraded from Inventor 2011 to 2014 and now this feature has been disabled. The attachment shows that visibility has been greyed out.

View 2 Replies View Related

AutoCAD Inventor :: Cannot Reorder Regular Parts Browser

Dec 12, 2012

In Inventor 2012 I could grab any part (except patterns of course) and move it anywhere into folders, out of folder, up down, wherever, till my hearts content. But in 2013 sometimes it lets me, sometimes it does not. Sometimes I select a group of parts and when I try to put them into a new folder it will place most of them in it tell me the others are not allowed to be moved? I must stress that these are NOT patterned parts, but stuff I have moved around for at least the last 2 versions of the software. Why in 2013 can I not do this as easily or at all in some cases? Is there a new check box checked by default I can't find? I have tried switching the browser between modeling and assembly view and sometimes it works and sometimes it does not.

It does this with both content center and non content center parts.

Inventor 2013 sp1.1

View 6 Replies View Related

AutoCAD Inventor :: Green Arrows In Parts Browser

Aug 6, 2012

In my Inventor .idw browser my parts have a green arrow next to them but I can't seem do anything with them, I think they might be a refresh icon .

View 2 Replies View Related

AutoCAD Inventor :: IPN - Browser Shows Too Many Parts Or Assemblies

May 30, 2012

When copying an iam + ipn, and making some changes, the browser suddently shows far too many parts or assemblies ?

Is there a way to "update" the browser?

View 2 Replies View Related

AutoCAD Inventor :: Shared Sketch Generates Sketch Doctor Error - Feature Suppressed

Sep 21, 2011

I've created a shared sketch and have used it with various features. Sometime those features are suppressed. The model works fine but the shared sketch generates a sketch doctor error because the feature that created it has been suppressed. Is there anyway to make the sketch suppressed so it doesn't trigger a sketch doctor error? Inventor 2013

View 2 Replies View Related

AutoCAD Inventor :: Blue Symbol In Assembly Browser?

Jun 9, 2013

I don't remember... what is it?

How can i create it...and why?

View 9 Replies View Related

AutoCAD Inventor :: Section View And Visibility Of Browser Parts

Sep 5, 2012

I have a section view of an assembly. The parts of the assembly that are completely remove via the section no longer show up in the browser. Is there a way to make them show back up in the browser and/or section view? They are internal to the assembly and I would like them not sectioned/removed from the view.

View 3 Replies View Related

AutoCAD Inventor :: How To Sort Parts Inside Browser Folder

Nov 17, 2012

Alpha sort in assembly bonus tool sorts outside browser folder. Is there any method (API) to sort inside browser folder?

View 3 Replies View Related

AutoCAD Inventor :: Parts Showing In Vault Browser That Do Not Exist

Aug 4, 2011

I have an assembly model which I have `save copy as` to create a new assembly (80% parts the same). I have opened my new assembly and deleted/replaced parts and assemblies that I do not require.

One (released) assembly I have deleted is still showing listed in the vault browser (not in model browser). It is not in the model, is not revealed by `find in window`, is not listed in the bill of materials. If I close my assembly and reopen it is still listed there.

This has now occured in two assemblies. I have never experienced this before in many years of use. We recently upgraded to Inv 2011 and VM Pro 2011 and I'm wondering if there is a connection.

View 6 Replies View Related

AutoCAD Inventor :: Link DWG Number To Sheet Name In Browser Window

Jun 1, 2011

I was just wandering if there is any possible way to get the DWG NO. (part name in our case) to link the the Sheet Name in the Browser window? 

View 3 Replies View Related

AutoCAD Inventor :: Controlling Name In Assembly Browser Of Imported Part?

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

AutoCAD Inventor :: Origin Folder Not Being Shown In Browser Of Assembly

May 5, 2004

Is there a setting or something somewhere that turns off/on the display of the origin folder? I have rebooted and restarted Inventor. For some reason, I can't get see the folder. Even when I edit a part, it is not there. See attached images.

View 5 Replies View Related

AutoCAD Inventor :: Parts Has Partially Or Completely Grey Properties In Browser

Mar 2, 2012

Some parts properties of one project has partially or completely grey in browser.

Nothing special had happened prior to this problem. It happened with some absolutely irregular and not systematic affection as like a fallen and broken ink bottle makes something completely colored and some other stuff just partially and some not.

I mean some parts properties are completely grey and some have just several grey properties while some other are not affected (see video link)

It is a permanent bug and seems it belongs to the part itself since the reloading Inventor and windows and Task Scheduler attempts to fix it - all gray colors stay exactly where they were before and in same irregularity. Opening the affected parts in other project gave the same result as in original one.

[URL]

View 2 Replies View Related

Photoshop Elements :: When Create Panorama / Get Error Message - Window Doesn't Have Construct

Aug 25, 2013

when trying to create a panorama on Element 11 I get error message: window does not have a construct

View 1 Replies View Related

AutoCAD Inventor :: 2014 Assembly / Unable To Reorder Browser Items

Jun 28, 2013

place a component in the assembly.

create an assembly plane based on the assembly origin planes, (not the component origin planes).

in the browser, try to drag the plane above the component.

its not working on my machine?

View 7 Replies View Related







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