AutoCAD Inventor :: Change The Parameters Of A Custom Ipart Inserted Into An Assembly?

Sep 10, 2013

Is it possible to change the parameters of a custom ipart in an assembly after it has been inserted, or can I only do an insert using AddCustomiPartMember?

In that case I simply remove the previous occurrence and insert a new one I suppose?

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: Change IPart Occurrence Color In Assembly

Feb 22, 2013

This one work:

If L(i) = 1 Then oOcc.RenderStyle = _invApp.ActiveDocument.RenderStyles.Item("Red")
If L(i) = 2 Then oOcc.RenderStyle = _invApp.ActiveDocument.RenderStyles.Item("Yellow")

 But I want to change like this and it not work:

Lcolor(1)="Red"Lcolor(2)="Yellow"L(2)=1L(1)=2for i=1 to 2oOcc.RenderStyle = _invApp.ActiveDocument.RenderStyles.Item(Lcolor(L(i)))next

 What's wrong?

View 2 Replies View Related

AutoCAD Inventor :: Part In Assembly - Change To IPart Workflow

Oct 31, 2011

I have a part that occurs nine times in an assembly. These were all the same parts before but now I need to make them table driven iParts in order to add a custom iProperty that changes to make them all different. They are all the same except for this on iProperty field that changes.I can create the iPart no problem. My questions are:

1.) Should I just open the part file and make it an iPart?

2.) Do I need to replace the files in the assembly somehow?

3.) I would assume that I can just edit the file to make it an iPart and then use some kind of "change component" right click to select which one goes where right?

4.) Is there some other workflow I should be using?

View 5 Replies View Related

AutoCAD Inventor :: How To Change Part Parameters In Sub-Assembly

Mar 19, 2012

I have design tree like this:

Main Assembly

L Sub Assembly1

L Sub Assembly 2

L Sub Assembly 3

L part 1

in part i have a parameter name ("Panjang")... how to control "Panjang"?. I cannot access a part parameter in Sub-assembly.

[URL]

View 9 Replies View Related

AutoCAD Inventor :: Change Parameters On Component Instances In Assembly?

Aug 11, 2013

I have a part called "bracket" which has a multi-value parameter "mass" which can be 100, 200, 300, or 400 and controls the width of the bracket.I have an assembly into which I have placed thee brackets.

How do I set different parameters for each of the instances of "bracket"?I want one bracket with mass = 100, one with mass = 200, and one with mass = 300, such that I have three brackets of different widths.

I must not be searching on the right text in Google because I find only ways to change the value of the parameter within the core component (such that all brackets change and end up the same width).

View 9 Replies View Related

AutoCAD Inventor :: Change Parameters In Part Occurrence Inside Assembly

Sep 5, 2013

I have an assembly which contains a CComPtr<ComponentOccurrence> pThisCompOcc , and I'd like to do two things.
 
Get the name of the "base" object, not the display name of the occurence Change the model and user parameter values of the occurrence I suspect that I need to find the function or method which gives me a CComPtr<PartComponentDefinition> pPartCompDef which the occurrence points to for the Q1, but what about Q2?

Presumably the parameters are associated with the Component Occurrence and the "real" name is associated with the Part Component Definition?

View 6 Replies View Related

AutoCAD Inventor :: Form-want To Change Parameters Of Skeletal File Then Update Assembly

Dec 14, 2012

I have created a iLogic form for my skeletal part file that drives my assembly. The issues is that it is a few steps to get the assembly to update.

Current Steps: open skeletal part fileuse form to change size parameterssave new skeletal size changesopen assemblypress the update button if changes haven't already been applied...I have tried to link these parameters directly to the assembly and tried to create the form using those linked parameters from the skeletal part file. It looks like it would work, but I am unable to edit the parameters once the form is created. 

I am hoping that the I can skip opening and editing the skeletal part file.open assembly fileuse form to change size and dimensions, and all part files and drawings are updated to that new shape and size.
 
I have tried to create a global Form in the skeletal part file, and tried to update the size changes in the assembly file.I was able to changes the inputs this way, but once I pressed the apply I get an error with no changes.  what I want but I am not very up to date on iLogic or these forms. I will be searching Google for now.

View 3 Replies View Related

AutoCAD Inventor :: Change Multi Value Select To Custom Value Input In Ilogic User Parameters

Aug 31, 2011

I want to change 'mutil value select" to "custom value input" in ilogic user parameters. something like this:

if condition A then

multivalue.setlist("length", 1,2,3,4,5)
else

(users can enter any value they want, how can i remove the list first and set it to custom value input?)

View 2 Replies View Related

AutoCAD Inventor :: Parameters Inserted Into Drawing Text Keep Disappearing

Jun 26, 2012

I am running into some trouble with user parameters that have been inserted into a dimension's "text box". I sometimes hide the dimension itself and insert these parameters so that iLogic can manipulate the upper & lower tolerance limits for a dimension.

The problem seems to arrise anytime one of the dimension's arrows becomes detached from the drawing (and perhaps for other reasons, too, although this is the only clear cause so far). I can reattach the arrow and the dimension seems healthy again, but if I go into the text editor, I notice that the link to any parameters that I've inserted has been lost. They appear as they were last set, but will not update if the parameters themselves change.

Is there a better workaround for this, or can we expect a solution in IV2013? I've invested close to a year's worth of work expecting this method to perform properly, and it will be a letdown if there's no solution.

View 1 Replies View Related

AutoCAD Inventor :: Change Custom Property Format From Assembly Level

Apr 8, 2013

I have a frame fabrication / assembly with a Custom iProperty called "FINISHED MATERIAL SIZE". I have set the following parameter for this property:

FINISHED MATERIAL SIZE = <Stock Number> x <G_L>mm

This returns the stock size and length to my drawing cutlist. The problem is that the <G_L> Parameter returns the trailing zeros and unit string.

I would like to set all the frame members in the assembly such that the G_L parameter returns a value rounded off to 0 decimal places with no trailing zeros and removes the unit string as well.

Is there a way I can achieve this from the assembly so I don't have to manually open each frame member and make the changes in the fx parameters dialog one at a time?

View 3 Replies View Related

AutoCAD Inventor :: IPart With Embossed Text From Parameters?

Apr 15, 2013

I'm creating an iPart for Content Centre authoring. I have an Emboss feature that I would like to cut 2 text values into a face. I'm having trouble figuring out how to acheive this through the iPart table. I started by making 2 User Parameters multi-value but came to an abrupt halt as I can't see them in the Table. And I suspect that this approach won't work anyway.

Windows 7 x64 -64 GB Ram, Intel Xeon E5-1620 @ 3.6 GHz
ATI FirePro V7800 2 GB, 180 GB SSD & 1 TB HDD, Inv R2013 PDS Premium SP2 Update 3 (Build 200), Vault 2013 Workgroup Update 2 (Build 17.2.9.0)

View 4 Replies View Related

AutoCAD Inventor :: IPart Parameters In IAssembly General Table?

Dec 20, 2012

How can I display iPart parameters in an iAssembly general table?

On my .dwg I would like to use one detail with a table.  The 2 table columns I need are:

(1)   iAssembly name (no problems here, shows up in the general table by default)

(2)   Length (this parameter value is in the iPart)

Inventor RS 2011
AutoCAD Mechanical 2011
ASD 2013
Vault Collaboration 2011
Windows 7 Pro

View 8 Replies View Related

AutoCAD Inventor :: IPart User Parameters In IDW General Table?

May 1, 2013

I have an IPart with about 100 instances in it that is sheet metal. I created a user parameter for the gauge of the sheet metal relating to the thickness and that works fine in the ipart. My dilema is how to get the gauge to show up in my drawing in the general table. Pretty much I woud like the table to list part number, material and then have a column for the gauge of the steel related to the thickness in the Ipart table. I am using Inventor 2011 if that makes a difference.

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 :: Exporting Reference Parameters / Driven Dimensions From IPart?

Mar 27, 2013

I have an ipart which is being controlled by an external spreadsheet. Each cell references a cell within a spreadsheet on my local drive. I have a set a parameters that are used to completely define each part but I am also interested in some of the reference parameters (from driven dimensions) so that I can analyze relationships between reference and input parameters. Is it possible (without extensive programming in windows VB or other) to export data from this iPart into, prefereably, the driving spreadsheet or another spreadsheet?

View 3 Replies View Related

AutoCAD Inventor :: IPart Exporting Reference Parameters / Driven Dimensions Update All?

Jun 24, 2013

I have some manufacturing dimensions that are an end result of my design so they are driven dimensions at the end of my modeling history and pulled into the ipart table.  If I make some design changes I need these dimensions to update too.  The problem is they do not automatically update and require a manual activation of each child memeber for the dimension to update.

The dreaded "The Values in the active row don't match the document's current values. do you wish to update the table before continuing"  Click, enter, Click, enter, Click, enter.

Autodesk Inventor 2012 Certified Assosicate
Autodesk Inventor 2012 Certified Professional

View 1 Replies View Related

AutoCAD Inventor :: IPart Factory Table On Drawing Show Equation Not Value For Parameters

Oct 21, 2008

I have an iPart that I have created parameters to perform some basic calcs so the values will show up on every member. The parameters are correct for the different member so it appears to be working correctly on the model side. For example I have a parameter called 'CutLength' that performs simple math functions. But when I make the table on the drawing and I include this parameter, I see the formula in the table instead of the value. Is there a way I can have it display the value instead of the equation?

View 2 Replies View Related

AutoCAD Inventor :: Ipart - Standard Parameter Column Change Depending On Custom Parameter Column

Jan 3, 2013

I am trying to publish to the CC a guide rail. The vendor of the rail gives me the option of entering the desired length of the rail. After that he gives me the option to choose between the length that I entered and a shorter and longer standard length witch can be delivered faster.

I want to do the same thing with my published part, but I cannot make a key parameter to change depending on the entered custom parameter. I want the user to make the next steps when inserting from the CC: 1- select the size of the rail; 2-select the type of the rail; 3- enter the desired length of the rail; 4- choose between the desired length and the 2 recommended lengths (I need these 3 lengths to be shown)

Is this possible?

View 9 Replies View Related

AutoCAD Inventor :: Constraint Flip When Inserted In Assembly

Apr 25, 2013

This is noce Made sub assembly everything is good to go. Put in main assembly and flip..

 Yeah lets not fixs bugs...

Sub Assembly

Insert in Main Assembly

Nice.. And no i have not constrained it to the main just put it in...

View 1 Replies View Related

AutoCAD Inventor :: Get Name Of Last Inserted Part Or Assembly And Select It?

Oct 16, 2013

how could I get the name of the last inserted part or assembly and select it?

View 4 Replies View Related

AutoCAD Inventor :: Inserted Parts In Assembly Don't Move

Jan 5, 2014

I insert parts in an assembly, new parts from content center or from a library, without projected edjes, they are free to move until i impose the first constraint, the axis to axis alignment of round parts, then i cannot move them anymore in order to continue constraining them

View 5 Replies View Related

AutoCAD Inventor :: Turn Off Grounding For Inserted Part In Assembly

Aug 16, 2013

I don't want to inventor to ground a part when I insert it into assembly.  How do I turn this off?

View 9 Replies View Related

AutoCAD Inventor :: Place IPart Into Assembly

Mar 29, 2012

After I place an iPart into an assembly, how can I change from one configuration to another?

View 1 Replies View Related

AutoCAD Inventor :: IPart UCS Visible In Assembly?

Jan 9, 2014

I know how to get the "work features" to show up in the assembly however, I would like to to be able to utilize the UCS if possible. When I try to use the iPart Author to select the Work Features the UCS doesn't show up.

View 3 Replies View Related

AutoCAD Inventor :: Changing IPart In Assembly

Jul 8, 2011

First off I am running:

Windows 7 pro - SP 1 (x64)
Processor Intel(R) Core(TM) 2 Duo Pro CPU E7600 @ 3.06 GHz 3.07
GHz
RAM = 8GB
Autodesk Inventor 2012 Ultimate Design Suite

I have an assembly with a couple of parts in. Some of these parts are IParts (NOT Content Centre parts), and they live in my project workspace.

In some case I am able (within the assembly) to right click on the table icon below the part in the assembly tree and change the component to a different configuration. However, I other case I am not able to change.

In the cases where I cannot change, when I right click, IV does not even present the option to "change component".

I am not sure if this will affect the situation or not, but some of the parts were inserted into the assembly as IParts, whereas others were not IParts, but I changes them to IParts after they were inserted into the assembly. I am not sure which ones were inserted as IParts and which weren't, but perhaps this is an issue. i.e. parts that were inserted as IParts originally can be changed, but those that were not IParts when inserted and later converted cannot be changed?

View 5 Replies View Related

AutoCAD Inventor :: Custom IPart Description

Dec 6, 2011

I have a custom iPart for a rectangular flat bar that's 100x10mm.   The length is the custom field. 

I would like the description in the BOM to append the length, e.g. 100x10 Flat bar-235mm.  (This is so that I don't have to create a length column in the BOM just for this item).

I have tried 100x10 Flat bar - <length> but this gives an error. 

View 8 Replies View Related

AutoCAD Inventor :: Using IPart In Assembly (250mm Length)

Nov 15, 2012

I created a inventor part by name "011-03-054-A-25x50 HS" 100mm in length. Used "011-03-054-A-25x50 HS" in a assembly and used the same part in another assembly. Then I created a ipart  with a different length which is 250mm. Now I want to use 250mm length in the second assembly. How do I doit? I couldn't find an answer any where. I am using Autodesk Inventor 2013 in windows 7.

This was called configrations in Solidworks and was very easy to use.

View 2 Replies View Related

AutoCAD Inventor :: Adding Rows To Custom IPart?

Sep 19, 2013

I am having difficulty adding two new rows to an iPart I made and published previously. Is there a way to do this without using the API?

Since it's a custom iPart not a standard CC part I would have thought this would be fairly straightforward but I can't work it out.

View 9 Replies View Related

AutoCAD Inventor :: IPart Assembly Constraint Loss - BLOWS UP

Jan 18, 2012

I've got a relatively simple assembly (attached) containing 3 iparts.  I change the center component the assembly and I lose all the constraints.  Only the length changes, I'm sure I did this before but yet it turns out to be an epic disaster. 

View 1 Replies View Related

AutoCAD Inventor :: ILogic / IPart Custom Column Value Setting?

Dec 3, 2010

it is possible to set the value of one or more "custom" column of an iPart row.

Per example woul this iLogic method work?

iPart.ChangeRow("iComponentName:1", "RowMemberName", customParam1, customParam2)

If so, could you demonstrate how to use it?

View 4 Replies View Related

AutoCAD Inventor :: Manage IPart Configurations Inside Assembly Table?

Apr 17, 2013

Basically I need to have 2 configurations of an assembly. These assemblies are identical except there is one part that will vary within them. Eventually I would like to be able to drive an assembly with multiple part configurations and suppressing and unsuppressing of parts from a table however this is my starting spot.

View 2 Replies View Related







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