Miscellany icon indicating copy to clipboard operation
Miscellany copied to clipboard

Handle 0 dimensions in PackingService

Open thomascorrie opened this issue 6 years ago • 1 comments

Feeding a Container with a dimension of 0 into any of the PackingService nodes will result in an error:

Warning: PackingService.PackContainer operation failed. 
One or more errors occurred.

Items with a 0 dimension fail too. Revise nodes to handle error with more explanation.

thomascorrie avatar Nov 09 '18 10:11 thomascorrie

Could you input X and Y if your using 2D and Z defaults to 1 if your not inputting anything? Then you can still sort things to get location points. Not sure the 1 actually effects anything in "2D" packing.

Vanman989 avatar Nov 11 '18 20:11 Vanman989