|  | 
| PixelsVisual3DChangePositionArrays Method | 
            ChangePositionArrays method can be used to change 
Positions, 
PixelColors and 
PixelSizes with one method.
            This is needed when the number of positions is changed compared to the previous count in the Positions array.
            
 Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
 Syntax
Syntaxpublic void ChangePositionArrays(
	Vector3[] positions,
	Color4[] pixelColors = null,
	float[] pixelSizes = null
)
Parameters
- positions  Vector3
- positions as array of Vector3
- pixelColors  Color4  (Optional)
- optional pixel colors as array of Color4
- pixelSizes  Single  (Optional)
- optional pixel sizes as array of float
 See Also
See Also