I need to place a set of monopoles of a given length on a vehicle.
One end of each monopole needs to touch the surface of the vehicle.
The surface of the vehicle is irregularly shaped.
It is easy to place monopoles on a flat surface, where the location of the surface is easily determined, but it is difficult when the monopoles are on an irregular surface.
My model currently has lines through the vehicle, where the intersection point of each line with the vehicle surface indicates where a monopole should start. I was hoping I could write a Lua script that would determine the intersection point of each line with the vehicle surface, and then create monopoles of given lengths that would start at the intersection points.