In this slide, we
touch upon the ability to iterate through a grid. Grid node which is a new
class which wraps up the U and V index of the div surface. So we have 2 main
nested loops which loop through the U and the V grid lines and then we use
the GetTileFamilyInstance to access the grid nodes by specifying the grid
node number and the rotation parameter. And with the family instance, work on
a logic specific to the tile pattern based on U and V index number, we can
set certain panels \ tiles to the type required say glazed type. |