Click or drag to resize

ShelfVisualGetNextStoragePosition(BinLocation) Method

Returns the position of the center of a the next available location within a bin location on the shelf in local coordinates. This takes into account the current loading to work out the height the next load should be placed at.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Vector3 GetNextStoragePosition(
	BinLocation bl
)

Parameters

bl  BinLocation

[Missing <param name="bl"/> documentation for "M:Demo3D.Visuals.ShelfVisual.GetNextStoragePosition(Demo3D.Visuals.BinLocation)"]

Return Value

Vector3

[Missing <returns> documentation for "M:Demo3D.Visuals.ShelfVisual.GetNextStoragePosition(Demo3D.Visuals.BinLocation)"]

See Also