AutoCAD Inventor :: Setting To Specify Predict Offset Number Of Decimal Places?

Sep 13, 2013

I have a couple of strange angles and moving parts going on in an assembly.  there is 1 constraint i am happy for inventor to predict the offset for.  the problem is I am using other constraints i later want to bin, to pin it in position then try to apply this constraint.  it looks like the predict offset tick box only measures to 3 dp, so as soon as i apply this constraint my model goes sick.  I have to take a measurment and copy and place the measurment with all dp's into the constraint to make it work.  

Is there a setting to specify the predict offset number of decimal places?

View 4 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: How To Change Number Of Decimal Places Of Elevation Of Points

Mar 15, 2012

How to change the number of decimal places of the elevation of  points?

as the points are labeled with their elevations, I couldn’t find how the number of the decimal places of the elevation be chosen. In this case, I wanted to let the number of the decimal places to be zero.

How to set the number of the decimal places to be zero or 1, for example? how to sepcify it height (size)?

Screenshot below.

View 6 Replies View Related

AutoCAD Inventor :: Setting Decimal Precision For Text Derived From Number

Jul 14, 2012

I'm using ilogic to automatically build standardized descriptions that are linked to a field in our PDM system for future searches.  The problem is that the variable "Length" (shown below) can sometimes be a whole number so it drops the trailing zeros and I want it to always be a two decimal value.  

Formula:

iProperties.Value("Custom", "2ND_SUBTITLE")=CStr(ID)+" ID x "+CStr(OD)+" OD "+CStr(Round(Length, 2))+" LG"

Computed String Value

2.701 ID x 3.253 OD x 8 LG

View 1 Replies View Related

AutoCAD Civil 3D :: Unable To Change Number Of Decimal Places In Elevation Label

May 7, 2012

The defaul label style for the Elevation of points is set to 3 decimal places. We are trying to change the elevation display to 2 decimal places. We have tried the directions in the following discussion: [URL].......

Which is:

Toolspace

->Settings
-->Drawing name
--->Edit Drawing Settings
---->Ambient Settings
----->Elevation
------>Precision -> We modify from 3 to 2 decimal places.

It does not modify the display settings.

Also:

Toolspace

->Settings
-->Drawing
--->Point
---->Label Styles
----->(right-click) Edit label styles
------>Layout
------->Text
-------->Contents
--------->click on the "..." (three points) button

(Open "Text Component Editor - Contents"

--------->Select Point Elevation in the driop down list.
---------->Precision: Set to 0.01
------------>Ok, Apply, etc...

This does not seem to work either.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: ANGTOS Return Accurate Result For Number If Decimal Places Requested

Jan 5, 2012

I work with ANGTOS and ANGTOF quite a bit.  I'm working with latitude and longitude conversions in MAP 3D for an application where accuracy is top priority.  Most of the time ANGTOS (and RTOS, for that matter) return an accurate result for the number if decimal places requested, but then I run into a situation like this:

Command:
(angtos (angtof "120.0") 1 16)
"119d59'59.999999999949""

I got it to return properly by specifying only 13 decimal places, but the result makes conversion between coordinate systems inaccurate.

View 1 Replies View Related

AutoCAD Inventor :: Why Does Round() Require Object For Decimal Places

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

AutoCAD 2010 :: ID Command Decimal Places

Mar 12, 2013

I am running AutoCAD Map 3D 2011. When i use the ID command to acquire x,y coordinates by snapping to an object, it gives me only one decimal place. When i do the command out in space, it gives me 4 decimal spaces. I need to get at least two decimal places while snapping to objects. Examples below:

id command (out in space, not using osnap)

X = 4006431.3366     Y = 359556.5635

id command (snapping to entity)

X = 4006252.3000     Y = 360712.5000

by the way, my units precision is set to .00 and it doesnt seem to make any difference with the id command.

View 4 Replies View Related

AutoCAD Civil 3D :: How To Get Four Decimal Places Back

Sep 26, 2012

I have used stringer connect in the past and it seemed that my traverse shots (which went to four decimal places 0.0000) that were in my raw file were converted to a fbk file and it held the decimal places.  Now when I use it, the program rounds my shots to three decimal places (0.000) which changes the locations just slightly.  I don't think I changed any settings deliberately.  How can I get my four decimal places back?

View 3 Replies View Related

AutoCad 2D :: Changing Dimension Decimal Places?

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

Illustrator :: Change Decimal Places Default?

Mar 20, 2013

I'm wondering if it's possible to change the decimal place accuracy to default to only rounded numbers i.e. 1mm instead of 1.325. I want EVERYTHING to snap to the nearest mm (Axis, Dimensions etc.) rather than 1.233 for example.
 
Yes, I can manually type into the dims / axis boxes everytime but thats a chore.

View 3 Replies View Related

Illustrator :: Print Scale Percentage - More Than 2 Decimal Places?

Jan 2, 2013

Illustrator CS6
 
I want to know if it is possible to get more than 2 decimal places in the Print Scale Percentage option box (as shown below)?

It seems to round to 2 and I would like to get at least 3 for better accuracy.

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: Centering And Measurements Past 6 Decimal Places?

Apr 8, 2012

I was trying to use the guides to make a triangle and everything was fine until I used a third guide on one of the triangles points (2 guides; 1 at 90 degrees and 1 at 60 degrees). When I used the dimension tool on it to measure from the bottom of the page to that point, the measurement did not match the numbers in the 90 degree guide's info. It was like .0000007 or .00000007 inches off. I know that's not much but I really needed precision for my particular drawing and I dont know how to get more accurate measurements with the program rounding to the nearest  6th decimal place (the highest setting on drawing precision). If it says it's centered in the intersection, then why do I see a tiny micro right triangle when I zoom in?

View 2 Replies View Related

AutoCAD Inventor :: Thickening / Offset Of A Large Number Of Faces?

Nov 7, 2013

I have an STL (mesh file) file that I converted into DXF file, and then imported into Inventor.

The file contains a surface (meshed) I would like to create a thickness for each face. Since, the number of faces is very large, I cannot do it manually, is there an option/ trick to select them all, or perhaps a different way to create a thickness to the meshed surface. 

View 9 Replies View Related

3ds Max :: How To Return Number After Decimal Only

Oct 12, 2013

Question.

I have a number like 4534.3245
If I say
4534.3245 as Integer
I get 4534  thats fine.

Is there an easy way in maxscript to return the number after the decimal only no matter what it is? like saying: 4534.3245 as fraction returns .3245?

With the numbers I am dealing with the integer part could be any size and fraction decimal section could be any size so I am hoping for a general rule or method for getting that after decimal number.

when I try things like formattedprint there is a rounding off happening changing it to .3245 to .3247 and more digits added etc but I dont want all that because it is changing the value of the number before I have even done anything with it. Maybe their is a formattedprint method but I am not seeing it.

View 1 Replies View Related

Illustrator :: Contract A Path With Offset - Entering A Negative Number?

Jun 22, 2013

I have a path that turned out to be a litt ethicker than it needs to be.
 
I see that I can expand a path with Offset Path. I have read online that you can contract a path by entering a negative number, but when I try that, it ignores the minus sign and expends the path instead.
 
Is there some other way to contract the path?

View 5 Replies View Related

AutoCAD Inventor :: Bend A Cylinder At Several Places

Dec 27, 2012

I want to do a simple bend of a cylinder. That is, I have made a 40inch length and want to bend it at several places. 

I keep finding a reference to bend part but the tool does not exist in Inventor. 

View 3 Replies View Related

AutoCAD Inventor :: Assembly Constrained To Three Places On Along A Bar

Dec 28, 2012

I need to have one assembly constrained to three places on along a bar. Should I ( and how would I?) open another assembly drawing, insert said bar and some how  insert those three assemblies into the drawing?

View 7 Replies View Related

AutoCAD Inventor :: How To Create Machine That Places Glue Along A Path

Dec 10, 2013

I've been trying to construct a machine that places glue along a path. Check out the animation and you'll understand what I'm saying

View 9 Replies View Related

AutoCAD Inventor :: DIA Dimensions Changing To Decimal

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

AutoCAD Inventor :: Dimensioning - Decimal / Fraction

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

AutoCAD Inventor :: Set Decimal Place For Columns

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

AutoCAD Inventor :: How To Change G_L Parameter From Decimal To Fraction

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

AutoCAD Inventor :: Covert Decimal To Fractions In ILogic?

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

AutoCAD Inventor :: Decimal Precision For Retrieved Dimensions

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

AutoCAD Inventor :: How To Change Decimal Separator In Fx Parameters

Aug 31, 2011

How do change the decimal separator from point to comma(in model and FX-parameter)

View 1 Replies View Related

AutoCAD Inventor :: Using Decimal And Fractional Dimensions On Same Sheet

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

Revit :: New Project File - Setting That Controls Next Available Room Number

Jun 28, 2013

We were updating the wall finish schedule in our template.  Now using the template, if we create a new room, it's number is 3.  Where is the setting that controls what the next available room number is?

View 2 Replies View Related

AutoCAD Inventor :: Balloon Quantity (length) To 3 Decimal Place

Nov 18, 2011

I have a piece of steel from the content centre 165mm long. The balloon (stacked format) quantity reads 165.000mm. I've had to format the parts list to get rid of the decimal places but I can't find a way of getting rid of them in the balloon. Any format setting somewhere?

View 4 Replies View Related

AutoCAD Inventor :: ILogic Inputbox / Only Decimal Value With Comma Not With A Point

May 14, 2012

I did, a couple of months ago, a part with a rule containing some input boxes. It worked without a bug and set it as a specific template, on Inventor 2012.

I tried to reuse it as a template without changing its rule on Inventor 2013. When the input box pops out and ask the value it needs, if I type "0.2" it says that "string's conversion "0.2" in a 'double' type isn't valid". But if I type "0,2" I have absolutely no problems.

Work on widows 7

Autodesk design suite premium 2013 french.

View 7 Replies View Related

AutoCAD Inventor :: Rounding Decimal Dimensions To Nearest Fraction

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

AutoCAD Inventor :: Bend Angle Macro Decimal Point (VBA)

Dec 11, 2013

I have a short macro to add the compliment angle to all the bend angles on an Inventor 2014 drawing. I want it to always show one decimal point on the compliment angle, but if that would be '0' then it doesn't show it. I.e. in the attached picture I want it to be 58.0 (122.0) DOWN. 

Sub Test()
    Dim oDoc As DrawingDocument
    Set oDoc = ThisApplication.ActiveDocument
        Dim oView As DrawingView
    Set oView = oDoc.ActiveSheet.DrawingViews(1)
        Dim oNewDimStyle As DimensionStyle
    Set oNewDimStyle = oDoc.StylesManager.DimensionStyles.Item("RASOR")

[code]....

View 6 Replies View Related







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