Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I want to Highlight Dimension but I don't have TOOLKIT for 3D Drawings - ProDimensionTextstyleGet.
Is there any work around for Highlight Dimension.
Please suggest....
Sure,
just Highlight it by selecting them. So you fill up the selectionbuffer and do a window repaint. That should solve it. After a Change of the selection the Dimension hide's. But I think that could be a possible solution.
Br,
Eike
Yes, I am using it too by this way:
ProSelection selection;
ProSelectionAlloc(NULL, &model_item, &selection);
ProSelectionHighlight(selection, PRO_COLOR_HIGHLITE);