Skip to main content
1-Visitor
August 24, 2016
Question

How to Highlight Dimension without using 3D Toolkit license

  • August 24, 2016
  • 1 reply
  • 1453 views


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.

1 reply

15-Moonstone
August 26, 2016

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

1-Visitor
September 23, 2016

Yes, I am using it too by this way:

ProSelection selection;
ProSelectionAlloc(NULL, &model_item, &selection);

ProSelectionHighlight(selection, PRO_COLOR_HIGHLITE);