AutoCad 2D :: Remove Alternate Unit Tolerances In 2014?
Jul 18, 2013
I would like to show both imperial and metric values in my dimensions, but I only want tolerances to be shown in imperial. Is there a way to remove alternate unit tolerances in AutoCad 2014? alt. tol..jpg
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!
I set up default tolerances in my part and would like to have them displayed in the drawing. I used the "Retrieve Dimensions" tool but they aren't showing up. I have the Tolerance Method set to Default.
Is there a way to change the model parameter tolerances thru the API? I haven't seen this issue in the discussions. I've found the parameter.tolerance property, but it looks like it only returns the tolerance, Is there a way to set the tolerance?
I want to finetune tolerances so I can in example change from 68% (not enough coverage) to 69% (about perfect), but instead it jumps to 70% or 71% (waaaay too much selected).
Is it possible to write a plugin to
* Mousewheel it (pointer over tolerance bar, scroll wheel, tolerance changes) or even * press context button (mouse button 2) and spawn a dedicated input box to "hand it in"?
I would like to add text to my dimension but as I have overridden my FONTALT variable it does not display. The dimension on the LHS is exactly the same as the one on the RHS (during edit). Neither will display the text I want which in this instance is WEB.
Using AutoCAD 2013, I have set my the placement of the alternate units to "Below primary value" (in Dimension Style), but they do not go underneath, they remain after the primary units. I tested in 2012, and it works fine there but not in 2013.
How can I alternate the element selection if both elements are on top of each other? I tried to mouse click on the lement with alt or control keys but nothing worked.
Example. I drew a construction line then I drew the line I want to keep on top of it. Now I am trying to delete the construction line but the new line keeps highligting.
When using alternate dimensions in hole notes it repeats the full note for both dimension units. I would like to only have the dimensional data have the alternate information and not repeat the full note (see attached file).
I have a lot of pre existing sheet metal parts with my material listed as Steel, Mild.
I am using this code to automatcally fill out my iproperties but the material name is not exactly what I want it to say. iProperties.Value("Project", "Description")=iProperties.Material
I'd like it so that any time it sees Steel, Mild it replaces it with the text "A36"
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).
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 ?
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.
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.
I'm new to the adobe family and I'm working on a design for one of my friends and he came across a look he was wanting. The problem is I cant figure out how to get the text that is overlapping to alternate from in front to behind and so on and so forth.
Way to pick an alternate video player. I'm a pse 11 user, I only use the organizer for my pictures and video. I like to view them in it. It's always a lot of trouble to view videos in the pse video player because it cannot play most of them out of the box. It cannot be set in full screen. I would like a shortcut like the image one, edit in alternate editor. It would be view in alternate video player, I would use vlc and never bother with the embedded one.
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.
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?
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].......