DividedSurface.GetGridNodeLocation
Description:
Specify whether a particular grid node is interior to the surface, on the boundary, or outside the boundary.
Specify whether a particular grid node is interior to the surface, on the boundary, or outside the boundary.
public GridNodeLocation GetGridNodeLocation(
GridNode gridNode
)
-
gridNode
Return Value
GridNodeLocation
-
Thrown when the grid node indexes are outside the range [ 0, NumberOfUGridlines - 1 ], [ 0, NumberOfVGridlines - 1 ].