Problem with Hatches and GetSnapshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everybody,
I've got some problem with the View.GetSnapshot method: If I want to get a snapshot of BlockReferences that contain polylines, MTexts, hatches, ... the hatches seem to be drawn always on top:
The right, broken rendering is the actual BlockReference. The left one is the BlockReference without the hatch. The hatch shall lie behind all other components which are: the surrounding circle, the MText "M", the MText "3" and the sine symbol which consists of a polyline and a hatch that fills that polyline.
I did not find any possibility to get the whole thing rendered correctly, which is really annoying because it is drawn correctly in the AutoCAD GUI:
Is anyone out there who can help me? That would be really great! 😉
I'm using AutoCAD 2014 with the ObjectARC .NET API and implemented my method by starting with the help from http://through-the-interface.typepad.com/through_the_interface/2007/04/taking_a_snapsh.html
Regards
Max