Hi,
I'm very new to NXOpen.
I'm trying to replace the component1.FindObject selection stickiness in the journal file I recorded:
Dim cAEEdge1 As NXOpen.CAE.CAEEdge = CType(component1.FindObject("PROTO#CAE_Body(1)|CAE_Edge(1)"), NXOpen.CAE.CAEEdge)
Dim cAEVertex1 As NXOpen.CAE.CAEVertex =...