DividedSurface.GetTileReference
Description:
Get a reference to one of the tile surfaces associated with a given seed node.
Get a reference to one of the tile surfaces associated with a given seed node.
-
gridNode
-
Int32tileIndexAn integer between 0 and T-1, where T is TilesPerSeedNode.
Return Value
Reference
A reference to a Face (surface). Returns if the grid node is not a "seed node", or
if the tile is omitted due to boundary conditions.
-
Thrown if the grid node is outside of the range specified by NumberOfUGridlines and NumberOfVGridlines, or if tileIndex is outside the range [0, TilesPerSeedNode-1].