Message 1 of 5
How to highlight custom entity edge during DIMANG command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a custom entity which looks like a curve. To be able to interact with command DIMANG, I implement the following methods: subGetSubentPathsAtGsMarker and subSubentPtr. Everything works, I can create an angular dimension on arc segment, but during the command the edge (defined by GsMarker) is not highlighted. I want to reproduce the same behaviour as below (polyline):
I tried to implement the method subGetGsMarkersAtSubentPath, but nothing changes, my whole entity is highlighted. However if I manually highlight the edge (using objectARX - pEntity->highlight(subId)), it perfectly works.
Any suggestions are welcomed.
Regards,
--
Jonathan
Jonathan