Dear all, Now I can access the edge entity from solidworks, but I could not highlight it by its API, I am using C++, so I would like to ask if there is any people could give me some suggestion. The following is a rough coding for reference: VARIANT_BOOL hg; edge->IHighlight(hg); ActiveView->DrawHighlightedItems(); Thank you very much for your kind help.