AutoCAD Inventor :: Dimension Style Radius Vs Diameter
Jan 4, 2013
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.
When I dimension an arc to find the radius, the dimesnions appears as a line going from teh center of the arc to the edge of the arc with the dimension in the middle. I don't want this. I want a leader pointing to the R text and that's it.
I've attached a photo of both scenarios- one dimension is the style I don't want, and one is basically the style I want (I'd like it to be more of an elbowed leader line), but it only appears when I use AutoCAD's ISO25 dimension style.
How do I change this dimension into a diameter dimension?
I have tried editing the dimension style to display as a diameter and it doesn't change it. I tried creating a new dimension style and it doesn't change it.
When you make a diameter or radius dimension it always has this static extension line shown in red when you move the dimension far enough away. I can not seem to extend this extension line at all it is always the same length no matter what variable I change. How to lengthen this extension line?
My company is trying to Standardize all drawings produced to 1 format. the one we are attempting to create would be in the form of: nominal upper limit^lower limit. this is easily acheived in autocad and linear, chamfer, and hole/thread dimensions in inventor. but radii's and diameters from a round surface (as apposed to linear diameters) we have run into a snag with. We cannot seem to find a way to either remove the prefix symbols or be able to insert text between the symbol and tolerance.
below is a illistration of the problem and the form of the new dimensions.
The default format for a radius and diameter dimension is inserted with a prefix "R" and diameter symbol ahead of the measured dimension. Our company standard pre-Inventor was to place either "RAD" or "DIA" after the measured dimension. We can not seem to find anywhere in the setup to change how these type dimensions are inserted as a default or custom setting.
Can we change/customize the radius and diameter dimension formatting?
see attached jpg. I want to know if there is a way to get rid of the "extension line" that the diameter dimension creates?
as you can see it runs over the slots on my detail and looks confusing.
win 7 64 bit sp1 cpu intel xeon E5-2687W0@3.106 eight core two solid state hard drives 32 gig of ram Autodesk product design suite premuim 2014 64bit Nvida quadro 4000 Space Pilot ver. 1.6.2 2010 slphantom (NNTP handle: scottl)
We need re-location the diameter dimension after we change the drawing view's scale. but we didn't know how to change the Startpoint of the dimension (mark with Red word "1"), just find the text location.
Who knows how to set the new point to for the startpoint?
I am trying to create a dimension in an .idw that goes from a line to the tangent of the outer diameter. I have tried several approaches but I cannot get it to work. Essentially I am trying to replicate a drawing which was created in Solidworks but I am having trouble with this dimension.
I have been able to dimension any circle on the drawing, but if there're several circles with the same radius ,I just don't know how to dimension the circles with the same radius with only one dimension.
It's 2012. I haven't found a setting in the dim style or the RMB options to turn off the extension line. I saw the posts showing drawing a sketch in the view but come on, all that to just turn off the line?
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?
Octagon inside a circle... The circle cannot be dimensioned off the octagon?
I need it to have, say .25" clearance and I mean I can just make the circle the right size... but Inventor/I really should be able to do something this simple...
A circle inside a circle, same center point, you can click both and get the distance between the two?
(R-click and set circle to Radius does nothing, it still wants to dimension it from the center point)
I made a small plant and to create pipes i used cylinders, now I need to create a material list and for this I need to extract the radius(diameter) and height for each cylinder, but i don't know how. I am having lot's of cylinders (2000 elemets). I put also a sample here.
API enhancement/fix in SP1: Cannot create a radius dimension on circular drawing curves projected from spline edges.Does it in some way trying to refer to the issue with nonplanar arcs turning into splines in drawings saved-as AutoCAD .DWG?
I have a detail view of a groove on a cylinder. I want to dimension a diameter in which I only see one side, the other side is not in the detail view.
From some posts I see that I should auto insert a centerline then dimension from centerline then choose options "dimension linear".
First when I try to auto insert centerlines it does not insert the centerline for me. Perhaps because my detail is smaller. If I make the field for the detail view larger it makes a centerline, but I dont want to do that. I have tried making a sketch of the other side and the centerline. When I dimension from here I do not have the right click option of dimension linear, instead only arrowhead options.
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'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
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..?
We have been having an issue with this for a long time in hopes of it being fixed in any new release. If I click Diameter and pull it to the OD of hte circle it shows as in the picture which is what we want. If I pull it to the ID it pulls straight from that point and the dimension is not level.
The only way we can fix it is click on it, go to properties, scroll down to text, and in the text rotation box, type 90.1 and hit enter.
Im drawing the image below for school but I cannot figure out how to create the radius dimensions as they shown.
The only ones I know how to do are they .25 and the .75 diameter. I have tried changing the dimension style in every way I can think of. Just to clarify the 1.31 and .63 radius demotion how the leader starts in the center and the arrow is on the inside of the circle yet the text has the extended leader and is outside the circle and the other radius demotions the text is in the middle of the leader is what I am trying to learn to do.