Skip to content

Container Packing

Thomas Corrie edited this page Oct 18, 2018 · 7 revisions

Miscellany incorporates an implementation of the C# library 3DContainerPacking to use the EB-AFIT container packing algorithm in Dynamo.

The library is divided into two sections: Entities and PackingService. Entities consists of nodes for creating Items (the entities to be packed) and Containers (the entities to pack inside). PackingService consists of algorithms for carrying out the packing.

Sample File: Miscellany-Samples-PackContainer.dyn

Nodes

Versions

Clone this wiki locally