Click or drag to resize
AB4D logo

InstancedMeshGeometryVisual3DUpdate(Boolean) Method

Update method updates the data for all instances and provides a parameter to specify if bounding box need to be updated.

Namespace: Ab3d.Visuals
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public void Update(
	bool updateBounds
)

Parameters

updateBounds  Boolean
when true, the bounding box of the InstancedMeshGeometryVisual3D will be updated (this can take some time but is needed when this object's bounds change the bounds of the whole scene)
See Also