Message 1 of 5
Draw highlighted line using a DrawJig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hallo Guys,
I've implemented a DrawJig which draws a line in its ViewportDraw-Method. I want this line to be highlighted. Is this possible?
I got it working with but I would like to use the Jig to do it. Is this possible?
TransientManager.CurrentTransientManager.AddTransient(
line,
TransientDrawingMode.Highlight,
128,
viewportIds
);