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
ADVERTISEMENT
Mar 21, 2013
Where do I find the "Allow custom values" option for a multi list parameter expression?
View 2 Replies
View Related
Jun 10, 2013
Is it possible to search & find where a dimension listed in the parameters dialog occurs in a part model ( in which sketch for example)?
Inventor Suite 2013 Ultimate
View 1 Replies
View Related
Dec 22, 2011
I can't remember when I first saw the recently-opened-document-list in which you can preview the documents; you hover your mouse above one of the documents listed there, a preview of the document pops up, and if you wait a second longer, underneath the preview some dates are displayed (modified date, Version info etc.). For as long I CAN remember, these dates have always been set to 1-1-0001 0:00:00, see picture below. I hoped that the release of Inventor 2011 solved this issue, but after installing Inventor 2012 this year, this issue has still not been solved. Is this an Inventor issue, or is it Microsofts responsibility?
Product Design Suite 2014
Inventor 2014, Vault 2014
HP Workstation Z220
Intel Xeon 3.4GHz
16GB RAM
Nvidia Quadro 4000
Windows 7 Professional (64bit)
View 1 Replies
View Related
Aug 22, 2013
Why do the two User Parameters in the picture return different Nominal Values? Apron_Length equation is 36" so why does "Slats" Nominal Value come out as 26?
View 1 Replies
View Related
Oct 29, 2012
Macro for writing the sheetmetal Extents width and length to the custom properties. I need to get these values into the part parameters so that they can be used in the BOM.
I can get this to work if I manually create the "SM_Length" user parameter, but how do I make the iLogic CREATE the parameters if they do not already exist? I think it would be something added below the "Catch..." just cant seem to figure out what it needs to be.
'look for custom iproperty and try to set it
Try
iProperties.Value("Custom", sExtLength)=Round(SheetMetal.FlatExtentsLength, iRoundValue)
Parameter("SM_Length")=Round(SheetMetal.FlatExtentsLength,4)
Catch
' assume error means not found and create it
customPropertySet.Add(Round(SheetMetal.FlatExtentsLength,iRoundValue), sExtLength)
EndTry
View 9 Replies
View Related
Nov 22, 2012
I want to reference parameters in an iRule in such a way that the value of parameter A determines the value of parameter b.
In this case i want to reference the dimensional height of a UC beam into a parameter <UC_HEIGHT> and then allow this to determine the value of uc designation size in a parameter <UC_DESIGNATION>
This would be useful because instead of typing the uc designation of a beam into the part description or matl. list i can just reference a parameter.
Is this possible? Iv tried an iRule along the lines of
if parameter (uc height) = xxx.x then parameter (uc designation) = 'custom test'
but get error messages
View 3 Replies
View Related
Nov 20, 2013
I have a Multi-Value Parameter "MV" that I want to populate using a Named Range from an Excel file that is already populating other parameters for the same file.
I currently have the file working by populating "MV" by using the snippet from iLogic below...
MultiValue.List("MV") = GoExcel.CellValues("filename.xls", "Sheet1", "A2", "A10")
The reason I don't like this method is because if ever that range changes... all the iLogic code will have to be updated as well. How to set a Multi-Value Parameter using a Named Range from an Excel file? I assumed the below snippet would work but I am receiving
"Array was not a one-dimensional array." as an error.
MultiValue.List("MV")=GoExcel.NamedRangeValue("Named_Range_Value")
View 4 Replies
View Related
Apr 14, 2009
I set a dimension to a 2dline. The dimension is automatically added to Model Parameters. How can I find , by code, the line which length is driven by the parameter ? Or, starting from the line find the parameter which indicate its length ?
::GetDependents(), nor ::GetDrivenBy(), nor ::GetParent() gives me the answer.
View 7 Replies
View Related
Feb 21, 2013
way to rename a new dimension parameter in sketch with a dialog box directly not having to go to Functions or diemnsion properties.
View 2 Replies
View Related
Jul 10, 2011
I'm using VBA in Inventor 2010. I want to create a macro that adds 3 fields to a part for LRNGTH, WIDTH and THICKNESS, as well as comments and setting the export to be export out. My program is below and works well. However i would like to end the macro with the parameter dialog box open. What code do i need to do this?
Sub AddBomFields()
'adds LENGTH, WIDTH and THICKNESS user parameters to part
Dim oPartDoc As PartDocument
[Code]....
View 8 Replies
View Related
Nov 20, 2013
in iParts factory I would like to create part ## by setting common name and adding to it different values drawn from part parameters.
Please refer to attached image – common name in that example would be “DRILL” and description of the diameter and length automatically taken from parameters in columns “DRILL_D” & “INSERT_L”.
View 3 Replies
View Related
Sep 18, 2012
When you create a new Frame Generator assembly, you have a dialog box with Frame name, Path to frame file, Skeleton name, path to skeleton file. Inventor propose default values. Is there a way to automatically modify these default values ? For example, instead Inventor propose "New Frame file name = Frame0001.iam", I want a custom calculated file name.
View 9 Replies
View Related
Sep 16, 2012
Why does this message appear? Is there a setting that is turned "on" that should be swtiched "off"?It occurs under Editing Dimension and Parameters.
View 1 Replies
View Related
Sep 6, 2013
I'm using Inventor 2013. I created an assembly where I did a lot of top down modeling (meaning components in the assembly were created in the assembly. All but a handful of the components are adaptive to other components). When I went to make my drawings for having the components made, I started noticing that some of the dimension values were wrong. I could go into the model and verify the features, but when dimensioning on the drawing it would not match. Furthermore, this didn't occur on every dimmension on the drawing. Not even half of them were incorrect, but it only takes one to really mess up a part.
I've attached a screen shot of what I'm seeing. The 15.2 and 5 dimmension are correct, but obviously those don't add up to 31.37. I know I can manually override this dimmension, but only if I know to do it. I tried to do a drawing of another part in the same assembly and eventually found a similar problem.
Finally, I created a step file of the 1st part (to strip away the adaptivity) and when I created the drawing again, the problem went away.
My question is, is there something I did in the assembly / creation process that would have caused this?
View 4 Replies
View Related
Aug 6, 2013
I'm having problems with the parameter menu. When I don't have a user parameter linked to a dimension in the model the parameter disappears out of the parameter menu.
View 2 Replies
View Related
Mar 8, 2013
know if I can drive the length of a shaft based on two iMates being satisfied? We'll take a driveshaft for example. If, using iMates, I make it connect to the transmission yoke and to the axle yoke, can the Length parameter automatically be changed so it fits?
View 9 Replies
View Related
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
View Related
Jan 21, 2013
I have the following rule:
If OD=900 mm And Filter_Type = "Aerob" ThenMultiValue.SetList("FilterSize", 0.2, 0.3, 0.4, 0.5, 2.2, 2.3, 2.4, 2.5)End IfIf OD=900 mm And Filter_Type = "Donaldson DLM" ThenMultiValue.SetList("FilterSize", V3/7S, V4/7S, V8/7S)End If
For first condition everything is ok. But when the second one is valid it gives error:
Conversion from string "V3/7" to type 'Double' is not valid.
Maybe I should add that the parameter "FilterSize" was made as Text and multi-value.
AIP 2014
Windows 7 x64
Dell Precision T7400 Intel(R) Xeon(R) CPU X5472 @ 3.00GHz (4 CPU's), 8Gb RAM, NVIDIA Quadro FX 5600 1536MB GDDR3
View 2 Replies
View Related
Oct 26, 2011
Is there a way in iLogic to set the input list box width?
View 7 Replies
View Related
Apr 3, 2013
I tried to match the dimensions of the already existing product with new dimension through fx parameters(using link excel sheet), while conversion all the dimensions are changed except taper value (By default it comes with inch instead of degrees) It can be changed by adding user parameter but i want it to consider from excel sheet data itself. Is it possible? For reference i have attached the snap shots
View 1 Replies
View Related
Nov 13, 2013
Any program that allows you to trace a parameter or dimension throughout the entire data set, showing what files it's used in and maybe even gives a family tree of embeds?
Same for tracing ipt and iam files in the entire data set.
View 6 Replies
View Related
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
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
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
Jan 27, 2012
I am currently endeavoring to translate some (very) old print drawings of standard geometry used by my company to electronic format with Inventor. Many of these standards include a matrix of certain dimensions (noted by a letter variable on the drawing, such as "A") and what their values should be, given the required size of the geometry's main feature, like the cross section of an o-ring that is supposed to go with it. Is it possible to build such variable/multiple value dimensions in Inventor and have a corresponding matrix printed on the drawing with it?
View 1 Replies
View Related
Jun 14, 2006
Way to round decimal dimension values to the nearest 1/16"? For instance, 43.0599 would display as 43.0625 (On a drawing). Tried playing with tolerances, but thought it would be better addressed as customization.
View 2 Replies
View Related
Aug 15, 2012
I am trying setup a default part list for my company in Inventor, where I am stuck at is I wish to lock the width of the columns so on all our drawings the part list is the same width, I have assigned each column its own width and when I bring it in to the drawing it's the correct size but I am able to drag the edges, and change its size, I want to lock it so if you try you cant
am I missing something obvious in the menus? Or is this a limitation with inventor.
I am using the latest version of Inventor 2013
View 5 Replies
View Related
Jun 11, 2013
I found the following code on Curtis Waguespack site. [URL] ........
View 3 Replies
View Related
Jan 18, 2012
What is the data type for the second parameter of retrieve dimension method? Coz it's optional parameter.Retrieve(ViewOrSketch as Object, [DimensionToRetrieve]) as GeneralDimensionEnurator
We've tried to put the parameter name of the model as parameter but error had occured "DATA TYPE MISMATCH".Here's our
Call osheetDetail.DrawingDimensions.GeneralDimensions.Retrieve_(oTopView,oModel.ComponentDefinition.Parameters.Item(10).Name)
View 2 Replies
View Related
Jun 3, 2013
The drop down arrow and check mark have disappeared from my Edit Dimension Dialog Box. What are the setting to turn those back on?
View 4 Replies
View Related