kukelyk
Industrial
- Mar 21, 2005
- 315
My manufacturing project workflow starts as the next:
Open the workpiece part; create new parent, link all solid bodies from the part under 'MODEL' reference set.
When I try to record this process, it records like:
I know the name of the component, which contains the needed body. I know, that the bodies are visible, because i check the models when i open it.
Could someone please help me?
----
kukelyk
Open the workpiece part; create new parent, link all solid bodies from the part under 'MODEL' reference set.
When I try to record this process, it records like:
Code:
Dim component1 As Assemblies.Component = CType(workPart.ComponentAssembly.RootComponent.FindObject("COMPONENT model2 1"), Assemblies.Component)
Dim body1 As Body = CType(component1.FindObject("PROTO#.Bodies|BLOCK(1)"), Body)
Could someone please help me?
----
kukelyk