You are here: Start » AVL.NET » View3DBox.DataItem.SetPointCloud Method

View3DBox.DataItem.SetPointCloud Method

Sets an arbitrary point cloud data for this primitive.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

public void SetPointCloud
(
	System.IntPtr data,
	int pointsCount
)

Parameters

Name Type Range Default Description
dataSystem.IntPtrPointer to the beginning of the 3D point cloud data buffer (containing three float values with x, y and z coordinates per point).
pointsCountintNumber of points in the point cloud data.

Function Overrides

See also