AutoCAD Inventor :: Display Imperial Dimensions Using Unit String
Apr 7, 2011
I have had a request to display imperial dimensions using a unit string "in." (no quotes). The default Inventor 2011 display does not include the period. Can the default be modified, or a new option added to the list?
View 7 Replies
ADVERTISEMENT
Oct 3, 2011
I've been looking for a solution to remove the unit string ie Lbs, g, kg from the value given from a 'Mass' value in a text string.
As you may all know, creating text and having a 'physical property - mass' value...the unit string is there...
Lots of people on here have the problem...no-one has got a solution.
Until now...
Basically...open the part you need to get the mass property of in your text string.
Follow the instructions on this webpage...this is the first part...
[URL]
Basically, this creates a Mass property value in the parameters table that you can call on as a text parameter.
It's similar to the custom iproperty model - mass but NOT the same.
Once you have done this, you can go to the drawing of the part and create a text string in the drawing and call it up as shown in this procedure. BUT it still has the unit string.
Here's the best bit that you want to know...
To get RID of the unit string...open up the part again from the drawing...click on the parameter icon...find the user parameter...in the Nominal value column, right click on the value and you get a pop-up that gives you 3 options...
Custom Property Format, Make Multi Value & Delete Parameter.
Click on Custom Property Format.
The pop-up window comes up...showing you the property type...in my case...the 4 left columns read Text, g (grams), Format & Precision...
On the right hand side I have a Preview of the text...then 3 check boxes...Units string, Leading Zero's, Trailing Zero's.
Units string is checked.
Uncheck it.
Close it...Save your part...go back to the drawing and hey presto!...the text now shows the weight you require as a straight value...no units!
View 9 Replies
View Related
Aug 24, 2013
I have generated frame that has 100 members in it. Is there a quicker way of changing G_L unit to a mm so that I don't have to go into all 100 parts to change the custom properties? also I do not need unit string to be appear in my BOM.
View 2 Replies
View Related
Feb 14, 2012
tmpApp.UnitsOfMeasure.GetStringFromType(Inventor.UnitsTypeEnum.kCentimeterLengthUnits)
returns "zentimeter"
Is there also a function which returns the unit sign "cm" ?
View 4 Replies
View Related
Nov 16, 2012
i failed to find one which would change string of a text to other for all types of objects. I mean it was usually either only multitext, or only text, dimensions or attributes.creating one which would change in abt 200 drawings:
-001
-002
-003
to:
-00001
-00002
-00003
in attributes, text, multittext, leaders, multileaders, dimensions..... at the same moment?
It is meant to be used in ScriptPro (by loading lisp in script).
If not possible, then can also open each file and run the lisp in each of them - still would save lot of time.
View 4 Replies
View Related
Jul 29, 2012
ilogic for converting dimensions imperial to metric form in sketch, part and assembly level
I have one task in this total models(parts and assemblies) having imperial dimensions but customer wants total dimensions in metric form with rounded value.
mean while all the dimensions directly convert to metric form dimensions are having many decimal places but customer wants ronded value like for example <1.5 is 2 and >1.5 is 1 like this. one more example is 2.56 is 3 and 2.46 is 2 like this.
View 1 Replies
View Related
Apr 23, 2013
Below is a code I managed to scramble together to display the unit used in the drawing template. The units are selected once the drawing is opened based the Standards ANSI and ANSI-mm from the styles library.
The code displays the units used in template as a custom iproperty called "drawingUNITS". This code works great however, I would like it if possible to be more clearer to the shop guys looking at the drawings.
I would the result to be
ANSI = Imperial (or inches) and ANSI-mm = Metric
is there somewhere in the code provided that I can get my desired result?
' To use this rule, create a Text parameter named Standard in the drawing.' Assign it values such as:
' ANSI' ANSI-mmdoc = ThisDoc.DocumentcustomPropertySet = doc.PropertySets.Item("Inventor User Defined Properties") 'Make sure drawingUNITS property existsTry prop = customPropertySet.Item("drawingUNITS")Catch 'Assume error means not found customPropertySet.Add("", "drawingUNITS")End TryDim drawingDoc as DrawingDocument = ThisDoc.DocumentFor Each standardX In [code].......
View 1 Replies
View Related
May 14, 2012
I need converting imperial dimensions into metric in assembly as weell as part level sketches dimensions.
Any solution for converting all imperial dimensions to metric dimensions in whole assembly constraint level and as well as part level sketch dimensions. Any macros or any ilogic rules?
View 1 Replies
View Related
Apr 19, 2012
How do you change the dimension units from default decimal to feet and inches with ACLT 2013?
View 4 Replies
View Related
Nov 15, 2012
I have a customer who wants his drawings in imperial units. (They're American bless 'em). Normally I'd just draft it in millimeters (so no issue with block scaling) and then overwrite the dimensions manually. But just for a laugh I thought I might try doing it in imperial from scratch.
I understand all the scaling and units issues, but exactly how do you enter the required imperial dimensions in the command line? For instance, if I have enabled architectural and inch units at 1/16" precision, do I have to calculate and enter 1'-6-3/16" in decimal inches (ie 18.1875)? or is there some way of entering
Also, is this true of all imperial style options?
What about having two sets of dimensions - i.e. is it possible to draw and dimension something in metric mm then add a second set of dimensions scaled to 1/25.4 in imperial units?
View 4 Replies
View Related
Oct 31, 2011
I'm doing some work for an American company but they don't have any Dim styles & associated text styles for Imperial viewports.
I'm used to working in mm not inches and have all my own dims & text styles set up for mm but none for imperial.
Any template file which has a set of dim styles & text styles already setup for this, saves me a lot of time having to set my own up from scratch!!
I need the text size to be equivalent to 2.5mm high in each scaled vport.
View 5 Replies
View Related
Jul 10, 2013
I am using ObjectArx with C# and I am wondering how to take the dimensions and dimension unit using the ObjectArx SDK. Is there possible way and what is the best approach.
View 1 Replies
View Related
Oct 18, 2011
I am using 2012 and i would like to enter my dimensions in imperial into a metric drawing with autocad doing an automatic conversion. So let's say i write this:
12'-8-1/2"
Autocad has to take it like that into the metric drawing then, he has to convert this to 3873.5 mm. Is there a code i can put into some autocad file to make this software work like that?
View 9 Replies
View Related
Oct 7, 2013
I am trying to display my dimension units in inches but I am having difficulty displaying the (") symbol after the number. e.g. 24" instead of 24 in.
I have my units set to in. and if I check the "unit string" box under Display it only shows (in) after the dimension number. I am using inventor 2013
View 5 Replies
View Related
Oct 24, 2013
I'm currently having a debate within my drafting dept. as to which string of dims is more correct..
View 9 Replies
View Related
Mar 1, 2012
The properties unit of all my Revit's door, wall, windows..etc is millimeter. How do I change it back to inch and feet?It was also strange that when I opened some files, the unit became inch and feet. The units of doors, windows, etc became inch and feet.
However, when I create a new project, the unit becomes millimeter again.
View 2 Replies
View Related
Dec 19, 2011
Is there anyway to create a dimension string and then remove individual dimensions from it, while still keeping it as a contiguous string?
I ask, because in our office we dimension from finish face to finish face. I would like to run a single dimension string, but when I create a face-to-face dimension string it also dimensions the thickness of the walls. I just want to see the room dimensions, not the wall dimensions, but I can't figure out how to remove the wall dimensions while still keeping the others.
Furthermore, if this is possible, can I still use the equality constraint? I don't want to see wall dimensions, but would still like to be able to make all of my rooms equal.
View 3 Replies
View Related
Oct 24, 2012
Untitled-1 copy.jpg
When the modify dimensions box is open, the 'roundoff' menu gives me 1/16", 1/8" etc, even when DECIMAL is selected as the unit format.
This wasn't happening earlier, not sure what's going on. [in fact in a solved problem from earlier, a colleague found a drawing that had units set to millimeters, had its insertion scale set to inches! Different computer, so not related].
View 3 Replies
View Related
Nov 13, 2013
How do you remove singular dimensions from within a string of linear dimensions?
At the moment I cannot delete individual dimensions and am required to delete all dimensions in that string and start again.
View 1 Replies
View Related
Jul 20, 2013
Having drawn this spacer for the tutorial I am following, I decided to add the dimensions. The dimension shown here is 200mm but you wouldn't know that.
Dimensions 20-07-2013 10-25-32 AM.jpg
How do I set the dimensions so I can see the arrowheads and read the text?
View 2 Replies
View Related
May 14, 2012
there's a bug in my file. but
system unit is set to 1cm.
display unit is set to 1mm.
I measure the geometry at the side. its about 6355mm
I put a dummy @ base where I measured it with the tape measure.
I move it up 6000mm and it goes way off.
View 2 Replies
View Related
Jun 28, 2012
I'm trying to add a new unit's type for a specific drawing.
Is there any way to add one with its corresponding calculation parameter?
Under the "Style and Standard Editor" Panel i cannot modify it.
The End result is to display a " Symbol after the first Units instead of the in unit (see enclose picture that i manipulated to display the end desired result).
View 1 Replies
View Related
May 14, 2012
I have one problem like conversion in this project involving things are converting total imperial dimensions in to metric while converting all the dimensions required in single precision like 15/16'' as .9375 mm but he need approximate value like 1 . I have large assembly how to maintain over all dimensions and how to change internal dimensions in simple ways.
View 6 Replies
View Related
Jan 24, 2012
I'm trying to figure out two things that have changed:
1) Lets say i create a polyline, lets say its 15 inches long. I used to be able to click on it and have the length show up in my properties. it no longer does that.
2) Lets say i create a polyline, it's green and has a dot pattern. I decided i wanted to change it to yellow and hidden pattern. I can no longer select the line and change it under the properties, it will change it in properties, but not on my screen. then when i draw a new line it will be yellow and hidden. I end up having to matchprop to make it work.
View 9 Replies
View Related
Jul 25, 2012
How to display the annotations properly. Perhaps this may just be a display or view setting but I beleive I have checked them all at least 3 times =).
Even in the video he explains all the things explained here but does not explain exactly how to make the dims and ext lines notate and display properly, in model or paper view (view port). I have tried many ways to create a view port in paper space and annotation several dimensions. I constantly get different text sizes and ext line scaled differently within the same view port.....even after I have locked it.
I am also confused about notating dims in the model space within the paper space view port vs on the paper space outside of the model space view port? Perhaps this has something to do with my issues?
Again it may be because I don't understand another function/setting impacting this well enough yet?? I have tried/used every variable in the Dimension Style Manager on the Lines, Text and Fit tabs to no avail.
View 6 Replies
View Related
Apr 12, 2013
I downloaded student version Autodesk Inventor 2012 a few month ago. When I start the inventor and go to OPEN, I had the standard options in both inches and millimeters.
BUT someone I work with kind of deleted all my SI unit settings on my computer (thought that we will never use it cuz we are in America...) and now when I want to make something new, i only have Inch options to choose from.
Now I need to make something that is in millimeters, but when I go to File> OPEN, I only have standard options in INCHes....
Should I delete my current Inventor and Download a new one? OR Can I download a folder or file that contains all the SI unit ?
View 1 Replies
View Related
May 30, 2013
I used to add some parts to CC in Inventor and also some profiles. Whenever I create an assembly I want these profiles I made myself to be counted in millimiteres, whereas it is counted in how many pieces of this long profile I used.
I want these custom made profiles to be counted same as standard pipes from CC- in millimiters.
View 2 Replies
View Related
Sep 27, 2012
We have walls constructed out of modular panels, represented by basic rectangles. Rectangles are a standard 16" wide. (length not important) Only when a rectangle is not 16" wide, would we need to show it's width with a dimension.
In multiple blocks I am creating, I need a stretchable rectangle, in which there will be a dimension.
However I do not want the dimension to show up when the rectangle is 16" wide. But I DO want the dimension to show when the rectangle is not 16".
So... When the rectangle is 16" wide, no dimension is displayed. When the rectangle is NOT 16" wide, a dimension is displayed.
pic of three rectangles next to aforementioned stretchable rectangle. When the one on the right is 16" wide I don't want to see a dimension.
View 3 Replies
View Related
Aug 1, 2013
I'm getting a strange error with my iLogic code running parameters in my assembly. When I have one "if....then..." my rule runs fine. Even two statements work. But for some reason when I get to a certain number of statement I get an error: I've attached some sample code and snapshots of my error screens.
If FLANGE_STYLE_BOTTOM = "2in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="6"Parameter("RD FLANGE:1", "BC")="4.75"Parameter("RD FLANGE:1", "HOLE_SIZE")=".75"Parameter("RD FLANGE:1", "NUB_HOLE")="4"Else If FLANGE_STYLE_BOTTOM="3in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="7.5"Parameter("RD FLANGE:1", "BC")="6"Parameter("RD FLANGE:1", "HOLE_SIZE")=".75"Parameter("RD FLANGE:1", "NUB_HOLE")="4"Else If FLANGE_STYLE_BOTTOM="4in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="9"Parameter("RD FLANGE:1", "BC")="7.5"Parameter("RD FLANGE:1", "HOLE_SIZE")=".75"Parameter("RD FLANGE:1", "NUB_HOLE")="8"Else If FLANGE_STYLE_BOTTOM="5in 150 BFV" ThenParameter("RD FLANGE:1", "OD")="10"Parameter("RD FLANGE:1", "BC")="8.5"Parameter("RD FLANGE:1", "HOLE_SIZE")=".875"Parameter("RD FLANGE:1",
[code]...
View 4 Replies
View Related
Mar 18, 2013
I created a couple of Unistrut structural member and published them to the CC.
Once they were in the CC I setup the proper code allowing these members when placed in an assembly to show up as shown in the parts list.
Now sometimes when the member is an odd length it will show up with the decimal places in the part number (i.e. P1001--46.621) This is fine when it comes to the part number showing up as a decimal. In the description we are now wanting to show this in fractional form such that 46.621 in the part number shows up as 46-5/8 in the description.
When I edit the family table for these members, specifically the columns that house this coding, I am not seeing anywhere on how to change this. Does this can be done and if so what the coding is to accomplish this? Without changing the global units of the drawing?
Inventor Suite 2012
Windows 7
View 5 Replies
View Related
Aug 24, 2012
Is there a way of adding a unit called "AR" as a unitless type?
I want this for B.O.M. QTY overrides to be able to carry an adjustable QTY defined and stored in the Part file.
I know I can accomplish this by overriding the B.O.M. on the drawings but I want to automate the drawings as much as possible. In order to Automate the process as much as possible I require that ALL B.O.M. data is to be stored in the Parts.
View 3 Replies
View Related