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


ADVERTISEMENT

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 :: 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 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 :: Size Of Dimension Text In Sketch?

Sep 3, 2012

Is there any way to change the size of dimension text in sketch? My students cannot see the dimension when I demonstrate the sketch.

View 9 Replies View Related

AutoCAD Inventor :: How To Reduce The Border Text Size

Dec 2, 2012

I wanna to reduce the text size in border or guide me to create own border creation. Explain through photos or give me a step by step procedure so that i can understand easily because i am new to inventor.

View 1 Replies View Related

AutoCAD Inventor :: Changing Dimension Text Size

Nov 25, 2011

I have been working on some spec sheets and, ideally, would like the text size larger to improve readability. When creating text, changing the size is as easy as editing the text and changing the size. With a dimension, however, that method doesn't work. Is there an easy way to change a dimension's text size without having to make a change in the styles??

View 2 Replies View Related

AutoCAD Inventor :: Changing Dimension Text Size Of Any 2D Or 3D Sketch?

Feb 29, 2012

I am having trouble changing the dimension text size of any 2d or 3d sketch..

the default has changed for some reason (i might have accidentally changed it while looking for something the other day) but i need to know how to change it back.. I can't do anything without a dimension getting in the way!

View 2 Replies View Related

AutoCAD Inventor :: Changing Dimension Text Size In IDW 2D Drawing?

Feb 13, 2013

How do you change the dimension text size in an .idw 2D drawing? The dimension text and arrowhead size is too small and I would like to make it sligthly larger.

View 3 Replies View Related

AutoCAD Inventor :: 2011 - Increase Text Size In Sketch Mode?

Oct 27, 2011

How do I increase the size of the text of dimensions in sketch mode.

View 4 Replies View Related

AutoCAD Inventor :: Title Block Text Size Change Does Not Work

Mar 20, 2013

I have tried to change the size of the text in the title block and in other places within a drawing, but the changes are ignored. They always come back to Tahoma 0.120"

Is this a bug in the program?

Inventor 2013 with the latest service packs, etc.

I really need to make some changes to the title block and making the text smaller is one of them.

View 3 Replies View Related

AutoCAD Inventor :: Text Size In Dimensions Of Sketch Small In 2012?

Sep 21, 2011

See video.  What can I do about that?

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 Inventor :: Change Text Size Of A TextBox Object In A Part Document Sketch

Oct 3, 2008

This code works with no errors but does not change the text size. A user can over ride the text size (Font size) so I'm hoping it is possible thru code.

Dim oSketch As Inventor.Sketch
Set oSketch = oPartDoc.ComponentDefinition.Sketches("Sketch1")
Dim oText As Inventor.TextBox
Set oText = oSketch.TextBoxes.AddByRectangle(pnt1, pnt2)
oText.Style.FontSize = 0.1

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







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