View Trimmed Edges

G’day Everyone,

Is there a way to see which of the edges of a trimmed surface are trimmed vs untrimmed without untrimming? Sometimes the trimmed edge is obvious, sometimes it isn’t.

regards,
Nick

Hi Nick - - if you turn on control points for the surface you can get an idea - it will not tell you if the underlying surface edge is very close to a trim though.

Here’s a macro that might help:

! _Select _Pause _UntrimBorder _SetRedrawOff _DupBorder _Cut _Undo _Undo _Undo _Paste _SelLast _SetRedrawOn

-Pascal

Thanks Pascal, I’ll stick that in the tool box.