Applies To |
Web API.Rules |
|||||||||||||||
Description |
Sets or gets the calculation type to be applied to build the load. The default setting is MixLoad. |
|||||||||||||||
Syntax |
Property CalculationType As Web API.Rules. CalculationTypeEnum |
|||||||||||||||
Remarks |
|
|||||||||||||||
Data Type |
string as CalculationTypeEnum |
|||||||||||||||
CubeMaster Screen |
|
|||||||||||||||
Example |
"rules": { "calculationType": "MixLoad", "algorithmType": "Optimization", "bestFitContainersSelectionType": "BestfitMaxLoadVolFirst", "fillDirection": "BottomToTop", "IsSpreadIdenticalCargoAllowed": true, "isWeightLimited": true, "isSafeStackingUsed": true, "minSupportRate": 75.0, "isUnitloadFirst": false } |