<Code Lib>
2025.3 Method
Changes 0
M

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().

public void SetGridCoordinates(
	ICollection<double> uCoordinates,
	ICollection<double> vCoordinates
)

  • ICollection<Double>
    uCoordinates
    Set of u coordinates at which to draw grid lines
  • ICollection<Double>
    vCoordinates
    Set of v coordinates at which to draw grid lines

Loading…