FieldDomainPointsByUV.SetGridCoordinates
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().
public void SetGridCoordinates(
ICollection<double> uCoordinates,
ICollection<double> vCoordinates
)
-
ICollection<Double>uCoordinatesSet of u coordinates at which to draw grid lines
-
ICollection<Double>vCoordinatesSet of v coordinates at which to draw grid lines
-
A non-optional argument was null