Can you still check this? PRODIM_ATTR_VIS_IN_DWG_ONLY
Updating code for Creo3 compliance deprecating Pro_develop. This function use to get me all the dimensions in a model that were visible in the drawing. I can still find if dimension is reldriven, but it appears to me they took away my ability to check for PRODIM_ATTR_VIS_IN_DWG_ONLY. Is there a way?
ndim = prodim_get_dim_ids(models[0], PRO_DIM_PARAM , PRODIM_ATTR_DRIVEN |
PRODIM_ATTR_VIS_IN_DWG_ONLY, &dim_array);
Thanks
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.

