protected virtual void CreateNoise(IGH_DataAccess DA, int seed, NoiseQuality noiseQuality) { noise = new SimplexPerlin(seed, noiseQuality); }