Community Tip - You can change your system assigned username to something more personal in your community settings. 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);