Skip to content
Thomas Corrie edited this page Oct 24, 2018 · 5 revisions

Code: Item.cs

An Item represents the entity to be packed into a Container

Create

Item.Item
Item

Create a new Item from an id (int), three dimensions (double) and a quantity (int)

Query

Item.CoordX Item.CoordY Item.CoordZ
Item Item Item

Gets the x, y, z coordinates of the location of the packed item within the container

Item.Dim1 Item.Dim2 Item.Dim3
Item Item Item

Gets the length of one of the item dimensions

Item.ID
Item

Gets the item ID

Item.IsPacked
Item

Indicates whether this item has already been packed

Item.PackDimX Item.PackDimY Item.PackDimZ
Item Item Item

Gets the x, y, z dimensions of the orientation of the item as it has been packed

Item.Quantity
Item

Gets the item quantity

Item.Sequence
Item

Gets the pack sequence number

Item.Volume
Item

Gets the item volume

Nodes

Versions

Clone this wiki locally