AutoCAD Inventor :: List Of Values To Choose From For IProperty?

Oct 31, 2011

How to create a list of values to chose from for an iProperty?  I can create a multi-value parameter and set the iproperty equal to it, then create a form that calls up the parameter...but there has to be a better way.  I'd like to create a template with iProperties that are standardized.  For example, we have a bunch of labs in our business.  I created a custom iproperty for the labs (so that this property could be searched in vault).  However, if I stop there, users will find all sorts of ways to botch the lab names.  Therefore, when you run a search for a lab, you may not find all the files associated with that lab due to a mispelling.  Forcing values chosen from the iProperty list would prevent this from happening.

I was hoping there would be a way to do this with iLogic forms, but you can't create a list for iProperties...at least I don't think you can.

Autodesk Product Design Suite 2012 (Inventor 2012 Pro SP1, Vault 2012 Pro Update 1)
Windows 7, 64-bit
Intel Core i7
8GB
Nvidia Quadro FX 3800M

View 7 Replies


ADVERTISEMENT

AutoCAD Inventor :: Populate Assembly Text IProperty With Concatenated List Of Values

Feb 14, 2012

In the parent assembly a text iproperty exists called "child list". I would like to set this value via an ilogic rule that does the following:

For each child in the assembly where paremeter "include" = true, add the value of iproperty "filename" to a comma delimited list that will become the value of  text Iproperty "child list" in the parent assembly.

The result should look something Like iproperty"child" = "filename1,filename2,filename3,filename4, etc..."

The rule must iterrogate all children, both parts and assemblies, and must go beyond 1st level children.

The output does not have to be comma delimited but must be delimited with something (eg tab, :, etc..)

The number of children is unknown

Is there a character limit imposed on a text iproperty?

View 6 Replies View Related

AutoCAD Inventor :: How To Add Custom IProperty To Parts List

Jan 16, 2012

I am trying to add a custom iProperty from my assembly to the drawing parts list.  According to the help wiki, I'm supposed to click Column Chooser > New Property > Custom Properties List (click here to see the relevant wiki page--also see the attached screenshot called Custom Property Help.png).

When I click on new property, there is nothing about Custom Properties List. 

View 2 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 :: Link Standard IProperty To Custom IProperty?

Aug 7, 2012

I'm looking to see if there is a way to link the revision number to a custom iProperty in the same part.  Our laser requires a specific output for programming, but I only want this to show up on actual lasered parts as we don't need it on parts that are sawcut.  Basically what I would like to do is create a custom iProperty that I can link to the title block for that reads RV:<Revision>.  Is there a way to do this?  I'd rather not create a separate drawing template for lasered parts as we've got about 100 templates for our various customers the way it is.

View 6 Replies View Related

AutoCAD Inventor :: Command To Add Values In Column In Part List

Sep 13, 2012

Is there a command in Inventor to add values in a column in the Part list ( BOM) and to display a total value bottom like the Grand Total in Revit?

View 2 Replies View Related

AutoCAD Inventor :: Revert Edits In Parts List To Bom Values

Feb 27, 2012

I have an idw that contains a parts list in which some of the information has been edited.  The edited text is shown in blue.  I would like to revert these fields to the values that exist in the BOM and in iproperties.  How do I do this? 

View 4 Replies View Related

AutoCAD Inventor :: Can't Find It In Option Values List For PDF In Help File

Oct 1, 2013

I am using Inventor 2011. When I display dialog with options for export to PDF in Inventor, all options in this dialog I can set programatically except one - something like Print excluded sheets(I translate it to English from Czech version). This option is accessible when PrintAllSheets or PrintSheetRange option is set.

I can't find it in option values list for PDF in help file. Is it only undocumented or is it not accesible programatically?

View 3 Replies View Related

AutoCAD Inventor :: User Parameter Expression List - Allow Custom Values?

Mar 21, 2013

Where do I find the "Allow custom values" option for a multi list parameter expression?

View 2 Replies View Related

AutoCAD Inventor :: Recently Used Values / Parameters In Dimension Dialog / Width Parameter List

Jan 10, 2012

if it is possible to increase the number of recently used values/parameters in the dimension dialog, during part sketching. For one part, I use approximately ten parameters that will be used repeatedly. When I'm done with one sketch and start with the next, only the last five parameters are in the recently used parameter list. (Create dimension --> select arrow on right side of dialog, see attachment Dimension_Dialog.jpg, excuse me for the poor quality ). It would be much more comfort to have more parameters in this 'recently used'-list.

Furthermore I'd like to know if it's possible to widen the parameter-list. In my case I've several parameters that start with the same prefix, followed by a differentiating suffix. When I create a new dimension, select the arrow on the right and select 'List Parameters', I have to adjust the width of this dialog every time to see the entire parameter. (see picture Dimension_parameters.jpg)

View 1 Replies View Related

AutoCAD 2010 :: How To Choose Attribute / Field Data From A List

Mar 28, 2012

How to choose the attribute or field data from a list?
 
When using the “title block”, attributes and fields to better control the information that belongs to the drawing, then it worth to have a feature that allows selecting this information from a LIST.
 
For example, if we need to specify “location” of the project, then it is better to have sort of list from which we can select the location of the project the same we do it in the Excel (as shown in the screenshot below).
 
Is there such feature in the AutoCAD? To choose the information from a list?

View 4 Replies View Related

AutoCAD Inventor :: Can't Get Inventor 2013 Show A Custom Iproperty Correct

Jun 18, 2012

I can't get Inventor 2013 show a custom iproperty correct.My iLogic rule is this: 

iProperties.Value("Custom", "myvol")=volume = iProperties.Volume

But the custom iProperty is a Yes or No.Had no problem with this in Inventor 2011.

View 2 Replies View Related

AutoCAD Inventor :: Sheet Name As IProperty

Nov 18, 2009

I have a drawing of a sheet metal part with multiple sheets. I have named each sheet to reflect the nature of the views (general dimensions, detail views, flat pattern, etc.). I want the name of the sheet to appear in the title block, but I cannot seem to find the "Sheet Name" property anywhere. Can it be added to the list of the drawing or sheet properties, or is there another way to achieve this?. I do not want to have to use Custom Properties, and manually re-enter the names of each sheet.

View 8 Replies View Related

AutoCAD Inventor :: Scale To IProperty

Sep 13, 2011

How to export the drawing scale to a custom property, I can use in my title block? I would prefer that it updates when you save.

I use Inventor 2012 64bit.

View 6 Replies View Related

AutoCAD Inventor :: IProperty Access With C#

Aug 10, 2012

I am trying to write a small standalone app in C# that I can run when I have an assembly document open. I want the app to iterate through all the parts in the assembly and set the iproperties. I am having some trouble accessing the iproperties however.

I want (for example) to set the "TITLE" in the "DOCUMENT SUMMARY INFORMATION" to be a concatenation of the part number and the description separated by a " - ".how to access these properties.

View 1 Replies View Related

AutoCAD Inventor :: Add Custom IProperty To BOM Using API?

Jan 3, 2012

I would like to add a Custom iProperty to the BOM using API.

It would mimic the "Add custom iProperty columns" dialog.

View 5 Replies View Related

AutoCAD Inventor :: Convert Iproperty Value

Oct 30, 2013

I'm looking for a way to convert the iproperty value "volume" into length from known values in the part. I have an assembly which consists of 20 different typs of sheets which are rolled out in certain patterns. The width and depth of the sheet are known, and I would like to use the volume to find the length. The assembly is linked to an excel file so the values will change based on certain parameters. I'm using this as a check to make sure there is no error from the spreadsheet.

View 7 Replies View Related

AutoCAD Inventor :: IPT IProperty Not Transfer To IDW?

Dec 22, 2012

I wonder why my ipt iproperty is not transfer to the idw iproperty.  Is there something I need to enable for the iproperty?

View 1 Replies View Related

Revit :: How To Export Color Scheme Values List

Feb 11, 2014

how can I export the Color Scheme Values List.

I do not want to Transfer Between Projects. Just want to have it as a list so that people can follow what Room names are available for use.

Revit 2014
AutoCAD 2014

View 1 Replies View Related

AutoCAD Inventor :: Removing Characters From IProperty

Jan 3, 2013

I'd like to build a rule into my standard part template that takes the part number (which it automatically gets from the file name by default), removes the characters after a delimiter, as well as the delimiter itself, and sets that as a new custom property. For example, we'll call the custom property Prop1

For part 123-321-1.ipt

Inventor already sets part number iProperty to 123-321-1

I want to set Prop1 to 123-321

For part 123-321-25.ipt

Inventor already sets part number iProperty to 123-321-25

I want to set Prop1 to 123-321

View 4 Replies View Related

AutoCAD Inventor :: Populating The Keyword IProperty

Dec 9, 2013

I've created a form to fill out with drop down options that link to a multitext parameter. I want to link this parameter to the keyword iproperty but a text parameter will not export.

AutoDesk Inventor 2012

View 1 Replies View Related

AutoCAD Inventor :: How To Get Color Override To IProperty

Feb 27, 2013

My company manufacturs many sheet metal parts that ends up being painted.We need to describe both material and surface treatment in the title blocks on our idw's. Inventor parts then have a selected material (the required steel type) and a color override is applied (the required paint job) But color override is not just like that to retrieve for the title block, like standard iproperties like

<MATERIAL> or <THICKNESS> 

View 6 Replies View Related

AutoCAD Inventor :: Use IProperty As Parameter WITHOUT Using ILogic?

Jul 22, 2013

I know how to get a parameter into my list of custom iProperties.What I want to do is take the iProperty lbmass and add it to the list of user parameters.  Is there any way to do this without using iLogic?

View 8 Replies View Related

AutoCAD Inventor :: Change IProperty Material Using VBA

Mar 2, 2013

I am trying to change the iProperties "Physical" "Material" using an Inventor VBA macro..For example, say the material is set to "DEFAULT" and I want to change it to "TITANUIM", how can I do this using VBA?

View 1 Replies View Related

AutoCAD Inventor :: ILogic - Save As IProperty

Apr 11, 2013

I have a template part that I would like to save automatically once the parameters dialog box is closed.  I would also like the Save As filename to automatically be filled in with a iProperty named "Part Name".  I already have the "Part Name" description grabbing information from parameters.  Is this possible? And is the best way to trigger the event after an "iProperty change" or "Any Model Parameter Change"?

View 1 Replies View Related

AutoCAD Inventor :: IProperty - Catalog Web Link

Jan 29, 2013

I put this url in iproperty: catalog web link: google.it in a part

Then I published the DWF.

I supposed than I push ctrl - click catalog web link: google.it  in design review properties table the browser pop up but nothing happend.

My idea is fill this iproperty of any part that need maintenance with the url of manufacturer. So the customer can directly download the manuals.

View 2 Replies View Related

AutoCAD Inventor :: Find IProperty Location

Jun 3, 2012

Am working on iProperties and i am trying to find the iProperty Location. I tried

-Inventor User Defined Properties
-Inventor Summary Information
-Design Tracking Property

But i am unable to find the Location iProperty.. how to find this location.

View 2 Replies View Related

AutoCAD Inventor :: Refresh Sheet After IProperty Changes

Dec 4, 2012

is there way to refresh sheet of drawing when an iProperty is changed trough API? When I change for example revision Number, the sheet still show old number. The value is changed, because if I open the iProperty dialog, there is new value and also when iProperty dialog is close then the sheet (title block with this property) is immediately correctly updated. I know that I can use ActiveSheet.Update method, but this update whole sheet and it take long time. There nust be something better because dialog iProperty doesnot update whole sheet and it is vvery quick.

 Dim oISI As Inventor.PropertySetDim oDrw As Inventor.DrawingDocumentSet oDrw = ThisApplication.ActiveDocumentSet oISI = oDrw.PropertySets.Item("Inventor Summary Information")oISI.Item("Revision Number").Value = "test"oDrw.ActiveSheet.Update ' I would like to replace this line, this take long time

[URL]

View 3 Replies View Related

AutoCAD Inventor :: BOM Will Not Update After IProperty Edit

Jun 14, 2012

For some reason I get the prompt update thunder aside of my parts list in .idw tree that wont go away...

I edited one of the parts, updating its iproperties and since that it wont go away.

I tried opening each part, assembly and updating, saving it but it wont work...

How to force update?

View 3 Replies View Related

AutoCAD Inventor :: ILOGIC For Part IProperty Prompt?

Jun 6, 2012

I am trying to find an ilogic for part proparty entry as soon as I create new part/assy.

I know it is possible by Event triger-> New Document .

View 9 Replies View Related

AutoCAD Inventor :: How To Remove Custom IProperty With ILogic

Aug 12, 2013

I am migrating our old Inventor data to our new system. I will do an ilogic script for that. 

I know how to add custom iProperties with iLogic but how can I remove them? Is it possible with iLogic? I would like to clean out all old iProperties that we don't need anymore.

View 2 Replies View Related







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