Visualize stripe plot and gradient

I am implementing a method that computes geodesic distances (from a source point or curve) on a brep using a background mesh. How can I visualize a combination of a gradient and a set of contours? Can I combine a gradient and a stripe map?

Does anyone have an example of either one or both combined?

Hi @rene_hiemstra,

You might see if Surface.ShortPath meets your requriement.

I’d look into generating my own texture (bitmap) and then apply it to a material.

– Dale

Thanks Dale!

I already have the method working. Just need a good way to visualize the
results.