Message 1 of 1
Ilogic section view annotation constraint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Anyone have some iLogic to constrain 'section view annotation leaders' to the border of the view? Currently I have to dimension them separately to make them neat. I believe this can be done for auxiliary view leaders in annotation styles but see no option for it as a 'section view'.
The difficulty I foresee is it not affecting actual section lines that protrude through a view, I would typically dimension those to the view anyway.
I have a separate script that that creates a rectangle around a view, I figured it may be similar to that:
Dim lines = CreateRectangle(sketch, cp, view.Width/oScale + offSetFromView, view.Height/oScale + offSetFromView) SetLayer(lines, LineTypeEnum.kDashedLineType, 0.05, blue) sketch.ExitEdit()
Before: After:
Any help appreciated, Thanks in advance.