Hi
I am trying to get a VBA function to find x/y/z components of minimal distance vector between a pint and a body type feature. So far I've got something along the lines of:
Function mindistcoord(InputPoint As Point, Obj As Body) As Double
Dim PtDoc As Object
Set PtDoc =...