Class PointGeneratorOptions

PointGeneratorOptions class

Options from produce points on surface or area.

public class PointGeneratorOptions

Constructors

NameDescription
PointGeneratorOptions()The default constructor.

Properties

NameDescription
Count { get; set; }Number of points to create.
Place { get; set; }Placing mode in generated cells.
Seed { get; set; }A number used to calculate the seed value for a sequence of pseudo-random numbers.

Methods

NameDescription
Clone()Clone object to one another.
override ToString()Returns a string that represents the current object.

See Also