Gets or sets the value that indicates the number of iterations that will be calculated.
public int Iteration { get; set; }
Public Property Iteration As Integer
public int Iteration {get; set;}
get_Iteration();
set_Iteration(value);
Object.defineProperty('Iteration');
Value that indicates the number of iterations that will be calculated. Possible values range from 0 to 8. No noise is created if the value is 0. Increasing this value increases the detail in the noise, as well as computation time.
Refer to PerlinCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET