Does anyone know where is a good start for me to find out the following:
I need to automate the measuring of distance between two parts in an assembly and return or print the vector (deltaX, deltaY, deltaZ) values. It will be looped around 20 times as an assembly constraint parameter value increases incrimentally. for example:
for i = 1 To 20
ModelParamter.Item("d5").Value = ModelParamter.Item("d5").Value + 'Incriment'
'code for measuring and "Debug.Printing" the
'vector values from the measurement of minimum
'distance between two specific part occurances in my assembly
Next
I know how to inrement a parameter value in VBA, but i don't know how to return the vector for minimum distance between two parts.
Inventor 2011.