#include <ProDisplist.h>
ProError ProDisplistInvalidate(ProMdl model)
Invalidates the two- or three-dimensional display list.
该函数实现了对新创建的二维尺寸、三维尺寸的刷新。相当于向Creo发送了WM_PAINT消息。
在手动创建尺寸时,经常要用到。
#include <ProDisplist.h>
ProError ProDisplistInvalidate(ProMdl model)
Invalidates the two- or three-dimensional display list.
该函数实现了对新创建的二维尺寸、三维尺寸的刷新。相当于向Creo发送了WM_PAINT消息。
在手动创建尺寸时,经常要用到。