AutoCAD Inventor :: Replace Components With Different Internal Name?

Apr 24, 2013

I would like to know if there is any possibility to replace a component with another one, that has a different internal name. Losing the dependencies would be acceptable.

ReplaceReference and PutLogicalFileNameUsingFull always return the error "wrong parameter".

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Replace Components In Weldment Assembly

Mar 25, 2013

In past I replaced components in Assemblies with this sub:

Sub testReplacePartInAss()
Call ReplacePartInAss("W:INVENTORTPart1.ipt", "W:INVENTORTPart2.ipt")
End Sub

[Code] .....

But if the assembly is a weldment assembly the line

If oOcc.ReferencedDocumentDescriptor.FullDocumentName = sInAssFilename Then

creates an error '91' that the object is not set.

What has to be changed in this code so that it will work with 'normal' assemblies AND weldment Assemblies too.

View 3 Replies View Related

AutoCAD Inventor :: ILogic Rules - How To Replace All Components

Mar 1, 2012

Can I use an iLogic Rule at the top assembly level to "replace all" of a particular component is that component resides in more than one subassembly?  I need a rule to run and globally replace the component in all subassemblies without opening up each subassembly manually.  I can run a rule in the individual subassembly that looks like the following:

If GoExcel.CellValue("3rd Party:Embedding 1", "Sheet1", "A2")=800 Then
Component.Replace("Part1:1", "OtherPartfilename.ipt", True)
End If

Is there a way to run a "replace all" command from a top level assembly?

View 1 Replies View Related

AutoCAD Inventor :: ILogic Replace Component With Multiple Different Components

Jan 5, 2014

So I have been going round and round in circles on this one iam trying to use replace component within ilogic which is fine with switching one part for another but I want a drop down of parts so it replaces which ever one is active the problem I am having is establishing which one is active. So below is what I have so far but the problem is you cant seem to reference a part that is not in the assembly so I keep getting the error

The component named "Flange 1" was not found for example. I just need a way of establishing which one is currently in the assembly but with out referencing components that are not there.

If Component.IsActive("Flange 1")=True Then current = 1
If Component.IsActive("Flange 2")=True Then current = 2
If Component.IsActive("Flange 3")=True Then current = 3
If part = 1 And current = 2 Then Component.Replace("flange 2", "Flange 1.ipt", True) End If
If part = 1 And current = 3 Then Component.Replace("flange 3", "Flange 1.ipt", True) End If
If part = 2 And current = 1 Then Component.Replace("flange 1", "Flange 2.ipt", True) End If
If part = 2 And current = 3 Then Component.Replace("flange 3", "Flange 2.ipt", True) End If
If part = 3 And current = 1 Then Component.Replace("flange 1", "Flange 3.ipt", True) End If
If part = 3 And current = 2 Then Component.Replace("flange 2", "Flange 3.ipt", True) End If

View 4 Replies View Related

AutoCAD Inventor :: Design A Set Of Internal Gears?

Mar 24, 2013

how we can design a set of internal gears?

View 1 Replies View Related

AutoCAD Inventor :: Internal Error In Persistence Operation?

Dec 16, 2013

I keep getting this message when opening an assembly;

Internal error in persistence operation (Can't load segment PmResultSegment via a RSeRef when loading segment PmDCSegment)

The solution is to find the corrupted part and restore it.

My problem is that the assembly (and 5 subassemblies) consists of over 150 parts, which is way to many to just start recreating parts at random...

Is there a way to pin-point which parts ruins my model ?

View 1 Replies View Related

AutoCAD Inventor :: Convert Internal Volume In A Solid?

Dec 17, 2011

I´d like to do something like that, convert a internal volume in a solid and delete the external solid.

[URL]

View 1 Replies View Related

AutoCAD Inventor :: Delete Rule With Internal Macro VBA?

Nov 8, 2013

What is the code to delete an internal rule of a document using a macro vba?

View 5 Replies View Related

AutoCAD Inventor :: Circular Pattern To Reposition Internal Keyway

Oct 22, 2012

I am using a circular pattern to re-position an internal keyway and am wondering if it is possible to supress the original keyway? Right now I have to give it a 'Placement' value of 2 to get the keyway to shift the amount I want, and as such it keeps the original as well as the new (overlapping them). I wish to suppress only the original one leaving new one...

Inventor 2014 PDS

View 6 Replies View Related

AutoCAD Inventor :: Professional 2012 - Internal Error In The Mesher

Jan 9, 2012

Just installed 2012 Pro last week and tried to run FEA today. Everything else is running fine. Started with existing model and had this error. Went to a simple part with rectangle sketch 6x1x.125thk and still receive error. Found multiple issues with mesher errors in forum. So I removed all Autodesk products, cleaned registry, turned off antivirus and reinstalled software and SP1 and still receive error.

View 9 Replies View Related

AutoCAD Inventor :: Make Internal Gear With Design Generator

May 28, 2013

Trying to make an internal gear with design generator. I fill in appropriate info, click the 'internal' check box and when I generate I still get an external gear (using component).

Tried creating a part with the proper bore (root) diameter first and use feature...it wipes out my part and creates and external gear with virtually no bore.

View 1 Replies View Related

AutoCAD Inventor :: Internal Gears Rotation Opposite Direction?

Dec 21, 2013

I made internal gears with design accelerator.

It's calculation is OK. And drag it,the rotation is good, But the direction is opposite. The tooth's move opposite direction to each other. 

I used Autodesk Inventor 2013, And  sp2, update DL22436649.zip But, this appeard before And after sp2 patch.

View 3 Replies View Related

AutoCAD Inventor :: Get List Of All Internal Iproperty Names In Autodesk 2012?

Jul 23, 2012

Experts, how do I get a list of all internal iproperty names in Autodesk Inventor 2012

View 1 Replies View Related

AutoCAD Inventor :: Fix Two Components Relative To Each Other

Oct 22, 2012

I would like to find out how to fix two components in an assembly relative to each other, and using VBA.

What I want to do is to build the assembly (which consists of two components A and B, and also other components) and then animate the joint in component B. In order to do so, I have to fix A to B so that A moves along with the joint motion. But my problem here is that the attachment of A to B is not definite - it depends on other components in the assembly, so I cannot predefine a constrain between the two. 

 Is there a way I can easily fix two components relative to each other in an assembly without prior knowledge on how they are positioned relative to each other?

I'm thinking of measuring and then constraining the origins of the two part files in 6DOF, but I'm not sure how i can extract the angle between the axes and then constrain them in the correct way (mating using angles has always been confusing for me).

View 2 Replies View Related

AutoCAD Inventor :: Suppressed Components In BOM

Apr 10, 2012

we are using level of details to suppress few components. when we are trying to take BOM for that level of details. we are getting the suppressed components also. is there any control we can do avoiding that suppressed component. I know if you make the BOM sequesnce to reference that wont come in BOM. but we need that file for other LOD.

View 9 Replies View Related

AutoCAD Inventor :: Re-Using Assemblies As Components

Oct 21, 2011

I use hinges in my door assemblies and they are basically placed into the assembly each time and become flexible so the doors can operate.  The hinges are one size and don't change in any way or shape.  What is the best practice for inserting these hinges into my door assemblies?

Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot

View 2 Replies View Related

AutoCAD Civil 3D :: Find / Replace After Export It And Replace Star With A Column

Feb 23, 2012

i have a csv file that has 6 columns, PNEZD and a 6th column which is my notes..i type a star in the data collector after my code, make my note, and then find/replace after i export it and replace star with a column..that gives the desired 6th column in excel that my boss wants....problem is he also wants to see that next to the Full Description in Civil 3d 2012...i tried adding a Point File Format with a 6th Column, User Defined, String for type...named the column Notes...but if i go to edit the point there is no 6th column in the Tool Palette.

View 1 Replies View Related

AutoCAD Inventor :: Missing Components In Drawing?

Apr 9, 2013

I made a simple aluminum frame with clear polycarbonate shields. Somehow, when I put it on drawing sheet, some parts behind the polycarbonate are missing. If i make the polycarbonate invisible, the missing parts appear again. This strange phenomenon started today. It didn't happen before, and no parts were missing behind the clear polycarbonate.

View 6 Replies View Related

AutoCAD Inventor :: Components Visibility On View

May 10, 2012

How to manage the visibility of components in a particular view?

In attach file,View 2 is a detail view of view 1. On view 2, I want to display only the nozzle (Drain (H):1)  and shell (C1306388341:1) component. So I need to set the visibility of the other component to false.When I try to code this, the components of model file of view 1 was updated not the view.

   Set ViewDocument = oDetailView.ReferencedDocumentDescriptor.ReferencedDocument
    For Each ViewOccurence In ViewDocument.ComponentDefinition.Occurrences
        If nozzleName <> ViewOccurence.ReferencedDocumentDescriptor.DisplayName Then
            ViewOccurence.Visible = False
        End If
    Next

The reference document I set for my code is not the document which contains the view 2. So I need to the actual reference document where view 2 belongs which is in the box of view 2 that contains 5 components.

View 2 Replies View Related

AutoCAD Inventor :: Add Components In Sequence For Animation?

Nov 28, 2013

In ipn file, after I created sequence and wanted to add in some more components. When I edit the sequence, I cannot find the place to add the components.

View 2 Replies View Related

AutoCAD Inventor :: Specify Which Template Imported Components Use?

Aug 2, 2013

How do I specify which template my imported components use?

View 7 Replies View Related

AutoCAD Inventor :: FEA Separates Into Independent Components?

Oct 28, 2011

I'm attempting to run an FEA of a preliminary design to isolate the best locations for weight reduction.  When I attempt to do the analysis with convergence criteria of

Maximum number of h refinements: 2Stop criteria: 8%h Refinement Threshold: 0.5
 
I get the following issue:
 
Mesh failed: Face failure: Spar:1Model separates into 36 independent componentsSoft spring was added  Is there anything I can do either model or simulation wise that will keep the model from separating?

View 9 Replies View Related

AutoCAD Inventor :: Fixed Placed Components With One Constraint

Jul 5, 2012

Why can I not constrain placed objects with three constraints? Anything I place constrains with one constraint then is virtually fixed (without being) and cannot even be moved to allow for further constraining.

View 9 Replies View Related

AutoCAD Inventor :: Components Fade In / Out In Studio

Feb 22, 2012

Look at the vifdeo file attached. I have not problem to create one component fade out (from 100% to 0%). But how to show the another component fade in (from 0% to 100%)? Studio does not allow fade from 0% to 100%.

View 4 Replies View Related

AutoCAD Inventor :: Copy Components Inside IAM

Jan 11, 2012

I was using "copy components" inside an .iam without any problem. Suddently, when I tried to copy more instances, inventor was blocked and I was not able to copy anymore components. Then I had to close inventor because it seems to be in a bucle.

View 4 Replies View Related

AutoCAD Inventor :: Add Multiple Virtual Components

Jun 7, 2013

I have a VBA macro that places selected virtual components into an assembly.  I can place virtual components with different part numbers into the assembly with no problem.  When I try to place the second instance of a virtual component with the same part number I get an error.

For example: If I place a virtual component with the part number C123A456 into an assembly it shows in the tree as C123A456:1 If I try to place C123A456 again it errors at this line.

'Add selected line as a virtual part
Set oOcc = oOccs.AddVirtual(sPartNumber, oMatrix)

I can place multiple virtual parts if I append -1, -2, -3 etc to the part number but I would like to let Inventor use the :1, :2, :3 to keep track.

View 9 Replies View Related

AutoCAD Inventor :: How Vector Components Work

May 25, 2010

I am trying to understand how fixed constraint works using Vector Components. It shows inches input, not ft/lbs. What I am seeing is if I put down 1 in in the Y insert and it shows the X and Z are unconstrained. What I am trying to is put on a fixed constraint to one direction which is Y. When I use 1 in for Y, it looks like it is using force of some kind. How this Vector Components work?

View 2 Replies View Related

AutoCAD Inventor :: Saving A Components Selection Set

Mar 8, 2013

I have a selection of various components in an assembly model in Inventor which I want to use to demote. When I click off these components the selection set is lost. Is there a way that Inventor can remember a selection set of components so that I do not have to re-select all the components again ? Similar to the 'select-previous' command in ACAD ?

Product Design Suite Ultimate 2013

64-bit HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
Anthony Goodwin ~ Cad Manager/Senior Designer
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 1 Replies View Related

AutoCAD Inventor :: Creating ILogic Components Possible From API?

Jan 29, 2013

I'm new to inventor and I need to be able to create coppies of a part in my assembly that are uniquely identified so they can be individually changed. I see that this can be done through the ribbon with the "Place iLogic Component" button, but is it possible to do this from the API in a rule?

I am using inventor 2012 pro.

View 2 Replies View Related

AutoCAD Inventor :: How To Get Constraints While Mirror Components

Oct 25, 2011

Am guessing inventor does not allow getting the constraints when you mirror a part..but is there a work around or easy way to copy the constraints.

View 9 Replies View Related

AutoCAD Inventor :: Associate Components To Layers

Jun 3, 2010

Is there a way to associate components to layers so when they are placed in a drawing they are automatically placed on the proper layer.

Example: a frame assembly is associated with a "Frame" layer that has certain attributes. That frame assembly is part of a larger assembly and when that larger assembly is placed in a drawing the frame is automatically assigned to the Frame layer.

View 5 Replies View Related







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