Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to add a tolerance to my linear dimension after I have placed it with iLogic in my drawing. I have successfully managed to apply my dimension, however, I can't find how to add a tolerance to this.
Something like this:
ThisDrawing.BeginManage() If True Then Dim linDim1 = genDims.AddLinear("Dimension 1", VIEW1.SheetPoint(0.5, 1.4), namedGeometry1, namedGeometry2) linDim1.Tolerance.SetToSymmetric(0.25) 'I expected it to be along the lines of this but this isn't it. I can't find tolerance in the object tree. End If ThisDrawing.EndManage()
Thanks,
Harvey
Solved! Go to Solution.