Category 3D drawings and annotations, Object ProDimension

Callback ProDimensionVisitAction


Description
Prototype of the caller-supplied function which is called for every solid dimension approved by the filter function.
Synopsis
#include <ProDimension.h>
ProError(*ProDimensionVisitAction)(
ProDimension* dimension
/* (In)
the dimension being visited.
*/
ProError status
/* (In)
error status from the filter function.
*/
ProAppData data
/* (In)
caller supplied data
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting.
othervisiting will stop and this error will be returned back by ProMdlDimVisit().