得到零件的表面处理

Tekla Structures surface treatment report
Not version-specific
Tekla Structures
Environment
Not environment-specific
问:

我如何得到零件的表面处理?

答:

建个Part行,用这个公式:
if NextValue("CONTENTTYPE") == "SURFACING" then
Output()
else
StepOver()
endif
然后再下面添加个子行,类型是SURFACING。
这些内容是否有用?
提交