AutoCAD Inventor :: How To Input Square Root In Dimension

Oct 14, 2013

how to input square root in a dimension.

I have tried sqrt(5)

IV 2014 returns "expected [in] but found [ul^0.500]

M6700, Nvidia K3000M, 32GB, 512 SSD
Win 7 Ultimate 64
Inventor 2014

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Get Dimension To Be Square Root Of 32?

Apr 25, 2012

I want a dimension to be the square root of 32, so I entered:

Sort(32 LU)

Now, the square root of 32=5.656854...

But the dimension I get is 2.227...

So, I try to play with the numbers a little to decipher what Inventor is doing.  If I enter:

Sort(32 LU)*2

I get 11.314...

2.227*2 does not equal 11.314

However, 

(√32)*2=11.313708...

This is the first time I have used equations that are more complicated than basic math.

View 6 Replies View Related

AutoCAD Inventor :: Keyboard Command For Square Root Symbol?

Mar 31, 2006

I'm trying to write a formula for my parameters and I do not know how to represent a square root symbol.

View 9 Replies View Related

AutoCAD LT :: How To Input Text Within Circle / Square Or Triangle

Jun 26, 2012

AutoCAD LT 12 and 11

1.  How can you input text within a circle or square or triangle?  The circle , etc would be just larger then the text within.

2.  How about with leader added pointing to location?

3.  Can this be done using following Macro:

     *^C^Ctext;_mc;;;$M=$(getvar,USERI1);setvar;USERI1;$(+,1,$(getvar,USERI1))

or inputted like underlined text :

     %%uTEXT HERE

View 1 Replies View Related

AutoCAD Inventor :: Input 3D Cartesian Coordinates / Batch Input (x / Y / Z)

Feb 4, 2013

My need is to create up to 50 points from the same origin in a three dimensional Cartesian coordinate system but I’d also like to have a labels for each point that show up in the feature tree.

Are there Inventor 2013 plugin (i.e., add-on, 3rd party, AP) to convert a list 3D Cartesian coordinate  system locations (i.e., points) to Inventor to work points(x, y, z)?

I found that I cannot create 3D points in the assembly.  Is this correct? I did find that an Inventor part may be used to create a 3D sketch that creates points in 3D space.  In the past few days, I  found  two ways to create 3D points within a iPRT; the batch way uses an Excel file but it then does not allow me to name the points in the feature tree.  The second way is to create them one at a time but that take way too much time. 

View 4 Replies View Related

AutoCAD Inventor :: Precise Input Missing Input Fields

Feb 25, 2012

I saw another thread on this, but it went unanswered, so I am going to ask it with some better information.I installed inventor pro 2012, and it was working fine for a few days, but it now is missing the input boxes for the Precise Input window. URL....

View 5 Replies View Related

AutoCAD 2010 :: Dimension Input Prompt

Aug 15, 2011

What or where is the setting to change the dimension value input to automatic rather than accepting the default every time I put a dimension in?  I don't want to be prompted for input.

View 8 Replies View Related

AutoCAD 2013 :: Fillet Dimension Input

Nov 6, 2013

I am used to entering my fillet radius dimensions in the command line with [F]illet, [R]adius, then entering a value.

However with 2014 an extra prompt has been added (or enabled) which would mean the path was [F]illet, [D]imension, [Radius], value. I was getting frustrated with this and tried fiddling with the settings ([F]illet, [S]ettings) but could not sort it, and now when I do go to enter a dimension the only option I am left with is to "Select fillet arc", meaning I have lost the ability to enter a value in the command line. 

How do I regain the ability to enter a numerical value for a radius?

View 3 Replies View Related

AutoCAD Inventor :: Turn Off Derived Body Root In IDW

Jul 22, 2012

Whenever I place a view of a derived part (or an assembly containing derived parts) the body of that from which the part was derived is also displayed, even though when viewing the part or assembly file they are invisible. It is almost as if there is a "ghost" reference to the parent body of the derivation - surely there must be a way to turn this off?

View 3 Replies View Related

AutoCad :: Drawing Showing Square Symbol In Front Of Dimension?

Apr 17, 2013

I have a drawing showing a Square Symbol in front of a dimension. Don't know what it means.

AutoCad2009

View 1 Replies View Related

AutoCAD Inventor :: Cable And Harness - Root Multiple Wires Along Same Path

Jul 30, 2013

Is there a relatively easy way to root multiple wires along the same path, with a predefined distance between them so there's no interference between them? Something similar to the attached picture... or packed even closer together.

I got in a hole lot of trouble to get the result from the picture and I was hoping that there is an easier way... a workaround... something.

Using segments is not an option (only maybe as an intermediary step) but in the end I have to have all the wires as separate entities.

View 4 Replies View Related

AutoCAD Inventor :: How To Convert Normal Dimension To Driven Dimension Through ILogic

May 28, 2013

I have one problem in ilogic "How to convert the normal dimension to driven dimension through ilogic"

View 4 Replies View Related

AutoCAD Inventor :: Make Radius Dimension Diameter Dimension?

Feb 23, 2013

how to make a radius dimension a diameter dimension? I have Inventor Profession 2013.

View 1 Replies View Related

AutoCAD Inventor :: Override A Dimension To Create A Basic Dimension?

Jun 27, 2011

Is there a way to override a dimension and have it shown as a GD&T Basic dimension. I can override a dimension with the text option but not with a box around the letter. It sounds strange to do this but the letter represents a dimension in a chart format that are Basic dimensions.

View 9 Replies View Related

AutoCAD Inventor :: Make Linear Dimension A Diameter Dimension?

Jan 27, 2012

Is there a way to make the linear dimension a diameter dimension?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Diesel Expression - Display Area In Square Feet Not Square Inches?

Feb 16, 2010

How I can update my diesel expression to display the area in square feet not square inches. See expression below.

^C^Cattdia;0;_-insert;AREABLK;1;1;0;$M=$(getvar,AREA);attdia;1

View 9 Replies View Related

AutoCad 2D :: How To Write The Symbol For Root

Aug 5, 2013

As the title says, how do I write the "root" symbol?

View 9 Replies View Related

AutoCad :: Root DWG To Remove Xref Values

Aug 27, 2013

I have been using AutoCAD for some time now. I have always been trying to stay away from X-Refs as I do not understand them fully. But in the current project im running I have to upload a .dwg into a program, but the catch is, the drawing MUST NOT have any X-refs. Now, in the folder structure I have of this drawing consists of about +-10 different .dwg files.

Is there any way I can use the root .dwg to remove the x-ref values, but still have the drawing, to allow me to have the same drawing so I can upload it into my program?

Size does not matter in this scenario.

I ll be hovering the forums for some time

CAD Version : AutoCAD 2013

View 9 Replies View Related

AutoCAD 2010 :: Files In Root Of Recycle Bin?

Oct 12, 2012

if Autocad uses the root of the Recycle Bin ($Recycle.bin) as a temporary staging area for backing up or syncing?  I have found GP4 and DWG files at the root, that are not associated with any user's SID.

View 2 Replies View Related

AutoCAD Inventor :: How To Turn On Dynamic Input

Nov 2, 2012

I can't seem to turn on the dynamic input. I followed the advice to go through Tools-Application Options - Sketch Tab, but then it references a 'Settings' box that doesn't seem to exist (see the attached screen shot). Is there some other option that needs to be turned on?

View 1 Replies View Related

AutoCAD Inventor :: Precise Input Toolbar

Mar 19, 2012

One of my students has moved their precise input toolbar. How do I bring it back?

View 5 Replies View Related

AutoCAD Inventor :: Polar Equation Input

Sep 24, 2012

I need to put in the polar equation r=e^theta. Is this even possible in autodesk? How can I do it? Should I spline through points instead?

View 4 Replies View Related

AutoCAD Inventor :: ILogic Input List Box?

Dec 10, 2012

I have almost got my ilogic part working the way I want it.  I have to go into the parameters and choose from a Multi-Value list.

Is there a way in ilogic to get a input box to come up when I place my part in an assembly (like an ipart)?

View 3 Replies View Related

AutoCAD LT :: How To Get Font To Be Universal / Change It At Root Of Block

Jul 11, 2013

I have a text style I like and it works nicely annotative.  So long as I am in my drawing using my menu I am fine.  When I go to a palette and try to utilize some of the premade blocks it populates another font. How can I get my font to either be universal or change it at the root of the block?

View 9 Replies View Related

GIMP :: Error / Input Map Should Be Same Size As Input Texture Image

Mar 15, 2013

I am UNABLE to follow a tutorial on how to make a repeatable pattern using 'texture transfer' on some fire I want to make into a pattern!!! every time I select the area I want to use and the 'input map' and paste as new image and I tell Resynthesizer to use that image it ALWAYS errors out as "The Input Map Should Be The Same Size As The Input Texture Image" according to the tutorial another person gave me on this forum he said NOTHING about being the same size!!! in fact, his selection was SMALLER than the actual image that he was using Resynthesizer on!!!

View 4 Replies View Related

AutoCAD Inventor :: ILogic Input List Box Width

Oct 26, 2011

Is there a way in iLogic to set the input list box width?

View 7 Replies View Related

AutoCAD Inventor :: How To Show The Precise Input Toolbar

Nov 2, 2013

In V2013 i make a 3D sketch and choose spline. I don't see the precise input toolbar and don't know how to bring it.

View 6 Replies View Related

AutoCAD Inventor :: Precise Input Icon Grayed

Oct 23, 2012

I am using Autodesk Inventor 2013 and for some reason I cannot access the precise input option.  I can find the icon in the draw box, but it is grayed out and not clickable. 

View 9 Replies View Related

AutoCAD Inventor :: Create Square Helix

Dec 20, 2012

what ive been trying to do is make a helix that sweeps around a rectangular prism i was able to make it in solid works but i cant find a way to do it in inventor.

View 9 Replies View Related

AutoCAD Inventor :: Call Out Square In Note?

Jun 11, 2012

What is the proper way to call out  a square in a note?  Do you put size then square symbol or square symbol then size?

View 2 Replies View Related

AutoCAD Dynamic Blocks :: Root Radius - Move And Scale Actions

May 23, 2013

[URL] how to add a dynamic radius, with reference to the Move and scale actions.
 
"1. Set the Radius to Independant and move the center point to the center of the radius"

"2. Add the Scale Action to the Move Action"

"3. You already noticed the angle of the stretches (45, 315) needing to change and the Move multiplier of 1.414"

I am trying to design a column block, but following  the above instructions for the root radius the radius moves when I test the block!

1. "move the center point to the center of the radius" What does this mean. I am selecting a liinear parameter, selecting the mid point of the arc first and then the arc center point.

2. "Add the Scale Action to the Move Action". How do you add the scale action to the move action.

View 9 Replies View Related







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