kukelyk
Industrial
- Mar 21, 2005
- 315
In my journal, first I make a search for a body, what I store in a variable (as Body) named aBody.
When the parent assembly created and the component (ie. Component1) is repositioned, I would like to measure it with some code from the Rohteil.vb of Stefan Pendl.
How can I add Component1\aBody to the variable 'bod'?
Thanks in advance..
----
kukelyk
When the parent assembly created and the component (ie. Component1) is repositioned, I would like to measure it with some code from the Rohteil.vb of Stefan Pendl.
How can I add Component1\aBody to the variable 'bod'?
Code:
dist(iCount) = ses.Measurement.GetMinimumDistance(bod,_
NXObjectManager.Get(tPlane), selpnt(0), selpnt(1), accu)
----
kukelyk