FieldDomainPointsByUV.SetGridCoordinates
Method
Description:
Set u and v coordinates that specify a grid on the surface. The display of the grid is controlled by AnalysisDisplayColoredSurfaceSettings::getShowGridLines().
Set u and v coordinates that specify a grid on the surface. The display of the grid is controlled by AnalysisDisplayColoredSurfaceSettings::getShowGridLines().
Syntax
public void SetGridCoordinates(
ICollection<double> uCoordinates,
ICollection<double> vCoordinates
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| uCoordinates | ICollection | Set of u coordinates at which to draw grid lines |
| vCoordinates | ICollection | Set of v coordinates at which to draw grid lines |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |