OCC导入进度显示
参考:https://analysissitus.org/forum/index.php?threads/how-to-use-message_progressindicator.335/
OCC导入STP时增加精度显示百分比,环境需要7.8以上把,参考中用的MFC,我不太喜欢就简单写了一个。
1、虚函数实现
class Progress : public Message_ProgressIndicator
{
private:
Standard_Real myUpdateThreshold;
public:
Standard_EXPORT Progress(Standard_Real theUpdateThreshold =