compas-nest 0.1.1.dev3__tar.gz → 0.1.1.dev4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/PKG-INFO +1 -1
- compas_nest-0.1.1.dev4/docs/examples/06_pack.md +11 -0
- compas_nest-0.1.1.dev4/docs/examples/07_text.md +11 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/examples/index.md +2 -0
- compas_nest-0.1.1.dev4/examples/06_pack.py +60 -0
- compas_nest-0.1.1.dev4/examples/07_text.py +23 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/mkdocs.yml +2 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/.github/workflows/build.yml +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/.github/workflows/docs.yml +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/.gitignore +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/.gitmodules +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/CHANGELOG.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/CMakeLists.txt +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/CREDITS.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/LICENSE +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/README.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/bash/build.sh +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/bash/install.sh +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/data/.gitkeep +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/data/elements_strips.json +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/data/output/.gitkeep +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/api/compas_nest.collision.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/api/compas_nest.datastructures.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/api/compas_nest.nfp.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/api/compas_nest.offset.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/api/compas_nest.pack.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/api/compas_nest.result.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/api/compas_nest.text.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/api/compas_nest.viewer.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/api/index.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/assets/favicon.png +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/assets/logo.png +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/changelog.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/credits.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/examples/01_collision_viewer.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/examples/02_nfp_viewer.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/examples/03_nfp_animated.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/examples/04_collision_dataset.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/examples/05_attributes.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/images/.gitkeep +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/images/01_collision_viewer.png +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/images/02_nfp_viewer.png +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/images/03_nfp_animated.gif +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/images/04_collision_dataset.gif +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/images/05_attributes.png +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/index.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/docs/installation.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/environment.yml +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/examples/01_collision_viewer.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/examples/02_nfp_viewer.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/examples/03_nfp_animated.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/examples/04_collision_dataset.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/examples/05_attributes.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/.git +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/README.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/CMakeLists.txt +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/README.md +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/collision_engine.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/common.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/convex_hull.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/obstacle.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/polygon.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/primitives.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/quadtree.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/scene.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/shape.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/shape_ops.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/slotmap.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/strip_packing.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/surrogate.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/transform.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/nest_physics.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/nest_physics_capi.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/nest_physics_capi.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/config.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/constants.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/driver.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/evaluator.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/optimizer.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/overlap.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/rng.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/sampler.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/util.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/CMakeLists.txt +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/ClipperUtil.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/D3.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/GeneticAlgorithm.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/GeneticAlgorithm.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/GeometryUtil.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/GeometryUtil.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/HelperTypes.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/MinkowskiConvolution.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/MinkowskiConvolution.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NFP.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NestConfig.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NestingContext.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NestingContext.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NestingEngine.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NestingEngine.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NfpWorker.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NfpWorker.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/Point.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/Random.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/Simplify.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/capi/nfp_nest_capi.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/capi/nfp_nest_capi.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.core.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.engine.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.engine.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.minkowski.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.offset.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.offset.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.rectclip.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.rectclip.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.version.h +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi/borland_prefix.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi/borland_suffix.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi/msvc_prefix.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi/msvc_suffix.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi_prefix.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi_suffix.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx03.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx11.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx14.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx17.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx20.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx98.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/auto_link.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/borland.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/clang.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/clang_version.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/codegear.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/comeau.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/common_edg.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/compaq_cxx.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/cray.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/diab.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/digitalmars.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/gcc.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/gcc_xml.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/greenhills.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/hp_acc.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/intel.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/kai.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/metrowerks.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/mpw.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/nvcc.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/pathscale.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/pgi.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/sgi_mipspro.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/sunpro_cc.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/vacpp.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/visualc.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/xlcpp.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/xlcpp_zos.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/cxx_composite.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/posix_features.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/select_compiler_config.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/select_platform_config.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/select_stdlib_config.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/suffix.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/header_deprecated.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/helper_macros.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/no_tr1/cmath.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/no_tr1/complex.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/no_tr1/functional.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/no_tr1/memory.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/no_tr1/utility.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/aix.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/amigaos.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/beos.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/bsd.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/cloudabi.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/cray.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/cygwin.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/haiku.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/hpux.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/irix.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/linux.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/macos.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/qnxnto.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/solaris.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/symbian.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/vms.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/vxworks.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/wasm.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/win32.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/zos.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/pragma_message.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/requires_threads.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/dinkumware.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/libcomo.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/libcpp.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/libstdcpp3.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/modena.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/msl.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/roguewave.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/sgi.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/stlport.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/vacpp.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/xlcpp_zos.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/user.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/warning_disable.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config/workaround.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/config.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/cstdint.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/cxx11_char_types.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/detail/workaround.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/limits.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/boolean_op.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/boolean_op_45.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/iterator_compact_to_points.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/iterator_geometry_to_set.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/iterator_points_to_compact.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/max_cover.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/minkowski.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_45_formation.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_45_set_view.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_45_touch.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_90_set_view.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_90_touch.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_arbitrary_formation.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_formation.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_set_view.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_simplify.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_sort_adaptor.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/property_merge.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/property_merge_45.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/rectangle_formation.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/scan_arbitrary.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/voronoi_ctypes.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/voronoi_predicates.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/voronoi_robust_fpt.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/voronoi_structures.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/gmp_override.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/gtl.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/interval_concept.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/interval_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/interval_traits.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/isotropy.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/point_concept.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/point_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/point_traits.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_45_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_45_set_concept.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_45_set_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_45_set_traits.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_45_with_holes_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_90_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_90_set_concept.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_90_set_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_90_set_traits.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_90_with_holes_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_set_concept.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_set_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_set_traits.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_traits.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_with_holes_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/rectangle_concept.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/rectangle_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/rectangle_traits.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/segment_concept.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/segment_data.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/segment_traits.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/segment_utils.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/transform.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/voronoi.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/voronoi_diagram.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/voronoi_geometry_type.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/third_party/boost_min/boost/version.hpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/tools/parity_diff.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/pyproject.toml +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/requirements-dev.txt +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/requirements-docs.txt +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/_clipper.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/_nest_physics.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/_nfp_nest.cpp +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/__init__.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/collision.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/datastructures.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/fonts/bold.xml +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/fonts/regular.xml +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/nfp.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/offset.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/pack.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/result.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/text.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/types.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/src/compas_nest/viewer.py +0 -0
- {compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/tests/test_nesting.py +0 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# 06 · Pack (grid array)
|
|
2
|
+
|
|
3
|
+
Lay parts out in a simple grid/array with `pack` — a deterministic layout, no nesting. It returns a
|
|
4
|
+
`nest_result`, so the same `placed_polylines` / `to_json` / `to_obj` apply.
|
|
5
|
+
|
|
6
|
+
<!-- TODO: image -->
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
```python
|
|
10
|
+
--8<-- "examples/06_pack.py"
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# 07 · Text (single-stroke font)
|
|
2
|
+
|
|
3
|
+
Render text to single-stroke polylines with `text_to_polylines`, using the OpenNest XML engraving
|
|
4
|
+
font (e.g. for sheet-number labels). Arcs are sampled to polyline segments.
|
|
5
|
+
|
|
6
|
+
<!-- TODO: image -->
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
```python
|
|
10
|
+
--8<-- "examples/07_text.py"
|
|
11
|
+
```
|
|
@@ -8,3 +8,5 @@ placed geometry to `data/output/` as JSON (full result) and OBJ (outlines + hole
|
|
|
8
8
|
3. [Live animation (NFP)](03_nfp_animated.md) — watch the GA layout evolve.
|
|
9
9
|
4. [Clearance offset](04_collision_dataset.md) — add gaps with `offset_geo` / `offset_sheets`.
|
|
10
10
|
5. [Attributes](05_attributes.md) — carry geometry (a centroid point) through placement.
|
|
11
|
+
6. [Pack (grid)](06_pack.md) — simple grid/array layout with `pack` (no nesting).
|
|
12
|
+
7. [Text (font)](07_text.md) — single-stroke text with `text_to_polylines`.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
from pathlib import Path
|
|
2
|
+
|
|
3
|
+
from compas.colors import Color
|
|
4
|
+
from compas.geometry import Polyline
|
|
5
|
+
from compas_viewer import Viewer
|
|
6
|
+
|
|
7
|
+
from compas_nest import nest_geo
|
|
8
|
+
from compas_nest import nest_result
|
|
9
|
+
from compas_nest import pack
|
|
10
|
+
|
|
11
|
+
BLUE: Color = Color.from_hex("#0072B2")
|
|
12
|
+
OUTPUT: Path = Path(__file__).parent.parent / "data" / "output" / "06_pack.json"
|
|
13
|
+
|
|
14
|
+
# 1. parts (one with a hole) with several copies each
|
|
15
|
+
geo: nest_geo = nest_geo()
|
|
16
|
+
geo.add_part(
|
|
17
|
+
Polyline([
|
|
18
|
+
[0, 0, 0],
|
|
19
|
+
[30, 0, 0],
|
|
20
|
+
[30, 12, 0],
|
|
21
|
+
[0, 12, 0],
|
|
22
|
+
[0, 0, 0],
|
|
23
|
+
]),
|
|
24
|
+
copies=6,
|
|
25
|
+
)
|
|
26
|
+
geo.add_part(
|
|
27
|
+
Polyline([
|
|
28
|
+
[0, 0, 0],
|
|
29
|
+
[20, 0, 0],
|
|
30
|
+
[20, 20, 0],
|
|
31
|
+
[0, 20, 0],
|
|
32
|
+
[0, 0, 0],
|
|
33
|
+
]),
|
|
34
|
+
holes=[
|
|
35
|
+
Polyline([
|
|
36
|
+
[6, 6, 0],
|
|
37
|
+
[14, 6, 0],
|
|
38
|
+
[14, 14, 0],
|
|
39
|
+
[6, 14, 0],
|
|
40
|
+
[6, 6, 0],
|
|
41
|
+
]),
|
|
42
|
+
],
|
|
43
|
+
copies=6,
|
|
44
|
+
)
|
|
45
|
+
|
|
46
|
+
# 2. pack into a simple grid (no nesting): 5 cells per row, 8-unit gaps
|
|
47
|
+
result: nest_result = pack(geo, columns=5, gap_x=8.0, gap_y=8.0)
|
|
48
|
+
|
|
49
|
+
# 3. view the grid layout (elements blue)
|
|
50
|
+
viewer: Viewer = Viewer()
|
|
51
|
+
for group in result.placed_polylines():
|
|
52
|
+
for part in group["parts"]:
|
|
53
|
+
viewer.scene.add(part["outline"], linecolor=BLUE, linewidth=2)
|
|
54
|
+
for hole in part["holes"]:
|
|
55
|
+
viewer.scene.add(hole, linecolor=BLUE)
|
|
56
|
+
viewer.show()
|
|
57
|
+
|
|
58
|
+
# 4. save the placed geometry to JSON (full result) and OBJ (outlines + holes)
|
|
59
|
+
result.to_json(OUTPUT)
|
|
60
|
+
result.to_obj(OUTPUT.with_suffix(".obj"))
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
from pathlib import Path
|
|
2
|
+
|
|
3
|
+
from compas.colors import Color
|
|
4
|
+
from compas.data import json_dump
|
|
5
|
+
from compas_viewer import Viewer
|
|
6
|
+
|
|
7
|
+
from compas_nest import text_to_polylines
|
|
8
|
+
|
|
9
|
+
BLUE: Color = Color.from_hex("#0072B2")
|
|
10
|
+
OUTPUT: Path = Path(__file__).parent.parent / "data" / "output" / "07_text.json"
|
|
11
|
+
|
|
12
|
+
# 1. render text to single-stroke polylines (OpenNest XML font), 10-unit cap height
|
|
13
|
+
strokes: list = text_to_polylines("OpenNest\n0 1 2", height=10.0, font="regular")
|
|
14
|
+
|
|
15
|
+
# 2. view the stroke polylines (blue)
|
|
16
|
+
viewer: Viewer = Viewer()
|
|
17
|
+
for stroke in strokes:
|
|
18
|
+
viewer.scene.add(stroke, linecolor=BLUE, linewidth=2)
|
|
19
|
+
viewer.show()
|
|
20
|
+
|
|
21
|
+
# 3. save the polylines to JSON
|
|
22
|
+
OUTPUT.parent.mkdir(parents=True, exist_ok=True)
|
|
23
|
+
json_dump(strokes, OUTPUT)
|
|
@@ -48,6 +48,8 @@ nav:
|
|
|
48
48
|
- 03 Live animation (NFP): examples/03_nfp_animated.md
|
|
49
49
|
- 04 Clearance offset: examples/04_collision_dataset.md
|
|
50
50
|
- 05 Attributes: examples/05_attributes.md
|
|
51
|
+
- 06 Pack (grid): examples/06_pack.md
|
|
52
|
+
- 07 Text (font): examples/07_text.md
|
|
51
53
|
- API Reference:
|
|
52
54
|
- api/index.md
|
|
53
55
|
- Data structures: api/compas_nest.datastructures.md
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/CMakeLists.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/common.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/scene.hpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/geometry/shape.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/nest_physics.cpp
RENAMED
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/nest_physics_capi.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/config.hpp
RENAMED
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/driver.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/overlap.hpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/rng.hpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/sampler.hpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/nest_physics_cpp/solver/util.hpp
RENAMED
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/ClipperUtil.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/GeneticAlgorithm.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/GeometryUtil.cpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/GeometryUtil.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/HelperTypes.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NestConfig.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NestingContext.cpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NestingContext.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NestingEngine.cpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NestingEngine.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NfpWorker.cpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/NfpWorker.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev3 → compas_nest-0.1.1.dev4}/external/nest/opennest_cpp/src/clipper2/clipper.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|