FillGrid.GetPointLineZone(UV, UV)
Method
Description:
Gets the index of fill grid line and the point on the grid line nearest to the input point.
Gets the index of fill grid line and the point on the grid line nearest to the input point.
Parameters
| Parameter | Type | Description |
|---|---|---|
| point | UV | Input point. |
| nearestPoint | UV | The point on the grid line nearest to the input point. |
Return Value
| Type | Description |
|---|---|
| Int32 | The index of fill grid line. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |