Click or drag to resize
AB4D logo

HeightMapMesh3DUpdateHeight Method

Updates the height map with the new height data. The dimensions of the new height data array must be the same as the array used in the constructor.

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void UpdateHeight(
	double[,] newHeightData
)

Parameters

newHeightData  Double
New height data. The dimensions of the new height data array must be the same as the array used in the constructor
See Also