查找产品更新状态

问题描述

我在 Catia V5 中查找更新状态时遇到问题。我找不到产品是否需要更新。如何查找产品更新状态?

在这里您可以找到我如何找到零件更新需求。

For Each dokumanlar In CATIA.Documents
    If TypeName(dokumanlar) = "PartDocument" Then
         If dokumanlar.Part.IsUpToDate(dokumanlar.Part) = False Then
            SaveveUpdateKontrol = True
            Exit Function
         End If
    End If
Next

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)