Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using iLogic to create several linear dimensions on a drawing. The code works great, but when the dimensioned segment is too small the dimension goes above or below the section. I would like to be able to use iLogic to add a leader to the dimension like you can by right-clicking, choosing options, then leader. Can this be done with iLogic?
For reference, this is the code snippet I use to create the dimensions:
'Add the dimension to the sheet. oSheet.DrawingDimensions.GeneralDimensions.AddLinear(oPoint, oIntent1, oIntent2)
This is what is happening:
This is what I'd like to be able to do with iLogic:
Finally, this is the manual method that I have used and want automated:
Solved! Go to Solution.