cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

How to Highlight Dimension without using 3D Toolkit license

ndaslaniya
1-Newbie

How to Highlight Dimension without using 3D Toolkit license


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....


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2

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);

Top Tags