SolidWorks supports two styles for foreshortened linear diameter dimensions. The default style is the traditional zigzagged dimension line on the foreshortened leg. The other style is the often preferred double arrow. Only one style may be used on any particular drawing. This is because the style is set in Document Properties.
Instructions for SolidWorks 2008 and prior:
- Open a drawing.
- Goto Tools pulldown>Options>Document Properties tab>Arrows heading.
- The last section of the Arrows window is called Foreshortened diameter. Here, simply select the style, and then OK to exit.
Instructions for SolidWorks 2009 or later:
- Opening a drawing
- Goto Tools pulldown>Options>Document Properties tab
- Click on the Dimensions heading and the Diameter subheading.
- The last section of the Arrows window is called Foreshortened. Here, simply select the style, and then OK to exit.
The change will immediately become effective for all foreshorten linear diameter dimensions on the drawing.
If you use these symbols to make a note, then you can copy the symbol into your dimension text. For example:
; {this is standard text line for dimension
; {this adds the symbol below the dimension.
Unfortunately the coordinates throw the arrow off of center. Try these coordinates if you wish, they are based off of 0,0 while the original coordinates step it over -1.5 to the left. This one is not perfect, but I don’t have time to see why 0,0 doesn’t match up with Solid Works dimensions.
*LHV,LH VERTICAL ARROWS
A,LINE 0,0,0,-4
A,POLY -.16,-3.36,0.16,-3.36,0,-4
A,POLY -.16,-4,.16,-4,0,-4.64
You will have to get the arrow to match your dimension arrow by adjusting these values. I’m also not sure what units these coordinates are. These new values create approx the same arrow as a Solidworks dimension arrow that is .05″ wide X .1″ long
The server stripped the SolidWorks code for dimensions and symbols. Hope future readers can figure this out.