Hash pattern

Hello,

I have been messing with polygons and ways to apply patterns. After searching the forums and tutorials, I’m not seeing how to create hash patterns. I can think of adding two polygons, one over the other, but that seems inefficient. Does anyone have any advice on how to best create a polygon with a hash pattern? By hash I mean crisscrossing diagonal lines. Thank you for any advice.

Have you looked at the Grid material? Assuming you are using the Entity API, what you want is the GridMaterialProperty

I will look into this and thank you very much!