Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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);