Skip to main content
Boreholes. Im trying to find a transformer that constructs the end points in a dataset with boreholes. The boreholes have all necessary attributes: Z, Azimuth, angle and length. Is there a transformer that does the it or something I have to build? cheers

Hi @Henrik Rinne​,

The Extruder transformer can extrude a line from a point, given the length or the vector. You can calculate the vector from the azimuth and angle, or you could extrude down by the negative of the length, then use two 3DRotator transformers to apply the angle then the azimuth.


Hi @Henrik Rinne​ ,

I think you can also use Offsetter transformer with Spherical Coordinate mode to move a borehole start point to its end point.

offsetter-with-spherical-coordinate-mode


Reply