Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I am developing an application which needs to use a 3D bin packing algorithm and I don't know how to code this. Could anyone help out, with pseudocode or relevant pointers?

Thanks in advance.
Posted
Updated 9-May-12 22:23pm
v2
Comments
Dhanamanikandan 10-May-12 3:49am    
Are you familier with algorithum 3D Bin?

You can refer for algorithum http://www.cs.ukzn.ac.za/publications/erick_dube_507-034.pdf
nmahendar 10-May-12 4:23am    
hi,
actually am working on that algorithm only,and
am unable to understand that algorithm properly.

1 solution

There's a decent explanation of the alogorithm here[^] complete with a pseudocode sample. You should surely be able to convert the sample into C#.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900