RandomPointOperator.Distribution Property
Gets or sets a value specifying how the generated points are distributed.
Syntax
public AttributeVariable< PointDistribution > Distribution { get; set; }
Property Value
Default: Noise
Specifies how the generated points are distributed.
Remarks
If Distribution is a noise type, points may overlap as they are distributed. If Distribution is a uniform type, overlaps are avoided. See PointDistribution for all valid types. For uniform distributions, the PointsPerFeature property is ignored.
Platforms
Windows, Linux, Android