Click or drag to resize

ShelfVisualGetNextStoragePosition Method (BinLocation)

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: 15.0.2.11458
Syntax
C#
public Vector3 GetNextStoragePosition(
	BinLocation bl
)

Parameters

bl
Type: Demo3D.VisualsBinLocation

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

Return Value

Type: Vector3

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

See Also