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
)
-
uCoordinatesSet of u coordinates at which to draw grid lines
-
vCoordinatesSet of v coordinates at which to draw grid lines
-
A non-optional argument was null