Click or drag to resize

FlatContainerModelSurfacePoints Property

Defines a list of points on the surface of the FlatContainer and their properties.

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

Property Value

Type: SurfacePointsModel
Remarks

The list of SurfacePoints on a FlatContainer is used generally for showing the distribution of a content on the surface of the FlatContainer, e.g. bacteria colonies on an agar plate.

This property is automatically generated based on the Density and Radius of the FlatContainer, and is usually not set manually.

Coordinates are set on the X-Z plane and are separated by semicolons (;).

Examples
XML
<SurfacePoints Points="-0.01556843,0.09616149;0.1044067,0.07162654">
  <SurfaceContents>
    ...
  </SurfaceContents>
</SurfacePoints>
See Also