2023 Method
Changes 4
M

DividedSurface.GetTileReference

Description:
Get a reference to one of the tile surfaces associated with a given seed node.
public Reference GetTileReference(
	GridNode gridNode,
	int tileIndex
)
Return Value nullNothingnullptr A reference to a Face (surface). Returns null Nothing nullptr a null reference ( Nothing in Visual Basic) if the grid node is not a "seed node", or if the tile is omitted due to boundary conditions.