AutoCAD Inventor :: Parameter In IDW Text (Units?)

Nov 29, 2012

I have a model in imperial units with the parameter: Pin_Dia = 7mm.Now I'd like to use this parameter in a text field on a drawing, but its value will only display in inches.

(I don't know if it's called a field in Inventor, at least that's what the equivalent feature is called in AutoCAD.)I managed to fake it by creating a new parameter in inches: Pin_Dia_Metric = Pin_Dia * ( 1 ul / 1 mm ).

Now this shows up in the text dialog box as "7.0 ul."  It still displays correctly, since the text field only shows the numerical value, but I really don't want to clutter up my Parameters list with a bunch of duplicated values for metric conversions.

Is there a way to change the units for just this one text field?-Using Autodesk Inventor Professional 2012

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: Parameter Units / Conversion

Aug 3, 2012

It seems that parameters can not mix units. You can not use in or ul in a deg parameter. I want to roll a cylinder using a contour roll but I want the cylinder to have about an 1/8 gap at the seam no matter what the diameter of the cylinder is. So in order to calculate the calculated rolled angle I need to use "360-((0.125/CYLINDER_DIAMETER)/0.017453292)". I can not seem to get this equation in the parameter value because it has mixed units or in the multi-value custom equation. I can make another parameter that is ul and have it calculate it but I can not feed this value back to the contour roll parameter. I assume that the calulated parameter is ul and the contour roll parameter is deg.

View 2 Replies View Related

AutoCAD Inventor :: Derive A Text Parameter?

Aug 11, 2010

Is there anyway to derive a text parameter? It's nice that 2011 gives you the ability to create text parameters but why don't they allow you to derive it to another part? What about deriving iProperties?

Using Inventor 2013

View 6 Replies View Related

AutoCAD Inventor :: Why Text Size Not A Parameter

Mar 28, 2013

I have been diving into the world of iParts, iLogic and iLogic Forms and have found them to be very useful! However, I am shocked to see that Text Height is NOT a parameter. The parts I am creating have embossed text.  The size of parts range significantly so the size in text must also change. In making a Form, I would like the Text height to change based on the part being created. (ie if the part thickness is 1.5", I would like the text height to be 1" (Text Height = 66% of Part Thickness).  I was about to create a simple iLogic rule to accomplish this when I noticed that Text Height (from the sketch) is nowhere to be found. 

View 4 Replies View Related

AutoCAD Inventor :: How To Add User Parameter (Text Value)

Jun 10, 2011

Parameters with a text value, How do I add userParameter? In iLogic 
 
Examples. DoubleValue)

Sub Main()    

Dim oCompDef As PartComponentDefinition
oComDef = ThisApplication.ActiveDocument.ComponentDefinition
Dim oParams As Parameters
oParams = oComDef.Parameters
Dim uParams As UserParameters
uParams = oParams.UserParameters
strVal= uParams.AddByExpression!("strVal", 0.15, "mm")
iLogicVb.UpdateWhenDone = True
End Sub

View 6 Replies View Related

AutoCAD Inventor :: Text Parameter - Equation / Nominal Value

Nov 26, 2012

Is there any way in which the text of a text parameter, which is in the equation column, can be replicated into the nominal value column in the parameters table? I want to reference the value of the parameter in Custom iProperties but it always comes up as blank because it has no value.

I need it to update automatically, e.g not entering the value manually.

View 1 Replies View Related

AutoCAD Inventor :: How To Export Text User Parameter

May 2, 2013

Is there a way to export a text user parameter?

View 8 Replies View Related

AutoCAD Inventor :: User Defined Text Parameter In IPart

Aug 17, 2011

I am trying to make an iPart of a fitting where I can change the "Body type" and it will change all the parameters associated with that body type through iLogic.  Really I am just playing around in iLogic to see if this is something worth learning.  Back to the point, I would like to change a  multi-value user text parameter through the iPart table but I cannot find the paramter in the parameters tab. 

Since it is a user parameter I thought it would be in the "Other" folder but it isn't.  I do however have the other multi-value user number parameter in that folder, which makes me think that maybe I can't use the paramter in the iParts table? 

INV 2012 SP1
Windows 7 64 Bit
ATI FirePro V5800
14.0 GB RAM

View 9 Replies View Related

AutoCAD Inventor :: Can Numeric Parameter Be Formatted In Drawing Text Box

Dec 4, 2011

In an Inventor Drawing (.idw), dimensions are formatted (i.e., as decimal or fractional) based on the style selected for the dimension annotation.  You can also force stacked-fraction formatting of specific numeric text within a text box.

However, text boxes don't seem to offer much control over retreived parameters.  When you insert a value from the parameter table into your text box or leader text, the retrieved parameter always gets pulled in as a decimal number regardless of how it was formatted in the part's parameters table.   

Are there any formatting functions that can be used within a text box or leader text to force fractional formatting for a retrieved parameter embedded within that text?

View 6 Replies View Related

AutoCAD Inventor :: Export Multi Value Text User Parameter

Aug 26, 2010

I created a sketch that I would like to use in an iFeature.  The sketch dimensions are controlled with an ilogic rule referencing a multi value text user parameter, eg the text parameter pull down menu controls the size of the part.

Is there an easy way to get this parameter into an ifeature or derived part?

View 4 Replies View Related

AutoCAD Inventor :: Model Parameter Text In Custom Symbol

Jun 27, 2012

Just installed 2013 Pro x64 and I'm doing a little testing. Using Tube and Pipe, I created a few mock pipe runs which are named according to a unique line number. When clicking on the Iproperties of any of these pipe runs, I can see that the value of model parameter "Part Number" now includes the name of the top level assembly and the line number, which is the name I assigned to the pipe run when I created it (see Fig 1 attached). Then in IDW I created a user defined symbol which contains text that I have directed to extract value of "part number" from the model properties, and fill in my symbol with that value (see Fig 2). The problem is, when I tag the pipe run with my custom symbol, the value in the symbol remains blank, instead of giving me the value of "part number".  WHAT am I missing??

View 3 Replies View Related

AutoCAD Inventor :: Change Length Of Geometry By Text Parameter?

Mar 15, 2013

I need to change the length of geometry by a text parameter.How to do this?

I tried this:

If widthselection="420" Then
Parameter(d11)=725mm
Parameter(width)=420mm
ElseIf widthselection="620" Then
Parameter(d11)=1075mm
Parameter(width)=620mm

[code]....

View 2 Replies View Related

AutoCAD Inventor :: User Parameter Driven Text Height - 2012?

May 15, 2012

We are having issues with text height and variations depending on how the text is added.

I am currently adding etching to sheet metal parts by using the user parameters (which are driven by 3rd party source, excel file) and using a cut extrusion -1mm.

We have developed a marco which detects the shape of each letter and adds etching to our sheet metal program manually. We do this to get rid of the double lines when you cut text into a part. Our process is design in Inventor, unfold then convert to DXF 2004, where we import to our SM programming package (Radan).

I have noticed that when using 10mm simplex if the text is driven by parameters and 10 point text is selected the charecter height is 9.9928mm, however if the text is added manually it measures 10mm exactly. Why is this happening? It is probably of no concern to most, but we would need to add extra charecters to our macro to account for the descrepency, and in turn would take the macro longer to run.

When the text is added by user parameters, you can briefly see the 10mm text height flash to 9.99mm when finishing the edit sketch. Changing this to 10mm again has no effect.

what is causing this, or have any alternative ways of adding 10mm simplex single line etching to a dxf from an Inventor 2012 SM part?

View 5 Replies View Related

AutoCAD Inventor :: Export To DWG / Missing (Part Number) Text Parameter

Dec 3, 2012

I'm using the "Part Number" parameter inside a block of text in my drawing, but when I export it to AutoCAD DXF 2010 format, the text in the exported file shows up as "<PART NUMBER>", instead of displaying the actual part number.

-Using Autodesk Inventor Professional 2012

View 2 Replies View Related

AutoCAD Inventor :: IV2012 Sp1 - Delete Unused Parameter Takes 4-5 Seconds Per Parameter

Dec 23, 2011

I have user parameters that are no longer needed and are not being used anywhere.  They each takes 4-5 seconds to delete, prior to 2012 this would happen instantly.

IV2014 SP1 64bit
Dell Precision T7500, Geforce GTX 480, DirectX11 306.97
SpaceExplorer 4.04, 3DxWare 3.12.2
Twin Intel Xeon E5506 2.13GHz, 12GB RAM, Win7 Pro SP1 64bit

View 6 Replies View Related

AutoCAD Inventor :: Convert Model Parameter To Reference Parameter?

Oct 2, 2012

I need to convert a model parameter to a reference parameter thru the API.

I saw this item discussed in the group before, but I cant find the thread.

View 4 Replies View Related

AutoCAD Inventor :: Set Parameter For End Value Of Parameter Animation

Dec 19, 2011

I got a deadline for my project, but I got a big problem:

"I cannot set the "parameter" for the End Value in Parameter Animate dialog"

For easy understand, let's see a example:

1. I got a part which has two parameters named: "A" and "MaxA"
2. I animate Favorited parameter A.
3. The End Value is MaxA_ (Everything is ok)
4. I finish Studio environment, then I change parameter MaxA_ from 200 mm to 400 mm
5. I turn back to Studio environment, the End Value now is "200 mm" (I want this will be MaxA_, so I can animate the flexible parameter). 

show me how to keep the end value will be "MaxA_" after I change parameter? 

View 3 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 :: 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 2D :: Rotating Parameter With Text

Jan 27, 2012

what i have is a section cut that my Mechanical guys use. What i am trying to do is create a dynamic block using the rotate parameter.

Currently i have two rotate parameters. One to rotate the section cut lines around one bit of text. The second parameter is to rotate another bit of text, but this is also selected in the first parameter.

It is almost working... with the exception that when i use the main rotate grip everything rotates around the text i want it to, but the second bit of text rotates 180° the opposite direction.

I have attached a copy of the file.

View 1 Replies View Related

AutoCad :: Dynamic Block - Rotation Parameter And Text

May 25, 2010

Wondering if there was a way to have text maintain a rotation angle of 0 while being included in a rotation parameter. I am wanting the "N" for my North Arrow to follow the direction of the symbol of my viewport tag without the "N" character rotation angle changing with it.

View 9 Replies View Related

AutoCad 2D :: Connect Value Given By Calculated User Parameter To Text

Apr 9, 2012

I'm trying to connect the value given by a calculated User parameter to a text. I've been looking for information everywhere, none found. Is it possible to show that value in a multiline text?

View 1 Replies View Related

AutoCAD Dynamic Blocks :: Passing A Value From The Action Parameter To A User Parameter

Dec 1, 2013

I need to use the dimension created by an action-parameter as a variable in a user defined function but AutoCAD will not allow me (see attached).

How may I access the action-parameter's dimension ?

View 1 Replies View Related

AutoCAD Inventor :: How To Set Default Units To Mm

Sep 10, 2013

Our school rercently updated to Inventor 2014, When working starting a new assembly we seslect the standard mm ipt icon, however as soon as you create a new compont it defaults to inches, we can change the units using styles editor, but this only changes this componont when you create another part it also defaults to inches.

Can you change the setup so that it will always be in mm.

View 5 Replies View Related

AutoCAD Inventor :: Change Units In IDW?

Apr 11, 2013

I created an idw and annotated all the dimensions in default to inches. Is it possible to switch all of the units from inches to mm at one time? If so, how?

View 2 Replies View Related

AutoCad :: Use User Defined Parameter To Drive Action Parameter?

Feb 7, 2012

it is possible to use a user defined parameter to drive a action parameter.

I have several polar and linear stretch actions i would like to drive from one parameter.

View 3 Replies View Related

AutoCAD LT :: Keeping Text Upright When Using Alignment Parameter In Block?

Mar 21, 2013

AutoCAD 2013LT

I have a simple little block that has an alignment parameter so I can pop it on a wall, pointing the way I need. I would like to add a line of text that will keep a rotation of 0deg no matter which way the block goes in. I can do it with bedit after the fact, but can I set the block up to insert correctly to start with? 

View 1 Replies View Related

AutoCAD Inventor :: Units When Importing A Model?

Jun 20, 2013

We are using Inventor 2013 (Windows 7) and am trying to import an assembly created by a third party using AutoCAD. For the sake of this question let's assume the AutoCAD file contains a cube which is 10 x 10 x 10 units. The part should be 10 x 10 x 10 mm in size. We don't use AutoCAD so are unfamiliar with it but it appears to have no specified units, I could be very wrong here!

In Inventor we import the .dwg file and the cube is 10 x 10 x 10 inches in size.We can't figure out if the person who constructed the cube built it too large (reading mm off the drawing but constructing it using inches) or if we have missed something when importing the file into Inventor. We could scale the AutoCAD assemby but this could lead to a small but significant margin for error so we want to understand what is happening first.

View 9 Replies View Related

AutoCAD Inventor :: Parameters Units And Decimals

Aug 15, 2011

Inventor 2010

- I have drawing partslists with parameters that change automaticly
- Based on a main assembly with a customized structured BOM, with information I fetch from the individual parts exported parameters (Ex. =Length <part-length>)
- The main assembly is based on many sub-assemblys
- Based on "Make Component" skeletonmodels
- Based on embedded EXCEL worksheets in where I control my parameter values.

Now the problem expl.:

- Total I have about maybe 50 parts, witch have 15 parameters each, that I need to control this way.
- In every single part I have derived it's parameters from the skeleton part, and exported them.
- On some parameters I don't want to show the units, in most of the parameters I don't want the trial zeros.

So in the individual parts parameter table I choose "Custom Property Format" for the exported parametern in every individual part.

-uncheck "Trailing Zeros" and check  "Apply to existing...", then uncheck "Unit String" for some parameters.

I lot of setup work with 50 parts, 15 parameters each (750 individual parameters).Every time I change a dimension in the embedded EXCEL worksheet, ex. a pipe dimension and thickness, a diameter for a revolved feature and so on, the units go back to it's default values again and I have to do all this parameter setup "Custom Property Format" again.

View 2 Replies View Related

AutoCAD Inventor :: No Units Tab In Document Settings In IDW

Mar 27, 2012

I want to change the default precision shown in my drawing from two decimal places to three. In my .idw file the "Units" tab does not seem to be there. I see Standard, Sketch, Drawing, Sheet. I could change each dimension one by one, but there's got to be an easier way.

View 2 Replies View Related

AutoCAD Inventor :: How To Change Lbmass Units

Aug 17, 2012

My drawing template title block has a section for estimated weight. This value and overall size is used to determine shipping methods of our products. This value is pulled from the Type->Physical Properties-Model and Property->MASS. There is no option to turn off units. When our clients look at the drawing, they often get confused with lbmass unit. example; When someone asks what the weight of the product is, we dont say it is 1300 pound mass, we say it is 1300 pounds. I have looked around all different forums and found no complete answer or solution to this.

The only thing closest to a solution that I found on this forum is to create a rule that creates a custom iproperty within the model. [URL]........ 

You then have to create a text field in your title block that populates from that custom iproperty but can only be done when a base view is inserted from a model that has the custom iproperty rule applied.

From what I have tried, you can create a .ipt template to save you from creating that rule to create a custom iproperty each and every time, but to populate the title block field, a user needs to create that text field and draw from that custom iproperty once the base view is set on the drawing.

I also found a way to incorporate mass without units but the information will be put into the parts list. So instead of the weight being "automatically" entered into the title block after inserting base view, I could create a parts list for every drawing. (Not a good solution) [URL].........

One last solution that I found, is there used to be a tool called iProperty Collection[URL]....... that gave users the ability to customize some Inventor functions. One being the ability to change the unit displayed for MASS. I haven't tried using this tool because the last update off the website stated in 2009; says the software is not compatible with Inventor 2009 64bit, since I am using Inventor 2012 64bit, I think this is a dead end. 

View 9 Replies View Related







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