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


ADVERTISEMENT

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 :: 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 :: 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 View Related

AutoCAD Inventor :: IPart With Custom Parameter Saves Parts In Workspace

Sep 10, 2013

when i create an ipart with an custom parameter column, the files are created in the workspace. Is there any way how i can change this location?

Many parts are piling up in the workspace.For example to the library (like "normal iparts" do) or to a folder in the workspace (workspace/ custom_ ipart_ folder)?

View 1 Replies View Related

AutoCAD Inventor :: Custom Parameter Column Changing In IPart Author Table?

Sep 3, 2013

When I place a custom ipart (a simple one in this case) the length in my table changes
 
Inventor Professional 2014.
Windows 7 64 bit.

View 2 Replies View Related

AutoCAD Inventor :: Drive IPart LENGTH Param By IAssembly Table Custom Parameter Column?

Feb 21, 2012

In a simple case I have an extrusion with some attached seals/weather stripping, all implemented as iParts having their own LENGTH parameters.

RailPart.ipt, Seal_A.ipt, Seal_B.ipt

The goal is to encapsulate these IParts within an iAssembly: RailAssy.iam, where a LENGTH parameter can be input when the iAssembly is placed, causing RailPart and Seal_A to have their length parameters set to the LENGTH provided at that time and SEAL_B having Length set by an iLogic rule to LENGTH - 5.

I've been unable to set up a Custom Parameter Column in an iAssembly table.  Is this even permitted? 

Inventor Premium 2012 SP1

View 5 Replies View Related

AutoCAD Inventor :: Automatically Fill In Description In IProperties (IDW) From Model Description?

Sep 27, 2013

Is there any way  to automatically fill in description in iProperties (.idw) from model description?

View 7 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 Civil 3D :: Raw description Not Within Description Key

Oct 21, 2011

we are updating fron LDD 2004 to Civil 3D 2012 needles to say it a huge change. I've got my template almost done I'm just having one problem. With LDD any point that came in with a raw descripitoin not within the description key it would be placed in the current layer with point number, descripton and elevation. How do I make that happen with Civil3D do I have to change my default lable settings? When I import points with a raw description not within my description key it places the point on Layer 0 and only shows the node no point number.

View 2 Replies View Related

AutoCAD Inventor :: Inventor Hole Table - Mixed Units - Description Cell

Dec 18, 2013

Is there a way in the description field of an Inventor hole table to have mixed units?   Some hole sizes at fractions, some at 2 plc, and others at 3 places.

Inventor Pro 2013 or 14

View 1 Replies View Related

AutoCAD Inventor :: ILogic Set Description In IProperties

Oct 18, 2013

I am sure this is extremely simple to do but I am missing something. I am wanting to set the Description of a part in the Iproperties using values from the parameters. For instance, if the part has a length value of 10 and a width value of 5 I want the Description to say: 10 x 5 Floor Sheet

I cannot figure out how to extract the parameter values and place them into the iproperties. Here is what I have tried: iProperties.Value("Project", "Description")=" =<Length> x <Width> Floor Sheet"... This gives me the following result in my description:  x  Floor Sheet

View 4 Replies View Related

AutoCAD Inventor :: Parameters To Show In Description Tab In BOM?

Sep 21, 2011

I would like my parameters to show in Description tab in BOM. Although I marked the for export I only see them in iprop.

How can use them in the create expression in BOM and add them to the part list later.Right now I dontsee them if I want to creat an expressin in the BOM

View 6 Replies View Related

AutoCAD Inventor :: IPart BOM Structure

Sep 28, 2009

How do I change the BOM structure of iParts from Normal to Purchased? The BOM editor in the assemblies that use the iParts have the iParts as read only. I can't find a way to change them to purchased from inside the iPart either.

View 3 Replies View Related

AutoCAD Inventor :: Add IPart Column?

Nov 21, 2009

Is there a way to add an iPart column to the iPartTableColumns collection? I'm using Inventor 2009.

View 5 Replies View Related

AutoCAD Inventor :: IPart Will Not Change

Apr 9, 2013

I've made a component pattern in an assembly using an iPart.  The iPart as several different lengths, but I cannot switch lengths in the assembly.  In other assemblies, right clicking on the Table icon allows me to change lengths, but this assembly will not.

View 2 Replies View Related

AutoCAD Inventor :: Add IPart Member

Oct 2, 2013

In C++ can I use this function, using the key index Member string to select which row in the factory I want to insert?

In the docs all I see is Use an iPartTableRow (but no examples in C++).

Use an index, this works but I need to know the index before using it.Use a set of parameters in a string (but "[Member=142314]" does not seem to work. Can I not simple use a string with the appropriate member? 

View 2 Replies View Related

AutoCAD Inventor :: How To Un-author IPart

Feb 21, 2012

its possible to UN-author an iPart?

View 7 Replies View Related

AutoCAD Inventor :: Insert A Row In IPart

May 17, 2012

I want to insert a row which contains data into iPart as new part member but without using excel.

View 3 Replies View Related

AutoCAD Inventor :: Russian Description In Parts List

May 3, 2013

I'm trying to insert a parts list into an assembly drawing but whenever I do all of the descriptive fields (format, zone, item, part number, description, etc, etc) are all in Russian. I've looked on the wiki and it notes that some of this is expected, I just don't think it's correct that all of the above are in a different language.

I've attached an example in Excel.

View 1 Replies View Related

AutoCAD Inventor :: Leader Text - Assembly Description

Oct 19, 2012

I have a question on Leader Text.  Lets say I have a multiple sub-assys in a main assy.  When I do the leader text on one of the sub-assys it will take the description from the individual part in the sub-assy.  Is there a way I can make it put the assembly description rather than the part description?

View 9 Replies View Related

AutoCAD Inventor :: Revision Table Description Justification

Jul 13, 2009

is there a way to set the justification to left in the revision table justification? I've tried playing with the formats and I can't get it to do anything but be centred.

View 9 Replies View Related

AutoCAD Inventor :: Get IDW Or DWG Title Block Description Property?

Oct 30, 2012

I am trying to get an "idw" or "dwg" title blocks "DESCRIPTION" property using an Inventor macro.

For example, if the description property on a part (ipt) file is "SIDE PLATE", how can I can the same result if the file extension is a "idw" or a "dwg"?

View 9 Replies View Related

AutoCAD Inventor :: Thread Designation In Description IProperty

Aug 23, 2012

Say you model a custom nut or bolt with threads. Is it possible to put the thread designation in the description iproperty?

Something like:

=bolt, hex head, <dia> - <thread designation>

View 7 Replies View Related

AutoCAD Inventor :: Rename IPart Member Name?

May 22, 2012

How do I rename an iPart member name?  Can I use Design Assistant?

View 2 Replies View Related

AutoCAD Inventor :: Different Types Of Threads In One IPart

Jan 22, 2012

Can I use diferrent types of threads (as variants), in one iPart/iFeature file, ex. M10x1.5 (ISO Metric profile) and G1/8" (ISO Pipe Threads)? Look at the file in attachment and correct it if possible.

View 2 Replies View Related

AutoCAD Inventor :: Right And Left Hand IPart

Sep 27, 2012

I have created an ipart and want to create a right hand and left hand option of that part. I can mirror the features involved and suppress the mirror feature for the the RH part and so the RH version looks fine.

BUT if the mirror feature for the LH version is in the compute state I get both handing showing. How do I suppress one handing and leave the other for my RH version.

View 9 Replies View Related

AutoCAD Inventor :: Add Appearance Tab To IPart Table?

May 31, 2013

Is it possible to add a Appearance tab to a Ipart table?  I am cataloging a set of parts and one part is made with steel but in Gloss - Black and Matte - Black and i'd like to differentiate the 2 without haveing to make 2 seperate Ipart files. 

View 2 Replies View Related

AutoCAD Inventor :: Insert IPart From Listbox

Jan 31, 2012

I have listbox that shows ipartname of one ipartfactory it would like and me that when selecting one of them it could send to the assembly ipart selected hear show code.

Dim InvApp As Inventor.ApplicationSet InvApp = GetObject(, "Inventor.Application") Dim IpartSeleccion As ipartMemberSet IpartSeleccion = listbox1.Value Dim oDoc As AssemblyDocumentSet oDoc = InvApp.ActiveDocument Dim oOccs As ComponentOccurrencesSet oOccs = oDoc.ComponentDefinition.Occurrences

[Code] ........

View 3 Replies View Related

AutoCAD Inventor :: IPart Numbers - How To Get Them In Order

Nov 22, 2011

I have an ipart but I can't for the life of me get them to be in order, small to big in the browser.

I have them in order in the table but they are mixed up in the browser.

Is there a way to do this.

see attached picture

View 4 Replies View Related

AutoCAD Inventor :: IPart Tables In Assemblies?

Nov 2, 2012

I'm trying to take multiple parts of the same type and make them into one .ipt I began doing this and It seemed to be working fine. When I put those grouped .ipts into an .iam, Inventor creates a Subfolder of each .ipt and fills it with each part from that group and now those created ipts are unique unlinked parts (unlinked to the group ipt). I'm trying to reduce our file count and link our .ipts and .idws/.dwgs so this Inventor file creator results in the opposite of what I'm looking for. My question now is is there any way to modify this process  to work the way I need it to or is there a completely different way that I should be doing this?

View 4 Replies View Related







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