RVTDocs.com
Namespace: Autodesk.Revit.DB Class: DividedSurface

DividedSurface.GetGridNodeUV

Method
Description:
Get the position of a grid node in UV coordinates in the surface.
Syntax
public UV GetGridNodeUV(
	GridNode gridNode
)
Parameters
Parameter Type Description
gridNode GridNode
Return Value
UV
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when the grid node indexes are outside the range [ 0, NumberOfUGridlines - 1 ], [ 0, NumberOfVGridlines - 1 ].