Thank you for the method.
It looks to be something that will prompt the user to select something manually.
Is that correct?
What I'm trying to do is programatically select the edge and vertex by name, so you can pass the function a name and have it create boundary condition objects.
Would you...
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 =...