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.Void* data,
	int dataSize,
	int width,
	int height
)

Parameters

Name Type Range Default Description
dataSystem.Void*Pointer to the beginning of the 3D point cloud data buffer (containing three float values with x, y and z coordinates per point).
dataSizeintData buffer size in bytes.
widthintWidth of the 2D grid arrangement.
heightintHeight of the 2D grid arrangement.

Function Overrides

See also