--- id: epackingmethod title: EPackingMethod sidebar_label: EPackingMethod --- The packing method to use. The packing method determines how the rectangles are packed into the sheets. | Value | Description | |-------------------------------|----------------------------------------------| | Best | The best fitting from all of the available methods. | | BestSkyline | The best available skyline method. | | BestMaxRects | The best available max rects method. | | SkylineBottomLeft | The skyline bottom-left method. | | SkylineBestFit | The skyline best-fit method. | | MaxRectsBestShortSideFit | The max rects best short-side fit method. | | MaxRectsBestLongSideFit | The max rects best long-side fit method. | | MaxRectsBestAreaFit | The max rects best area fit method. | | MaxRectsBottomLeftRule | The max rects bottom-left rule method. | | MaxRectsContactPointRule | The max rects contact-point rule method. |