Category 3D drawings and annotations, Object ProDimension

Callback ProDimensionFilterAction


Description
Prototype of the caller supplied function which is called for every model dimension.
Synopsis
#include <ProDimension.h>
ProError(*ProDimensionFilterAction)(
ProDimension* dimension
/* (In)
the dimension being visited.
*/
ProAppData data
/* (In)
caller supplied data
*/
)
Returns
PRO_TK_CONTINUEskip this dimension, do not call the visit function.
otherpass this error status into the visit function.