Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. 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);