Click or drag to resize

FlatContainerModelDensity Property

Determines the number of SurfacePoints in this FlatContainer.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public int Density { get; set; }

Property Value

Type: Int32
Remarks

The Density of a FlatContainer sets the number of SurfacePoints it contains.

A higher density will set more SurfacePoints inside the FlatContainer, but requires more resources.

See Also