vegetagaru
Computer
- Jan 14, 2015
- 134
Hello i wonder if anyone could help me or point some directions...
i have this code:
credits: petulf
and i would like to exclude the bodys on layers 50,90,250-255
could anyone point me something ? itryed to record a jounral hiding the layers then adding it to the code but no result
NX8.5 - NX9 - NX 10 - NX11
i have this code:
Code:
For Each bodyItem As Body In CType(child.Prototype, Part).Bodies
Dim tmpNXObject As NXObject = child.FindOccurrence(bodyItem)
If Not tmpNXObject Is Nothing Then
componentTagList.Add(CType(tmpNXObject, Body).Tag)
End If
Next
and i would like to exclude the bodys on layers 50,90,250-255
could anyone point me something ? itryed to record a jounral hiding the layers then adding it to the code but no result
NX8.5 - NX9 - NX 10 - NX11