Orientation Enumeration | |
Nesting Orientation Enum
Namespace:
PSI.Sox.Packing
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public enum class Orientation
PSI.Sox.Packing.Orientation = function();
PSI.Sox.Packing.Orientation.createEnum('PSI.Sox.Packing.Orientation', false);
Members
| Member name | Value | Description |
---|
| Length | 0 |
Nest item by length
|
| Width | 1 |
Nest item by width
|
| Height | 2 |
Nest item by height
|
| VlChannel | 3 |
V/L shaped item placed inside one another
|
| VlInterlock | 4 |
V/L shapped item placed in interlocking pattern
|
| Hollow | 5 |
Large item with hollow space.
|
| Insert | 6 |
Small item that can be insterted into the hollow space inside a larger item
|
See Also