EQGenerator
Type description and basic instructions.
Last updated
Type description and basic instructions.
Last updated
EQGenerator is base abstract class for all environment query .
Generators are used to define shape of area that is covered by .
To create a environment query you should inherit from EQGenerator class and implement logic that is described below.
When inheriting from EQGenerator you have to override GeneratePoints method.
GeneratePoints returns positions of all generated points.
GeneratePoints gets called when object generates .