AutoCAD Inventor :: Round Decimal Dimension Values To Nearest 1/16"?
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
ADVERTISEMENT
Dec 9, 2011
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 7 Replies
View Related
Aug 7, 2012
Is there some super secret option for making fractions in the drawing environment round up to the nearest, for example, 1/16th? There has to be, there just has to be.
IV2012
Windows XP SP3 32-bit
Intel Core 2 Duo 6400 @ 2.13 GHz
Nvidia Quadro FX 3450/4000 SDI 256MB Vram
2 GB Ram
160GB HDD
View 4 Replies
View Related
Sep 5, 2012
Why does the Round() function require that the number of decimal places be either a number or an object if you want to use a variable? It seems that a Single should work here, but iLogic won't accept it.
See sample code below which is rounding off dimension values. If I dim the variable "somenumber" as Single or Double, I get this error message from the Round() function: "Overload resolution failed because no accessible 'Round' can be called without a narrowing conversion."
When I dim "somenumber" as an object it works, but this seems unnecessary when all it is storing is a single digit number. Why wouldn't Single or Double work for this variable?
Here's the code snippet:
'Dim Current Sketch & Count Constraints
Dim oSketch As Sketch = ThisApplication.ActiveEditObject
Dim oDimCount As Single = oSketch.DimensionConstraints.Count
[Code]....
View 3 Replies
View Related
Nov 22, 2011
I know of DIMRND, but how is it possible make acad round dimensions UP (within a specified value) instead of to the nearest?
(This could be very handy to make various lengths of wooden baseboards and other mountings fit to machine cabinet standard lengths. I'd like to keep all the work in acad, and avoid ms-excel.)
View 2 Replies
View Related
Feb 23, 2012
I am looking for a way to get my dimensions to round up instead of to the nearest.
For example... when I have one line that is 11-15/32" and one that is 11-17/32" and I need them to round up to the nearest 1/4". I want it to round up, showing 11-1/2" and 11-3/4" but instead i get 11-1/2" for both.
View 1 Replies
View Related
Aug 21, 2012
I have a roadway alignment and it is ending on 4+50.86, we simply want the alignment end to read on 4+51. is it possible to make this happen?
View 4 Replies
View Related
Aug 15, 2011
I'm trying to create an accurate door schedule. I have curtain wall doors but on the schedule it rounds them to 1/16" How can I round the dimensions in the schedule to the nearest inch instead?
View 3 Replies
View Related
Jun 6, 2012
In Illustrator CS6, Strokes are automaticly rounding to the nearest whole point size, and shapes I place in a given location are snapping to a grid that I can't seem to find anywhere. All my snaps are turned off, as well as "allign to pixel grid", and I can't seem to find anything in preferences or the transform or object panes that would affect these things. How do I disable both things?
View 5 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
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
Dec 4, 2013
Is it possible to automate the rounding of font sizes if they are in decimal form? I have a few thousand files I have to prepare for upload and they can't have font sizes such as 8.214 which several do. With AppleScript would it be possible to identify and then round up or down such font sizes?
View 2 Replies
View Related
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
Jul 31, 2013
Is it possible, when I dimension, to have decimals in apex?
View 7 Replies
View Related
Jan 17, 2013
My professor wants all of our dimensions to have 2 decimals places except for a few that he wants to have 3 decimal places. How do I change those few to have 3 places while everything else has 2?
View 1 Replies
View Related
Oct 31, 2012
Is there any way when I am dimensioning something to make it read feet and decimals of a foot for instance.
Instead of it reading 5’-6 9/16” it would read 5.546875’?
I tried a few different things on the dimension style and I can get it to read out in decimal inches (it would be 66.5625” with the example givin) but not feet.
The reason I need it is for a program that we run where we must enter the measurement in decimal feet
View 5 Replies
View Related
Nov 9, 2013
I am creating an image of 150mm x 100mm at 300dpi but photoshop keeps adding decimal points like 150.02 when i change the image from the original size, is it something I am doing wrong or a known bug? You would expect that when you change an image to 150 x 100mm it would stay at that size and not be added to.
View 2 Replies
View Related
May 21, 2013
Any good way to convert decimal values to fractions for use in inch measurements? I have a script that works great but it returns values like 5.5638 and I'd rather it return the closest fraction answer like 5 9/16. 1/16ths would be great, but I'd settle for 1/8ths.
I started trying to come up with a large if with lots of > and < conditions, but it might be better not to reinvent the wheel.
View 13 Replies
View Related
Aug 10, 2012
I was told by a customer that he has AutoCAD 2D but that their platform also contains supplementary information regarding the "third dimension", for places, objects, etc ...
If this seems possible to you with AutoCAD 2D, I am wondering where all these data could be accessible for transfering the DWG, including the 3rd dim data, to external platforms ? (in our case 3D virtual worlds) ?
View 3 Replies
View Related
Oct 8, 2010
I have a complete gearbox drawing from a previous work and I would like to use it again but with different dimensions.
If I edit the dimensions and enter different values its not enough because when I hit the inquiry tab and dimension, obviously it will be the old measure value.
My question would be how to change the whole drawing to a new dimension values? I think there is no need to redone the whole gearbox again with new dimensions. My drawing is in metric (millimeters).
View 9 Replies
View Related
Aug 2, 2012
Is there an expression that will allow a parameter value to be rounded down to nearest 0.125.
Inventor 2011/2012
View 1 Replies
View Related
Mar 14, 2012
One of the users on mCADForums discovered this bug.
"I have a value of 3516.41mm and I want to round it to the nearest whole number.
I have tried to use the round command and it seems to round up to the nearest 10 so 3516.41mm would round up to 3520mm. So how do I get would I go about rounding to the nearest whole number?"
I suspect this is due to Inventor's internal units being cm. However as we specific "a" to be in mm and "b" to be in mm this should not be happening.
View 1 Replies
View Related
May 3, 2012
When I save to acad my Dia dimensions are changing to a 4 place decimal. My radius dims stay the same.
INV 2009 SP 2.
View 1 Replies
View Related
Nov 14, 2011
Is there a way that i can Double Dimensioning? as to have one dimension in decimal and one in fraction all in the same dimension line?
Im using 2011 RS
View 1 Replies
View Related
Jul 18, 2012
Is there a way to set the decimal place for the columns in Autodesk Inventor 2011? I have a length column I am trying to use for the p/n but I need it to be 2 places and they show up from zero to 4 dec places. I have set it inside excel but it never retains the setting.
View 9 Replies
View Related
Dec 2, 2011
How to change the G_L parameter from decimal to fraction (1/16)? I've attached some screenshots.
View 9 Replies
View Related
Aug 8, 2012
I found out that if you have a dimension that is keyed you cannot use the custom property format in the fx. so how do I get ilogic to convert to fractions rounded to a 32nd.
When I put this (see below) in my code it changes my custom iproperty to a yes-no
fractionString = RoundToFraction(Dim_F, 1/32, RoundingMethod.Round)
Here is my code that drives my table in a drawing but the dimensions come as decimal and I need fractions.
If Hole_F_Type = "NONE" TheniProperties.Value("Custom", "F")= "-"ElseIf Hole_F_Type = "2-Hole" TheniProperties.Value("Custom", "F")= Parameter("Dim_F")ElseIf Hole_F_Type = "S1" TheniProperties.Value("Custom", "F")= "S1"& "-" & Parameter("Dim_F")ElseIf Hole_F_Type = "S2" TheniProperties.Value("Custom", "F")= "S2"& "-" & Parameter("Dim_F")ElseIf Hole_F_Type = "S3" TheniProperties.Value("Custom", "F")= "S3"& "-" & Parameter("Dim_F")End If
View 1 Replies
View Related
Sep 21, 2011
I have had a problem with retrieved dimensions decimal precision. I set the precision to 1 decimal place in the ipt but when I retrive the dimension it set the precision to 3 decimal places. I then go to the precision control in the drawing and change it to 1 decimal place.
If I then go back to the ipt and edit the dim, the drawing precision then jumps back to 3 decimal places. (This is particular to the decimal precision for the tolerance of a dimension). How to sort this out?
View 1 Replies
View Related
Aug 31, 2011
How do change the decimal separator from point to comma(in model and FX-parameter)
View 1 Replies
View Related
Dec 28, 2011
At our plant we try to place all the parts for an assembly on one drawing. i am now working on an assembly with most of the components being fabricated in the shop and using fractional dimensions. However there are a couple of parts that will be machined and should be dimensioned with decimals. When I select a dimension and attempt to alter it it changes the dimension style of the entire drawing. Is there a method of changing only the desired dimensions and not all of them? I could use dual dimensioning and maybe hide the undesired set but I don't know if that would work either.
View 3 Replies
View Related
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