You are here: Start » AVL.NET » View3DBox.DataItem.SetPointCloud Method
View3DBox.DataItem.SetPointCloud Method
Sets an arbitrary point cloud data arranged in the 2D grid for this primitive.
| Namespace: | HMI.Controls |
|---|---|
| Assembly: | HMI.Controls.dll |
Syntax
public void SetPointCloud( System.IntPtr data, int dataSize, int width, int height )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| data | System.IntPtr | Pointer to the beginning of the 3D point cloud data buffer (containing three float values with x, y and z coordinates per point). | |||
| dataSize | int | Data buffer size in bytes. | |||
| width | int | Width of the 2D grid arrangement. | |||
| height | int | Height of the 2D grid arrangement. |
