|
Release 4.0 |
 |
Description - this.maxiter
Name: this.maxiter
Type: Int
Context: Iteration formula only
Description:
Using this statement you can set the default number of iterations for this iteration formula. Some formulas have a default of 50, others have a default of 150 (FractInt default). Set it as you like.
If the user assigns a formula to an Escapetime fractal, then this fractal gets that default number of iterations assigned. If you do not specify this attribute, then it defaults to 150
Example:
this.maxiter=500;
|