Ilogic section view annotation constraint

Ilogic section view annotation constraint

josh.linares-stanley
Enthusiast Enthusiast
245 Views
0 Replies
Message 1 of 1

Ilogic section view annotation constraint

josh.linares-stanley
Enthusiast
Enthusiast

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: joshlinaresstanley_0-1648907840897.png After: joshlinaresstanley_2-1648909444884.png

 

Any help appreciated, Thanks in advance.

 

 

 

 

0 Likes
246 Views
0 Replies
Replies (0)