Message 1 of 6
The location of the text on the dimension line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone.
I'm working on some automation for dimensioning a drawing.
The issue I'm having is when the dimension lines are close together I would like to move the text to the right or left side.
In the image above I would like move the 12 to the right side of the arrows.
This is the code line I am currently using to place this dimension
SP01 = oView.GetIntent({SUBASS, SUBASS2, oPart},"FRONT RIGHT 1") LDIMNUMBER = LDIMNUMBER + 1 oLinDim = oGenDims.AddLinear(LDIMNAME & LDIMNUMBER, oView.SheetPoint(0.0, -0.1), SP01, , , , , oNewStyle02)
I would also like to move the 2 dimension above the respective arrows.
All help would be greatly appreciated.
Best regards Jarle