PreviousNext
Help > Input Classes > Cargo Class > Cargo Class Properties > FloorStackType Property
FloorStackType Property

Applies To

WebService.Cargo

Description

Sets or gets the floor stacking type of the cargo.

Syntax

Property FloorStackType As FloorStackEnum

Data Type

FloorStackEnum

Remark

 

Value

Description

Enumeration

0

The two options below are disregarded and the cargoes are placed where it's most efficient in relation to other items in the load.

BestFit

1

Any solutions are disregarded in which the cargo is not placed on the floor.

BottomOnly

2

Any solutions are disregarded in which the cargo is placed on the floor.

NoBottom

In order to activate this property, you should set FloorStack to the StackingRule of the Rules class.

It can be used at following purpose;

Preventing heavy boxes from being placed on top of light boxes

② Putting a pallet on top of other where both have same footprints

③ Stick two different boxes together vertically