Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my manage dimensions I I have placed this dimension using this line:
Dim CollarDia = genDims.AddLinear("CollarDia", ThisDrawing.Geometry.Point2d(CollarDia_X_Pos, 0.5), CollarDia1, CollarDia2,,,False)
It is placed centrally like this as my y axis is set to 0.5:
I would like the text to be placed below the drawing like so:
I have tried changing the 0.5 to -0.1 and it has no effect, the dimension just remains in the middle. What can I do?
Thanks,
Harvey
Solved! Go to Solution.