| Article | 70000160 |
| Type | Wish |
| Product | Engine |
| Version | 7001 |
| Date Added | 11/15/2014 12:00:00 AM |
| Fixed | (11/15/2014 12:00:00 AM) |
| Submitted by | Alessio |
Summary
SelectionPreview with hidden hatches
Solution
In version 7002.0.5 a new value vdRenderGlobalProperties.SelectionPreviewFlags.ON_HIDE_SOLID_REGIONS , ON_HIGHLIGHT_OFF and ON_HIDE_SOLID_REGIONS_HIGHLIGHT_OFF was added in SelectionPreview property.
using ON_HIDE_SOLID_REGIONS insted of SelectionPreviewFlags.ON solid filled regions will be drawn as single polylines.
using ON_HIGHLIGHT_OFF insted of SelectionPreviewFlags.ON entities will be drawn using SelectionPreviewColor without highlight.
using ON_HIDE_SOLID_REGIONS_HIGHLIGHT_OFF insted of SelectionPreviewFlags.ON entities will be drawn using SelectionPreviewColor without highlight and solid filled regions .
