Coordinate of borehole bottom

Hi all expert,

Any function in gINT can report the coordinates (XYZ) of borehole bottom?

Thanks.

  • Hi ...there are three functions you can use. If you place them in a text versus depth entity at a depth <<POINT.HoleDepth>>

    The three functions would go in the text expression

    <<ElevFromDepth(<<POINT.HoleDepth>>)>>

    <<EastAtDepth(<<POINT.HoleDepth>>)>>

    <<NorthAtDepth(<<POINT.HoleDepth>>)>>

    I would read the HELP topic on all three functions ElevfromDepth, EastAtDepth, and NorthAtDepth as there are other additional parameters you can set with each function that may needed including plunge, bearing etc.... to be used depending on what you need for those values.