Aug 21, 2004 1 #1 Kae Mechanical Joined May 3, 2000 Messages 16 Location TH I would like to write the program for packaging calculation. To find the maximum number of single-size box into outer box. Could you please advise the basic concept for this calculation? Many thanks in advance for all advice! Kae
I would like to write the program for packaging calculation. To find the maximum number of single-size box into outer box. Could you please advise the basic concept for this calculation? Many thanks in advance for all advice! Kae
Aug 21, 2004 #2 MacGyverS2000 Electrical Joined Dec 22, 2003 Messages 8,504 Location US Sounds like a typical homework problem for a programming class... do you have an algorithm in mind? Upvote 0 Downvote
Aug 23, 2004 #3 nbucska Electrical Joined Jun 1, 2000 Messages 2,191 Location US if each piece can be assumed to be a parallelepipedon: Try each possible orientations. Else try to fit 2 units into a common PE. <nbucska@pcperipherals DOT com> subj: eng-tips Upvote 0 Downvote
if each piece can be assumed to be a parallelepipedon: Try each possible orientations. Else try to fit 2 units into a common PE. <nbucska@pcperipherals DOT com> subj: eng-tips