AutoCAD Inventor :: Reset Style Editor - Tolerance More Big Than Primary Dimension
Nov 2, 2011
I'm still learning autodesk inventor, I have problem about tolerance. My tolerance more big than my primary dimension. How to edit this text..? or how to reset style editor for factory setting..?
I keep hving trouble with a hole and the diameter tolerance.
Create a simple hole, single diameter concentric and specific depth. I go to the tolerance window for the diameter and change it to a Limits-Linear. I enter my values .3758 and .3754. Precision is .1234. I clikc OK, then go back to the tolerance, and its reset both values to .3756 What gives???? I've deleted and recreated the hole, edited it about 10 times, and still the same effect.
Any method to set all the Tolerance Types for a GeneralDimension via VBA.
The Tolerance object, accessible via the GeneralDimension object, offers methods to set Deviation, Fits, Limits & Symmetric tolerance types, but I can’t find a way to set other Tolerance types, such as Reference, Basic, Max & Min
I read that it's not possible to import a style (styxml file) into the style editor through the API, there is no dedicated command.
However I'm wondering if there's a a way to have the internal name corresponding to the button as we can do for the ribbon buttons (there's a sample code which does this).
So is it possible ot get the internal name of a button inside a dialog box (style editor here) or is it really hopeless to think I can import a style with a macro ?
I am working with a template, that doesn't allow me to change the dimension style. In the project the Use Style Library is set to Read/Write. I have created my dimension style, at this point just a copy of the ANSI standard with a text size difference. I went to my template and set that syle as my default, and saved it. Now the fact that it doesn't automatically update the drawing I had alreadycreated is a nuisance, however if I creat a new drawing, the style has reverted to a different standard, that is not even the ANSI default. If I right click a dimension and change the dimstyle to what I saved it does update, but if I try to change the style again it defaults to a random dimstyle, AND changes the style even if I hit cancel. So... the question is how to make the changes stick?
We are having an issue with Dimensioning and the Primary Units not maintaining the correct value. We use metric so the multiplier of 25.4 or .039370079 for Dim Scale Linear would be used in our Dimension Styles depending on if we are drawing in model space or annotating in paper space. We have created specific Dim Styles for Model and Paper space. Every so often some of us will us the Dim Style for paper space and a metric unit would be shown. When we go into the properties of that dimension and change the Dim Scale Linear to 1 it shows as a different dimension then it actually is. After looking at the correct dimenion, we noticed the Dim Scale Linear shows .9449 but gives the correct dimension.
Note: We are drawing in Metric a multiplier of 25.4, our dimensions are done in english. A scale factor of .039370079 is used to accomplish this.
There is a simple fix with Match Properties but it still doesn't answer why our dimension show up wrong with a different multiplier for Dim Scale Linear.
How can I set the primary External Editor in LR4? I recently upgraded to CS5.5, then uninstalled CS5 and now Lightroom thinks it should use CS4 which is not longer installed. I've unstalled and reinstalled LR4 and nothing changed. I deleted the preferences file and nothing changed.
Why isn't there an easy way to change this setting?
How do I change the primary external editor to Elements 11? It was an old version of PS which I removed and had hoped that since it was no longer available, LR would look for a new one as primary. I already have my Topaz products for the additional external editor. Is it possible to have more than one? If the default choice of LR is unavailable, how do i get LR to look for new one?
In the styles my template drawing is set to Standard ANSI, then below are a bunch of styles like Dim and center mark etc.I want to change the precision of my template so that when I bring in a part to the drawing and dimension it. it is at a 3 place decimal.
I'm working on a drawing that was converted into cad and it seems like every dimension has its own style. When I copy use the move comand or try to change the dimension the text changes from being above the dimension line to centered and the text gets closer together horizontally. When I compare a copied dimension to the original it has all the same properties including the text pos vert still being above text. The actual dimension style hasn't changed at all but what is showing up on screen is different.
Here a image showing three dimensions with the same properties, the top 2'-10" is what it should look like, the bottom is what it looks like when I copied it and the 1'-2" is when I make a new dimension.
I am trying to edit my drawing template dimension style to always do a diameter (if it is a circle). Right now it defaults to radius and I manually right click and change it. I found all sorts of styles for how it displays the radius and diameter, but didn't find where to set the default.
I'm using Inventor 2013 and I'm trying to create a new dimension style that shows a box or parenthesis rather than a dimension. The purpose is so the workers in the field can measure a part and fill in the dimension.
So far the best I can do is make a dimension style that is white so that it comes out as a space. The other option was to manually override the dimension, but I don't want to go into every drawing and change every dimension.
What I would truly like is if the dimension would automatically come out looking like this [ ]
I'm chasing the syntax on what i hope is a very simple procedure.
We have a project for re-design and manufacture here (Australia) of a machine that has been designed and detailed in one of our US offices. For this reason, we will be wanting all dimensions in mm etc, rather than inch.
My intention is to open the idw(s), update the styles library (done, i think...), change the active standard to "AS Metric" (got the code sorted for that too), and then change all dimensions to AS Metric.
So far i have each of these 3 processes in a different sub, called from a master. But my problem is in changing the style. I could change a dimension's style to match that of another existing style:
Set oGeneralDimensions = oSheet.DrawingDimensions.GeneralDimensions.Item(1)
but I am having trouble setting is to the active style.
My module:
Sub ChangeStyle() Dim oIDWDoc As DrawingDocument Set oIDWDoc = ThisApplication.ActiveDocument Dim oSheet As Sheet Dim oDim As DrawingDimension Dim oDimStyle As DrawingStandardStyle Dim oGeneralDimensions As GeneralDimension
1. When in style and Standard editor with default standard selected under Standard I am trying to display mass properties in my view label.Select View Preferences tab. View type Base. Next to Display select Edit View Label.When Format Text box pops up in the selection for text type I have two options.
a. Properties - Model b. View Label Properties
2. Inside an IDW file right click on view and select edit view.When Drawing View box pops up there is the option to access Edit View Label next to View Identifier.When Format Text box pops up in the selection for text type at this point there are seven options.
a. Properties - Model b. Properties - Drawing c. Drawing Properties d. Sheet Properties e. Physical Properties - Model f. View Label Properties g. Sheet Metal Properties
Questions 1. Why are ther only two options in S&S Editor?
2. Can I add more options to S&S Editor?
I would like to add mass to my lablel inside certain templates and have it show when I display a views Base view label. Not ot have to maunually add it each time it is displayed.
We have, as our standard library default dimension style, a 1/32 fractional style, called "1/32-FRACTION". Various Object Types, like Linear Dimension are set to this Object Style. When I create a drawing, then these Object Defaults are in effect.
This means that, doing nothing while executing a dimension command, I get fractional dimensions by default. This works good.
However, sometimes I want to create a drawing where the default dimension style is "X.XXX-DECIMAL" without changing the Object Defaults found in the style library. I've tried to make the changes from within the style library and then save this as a template. However, when I try to make a drawing based on this template, Inventor states that the styles in the template differ from the styles in the library" and then busily goes about undoing what I careful did.
So I'm hoping there is something in the API I can call on to do this with a macro. Is it possible to write a macro that after you start a drawing, flips all the various Object Styles from "1/32-FRACTION" to "X.XXX-DECIMAL"?
The Mtext Editor allows one to change the text highlight color by going through the Text Formatting toolbar, clicking the arrow drop-down menu, and selecting Editor Settings > Text Highlight Color...
This brings up a Select Color dialog box with a single Index Color tab, which lists the default color of 16,62,112 greyed-out in the Color field. In AutoCAD LT 2008, one can select any AutoCAD Color Index (ACI) color from a range of 1-255, including the seven basic color names for colors 1-7. In the full version of AutoCAD 2008 (and possibly other versions of LT?), there are additional tabs for True Color and Color Books, however these tabs are not present in LT. AutoCAD LT limits text highlight colors to ACI colors only, excepting the default color of 16,62,112 as noted above.
My problem stems from changing the text highlight color in a quick experiment: there is no apparent way to restore AutoCAD LT's default text highlight color of 16,62,112, since it is not an ACI color. I can pick a sort-of-close ACI color instead (I'm currently using color 156), but it seems like there should always be a mechanism to restore any variable to its default setting.
how to restore the default Mtext Editor highlight color in AutoCAD LT?
I was checking out the styles in the shape tool tool box, and now I can't figure out how to reset it to no style. There is no option for this that I can see in the drop box menu, and I've tried right clicking.
I have a drawing I am trying to ordinate dimension and I was wondering if it was possible to place a symetric tolerance for a dimension on a second line under the actual dimension?
I'm trying to get hole tolerance by Inventor API using c++ but the value returned is not correct.
the code is:
Parameter* diam = m_Feature->GetHoleDiameter(); // m_Feature is a given HoleFeature double tol = diam->Tolerance; // returned 1.0 BSTR str = diam->Tolerance->HoleTolerance; // returned "0". // The correct value is 2.89
While looking at the different tolerance methods, I see a couple called MIN and MAX, which just tack these words to the end of the dimension. Is there a way to customize the tolerance methods to add suffixes or prefixes to dimensions, such as TYP or 2 PLCS or something like that, so that I can minimize my detailing time.
I created a map by using mapwspace and the FDO connections to shp files. Lately, when I have made changes in the style editor such as adding a thematic rule with a feature label, these changes are not "sticking" after the drawing has been saved.
I have deleted the associated idx files but it has not worked.
The drawing is saved at the end of the day but when I open it up the next day, the Style Editor changes are not there. I have been using MAP3D 2013 for over a year but this specific issue has occured only in the past couple of weeks.