compas-nest 0.1.1.dev5__tar.gz → 0.1.1.dev7__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.dev5 → compas_nest-0.1.1.dev7}/PKG-INFO +1 -1
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/examples/06_pack_array.py +1 -1
- compas_nest-0.1.1.dev7/examples/08_text.py +28 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/fonts/regular.xml +25 -43
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/result.py +26 -3
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/text.py +18 -7
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/tests/test_nesting.py +17 -0
- compas_nest-0.1.1.dev5/examples/08_text.py +0 -23
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/.github/workflows/build.yml +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/.github/workflows/docs.yml +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/.gitignore +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/.gitmodules +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/CHANGELOG.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/CMakeLists.txt +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/CREDITS.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/LICENSE +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/README.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/bash/build.sh +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/bash/install.sh +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/data/.gitkeep +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/data/elements_strips.json +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/data/output/.gitkeep +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/api/compas_nest.collision.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/api/compas_nest.datastructures.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/api/compas_nest.nfp.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/api/compas_nest.offset.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/api/compas_nest.pack.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/api/compas_nest.result.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/api/compas_nest.text.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/api/compas_nest.viewer.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/api/index.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/assets/favicon.png +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/assets/logo.png +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/changelog.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/credits.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/examples/01_collision_viewer.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/examples/02_nfp_viewer.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/examples/03_nfp_animated.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/examples/04_collision_dataset.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/examples/05_attributes.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/examples/06_pack_array.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/examples/07_pack_distance.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/examples/08_text.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/examples/index.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/images/.gitkeep +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/images/01_collision_viewer.png +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/images/02_nfp_viewer.png +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/images/03_nfp_animated.gif +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/images/04_collision_dataset.gif +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/images/05_attributes.png +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/index.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/docs/installation.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/environment.yml +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/examples/01_collision_viewer.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/examples/02_nfp_viewer.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/examples/03_nfp_animated.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/examples/04_collision_dataset.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/examples/05_attributes.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/examples/07_pack_distance.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/.git +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/README.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/CMakeLists.txt +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/README.md +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/collision_engine.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/common.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/convex_hull.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/obstacle.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/polygon.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/primitives.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/quadtree.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/scene.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/shape.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/shape_ops.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/slotmap.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/strip_packing.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/surrogate.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/transform.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/nest_physics.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/nest_physics_capi.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/nest_physics_capi.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/config.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/constants.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/driver.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/evaluator.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/optimizer.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/overlap.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/rng.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/sampler.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/util.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/CMakeLists.txt +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/ClipperUtil.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/D3.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/GeneticAlgorithm.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/GeneticAlgorithm.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/GeometryUtil.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/GeometryUtil.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/HelperTypes.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/MinkowskiConvolution.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/MinkowskiConvolution.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NFP.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NestConfig.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NestingContext.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NestingContext.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NestingEngine.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NestingEngine.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NfpWorker.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NfpWorker.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/Point.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/Random.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/Simplify.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/capi/nfp_nest_capi.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/capi/nfp_nest_capi.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/clipper2/clipper.core.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/clipper2/clipper.engine.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/clipper2/clipper.engine.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/clipper2/clipper.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/clipper2/clipper.minkowski.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/clipper2/clipper.offset.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/clipper2/clipper.offset.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/clipper2/clipper.rectclip.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/clipper2/clipper.rectclip.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/clipper2/clipper.version.h +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi/borland_prefix.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi/borland_suffix.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi/msvc_prefix.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi/msvc_suffix.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi_prefix.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/abi_suffix.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx03.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx11.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx14.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx17.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx20.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/assert_cxx98.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/auto_link.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/borland.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/clang.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/clang_version.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/codegear.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/comeau.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/common_edg.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/compaq_cxx.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/cray.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/diab.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/digitalmars.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/gcc.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/gcc_xml.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/greenhills.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/hp_acc.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/intel.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/kai.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/metrowerks.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/mpw.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/nvcc.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/pathscale.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/pgi.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/sgi_mipspro.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/sunpro_cc.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/vacpp.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/visualc.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/xlcpp.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/compiler/xlcpp_zos.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/cxx_composite.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/posix_features.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/select_compiler_config.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/select_platform_config.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/select_stdlib_config.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/detail/suffix.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/header_deprecated.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/helper_macros.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/no_tr1/cmath.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/no_tr1/complex.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/no_tr1/functional.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/no_tr1/memory.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/no_tr1/utility.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/aix.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/amigaos.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/beos.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/bsd.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/cloudabi.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/cray.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/cygwin.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/haiku.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/hpux.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/irix.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/linux.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/macos.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/qnxnto.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/solaris.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/symbian.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/vms.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/vxworks.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/wasm.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/win32.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/platform/zos.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/pragma_message.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/requires_threads.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/dinkumware.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/libcomo.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/libcpp.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/libstdcpp3.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/modena.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/msl.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/roguewave.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/sgi.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/stlport.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/vacpp.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/stdlib/xlcpp_zos.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/user.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/warning_disable.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config/workaround.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/config.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/cstdint.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/cxx11_char_types.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/detail/workaround.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/limits.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/boolean_op.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/boolean_op_45.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/iterator_compact_to_points.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/iterator_geometry_to_set.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/iterator_points_to_compact.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/max_cover.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/minkowski.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_45_formation.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_45_set_view.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_45_touch.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_90_set_view.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_90_touch.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_arbitrary_formation.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_formation.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_set_view.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_simplify.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/polygon_sort_adaptor.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/property_merge.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/property_merge_45.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/rectangle_formation.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/scan_arbitrary.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/voronoi_ctypes.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/voronoi_predicates.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/voronoi_robust_fpt.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/detail/voronoi_structures.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/gmp_override.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/gtl.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/interval_concept.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/interval_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/interval_traits.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/isotropy.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/point_concept.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/point_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/point_traits.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_45_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_45_set_concept.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_45_set_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_45_set_traits.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_45_with_holes_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_90_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_90_set_concept.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_90_set_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_90_set_traits.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_90_with_holes_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_set_concept.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_set_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_set_traits.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_traits.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/polygon_with_holes_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/rectangle_concept.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/rectangle_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/rectangle_traits.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/segment_concept.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/segment_data.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/segment_traits.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/segment_utils.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/transform.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/voronoi.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/voronoi_diagram.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/polygon/voronoi_geometry_type.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/third_party/boost_min/boost/version.hpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/tools/parity_diff.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/mkdocs.yml +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/pyproject.toml +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/requirements-dev.txt +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/requirements-docs.txt +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/_clipper.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/_nest_physics.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/_nfp_nest.cpp +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/__init__.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/collision.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/datastructures.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/fonts/bold.xml +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/nfp.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/offset.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/pack.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/types.py +0 -0
- {compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/src/compas_nest/viewer.py +0 -0
|
@@ -44,7 +44,7 @@ geo.add_part(
|
|
|
44
44
|
)
|
|
45
45
|
|
|
46
46
|
# 2. pack into an array: a fixed number of elements per row (5), wrapping to the next row
|
|
47
|
-
result: nest_result = pack(geo, columns=5, gap_x=
|
|
47
|
+
result: nest_result = pack(geo, columns=5, gap_x=1.0, gap_y=1.0)
|
|
48
48
|
|
|
49
49
|
# 3. view the grid layout (elements blue)
|
|
50
50
|
viewer: Viewer = Viewer()
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
from pathlib import Path
|
|
2
|
+
|
|
3
|
+
from compas.colors import Color
|
|
4
|
+
from compas.data import json_dump
|
|
5
|
+
from compas.geometry import Frame
|
|
6
|
+
from compas_viewer import Viewer
|
|
7
|
+
|
|
8
|
+
from compas_nest import text_to_polylines
|
|
9
|
+
|
|
10
|
+
BLUE: Color = Color.from_hex("#0072B2")
|
|
11
|
+
OUTPUT: Path = Path(__file__).parent.parent / "data" / "output" / "08_text.json"
|
|
12
|
+
|
|
13
|
+
# 1. a frame to place/orient the text (origin = text origin, x-axis = reading direction)
|
|
14
|
+
frame: Frame = Frame([0.0, 0.0, 0.0], [1.0, 0.0, 0.0], [0.0, 1.0, 0.0])
|
|
15
|
+
|
|
16
|
+
# 2. render text to single-stroke polylines (OpenNest XML font) on that frame, 10-unit cap height
|
|
17
|
+
strokes: list = text_to_polylines("compas_nest\n0 1 2 3 4 5 6 7 8 9", height=10.0, font="regular", frame=frame)
|
|
18
|
+
|
|
19
|
+
# 3. view the frame and the stroke polylines (blue)
|
|
20
|
+
viewer: Viewer = Viewer()
|
|
21
|
+
viewer.scene.add(frame)
|
|
22
|
+
for stroke in strokes:
|
|
23
|
+
viewer.scene.add(stroke, linecolor=BLUE, linewidth=2)
|
|
24
|
+
viewer.show()
|
|
25
|
+
|
|
26
|
+
# 4. save the polylines to JSON
|
|
27
|
+
OUTPUT.parent.mkdir(parents=True, exist_ok=True)
|
|
28
|
+
json_dump(strokes, OUTPUT)
|
|
@@ -544,14 +544,11 @@
|
|
|
544
544
|
</letter>
|
|
545
545
|
<!-- DIGIT ZERO -->
|
|
546
546
|
<letter code="48" start="0.1" end="0.6">
|
|
547
|
-
<path x="0.
|
|
548
|
-
<to x="0.
|
|
549
|
-
<to x="0.
|
|
550
|
-
<to x="0.
|
|
551
|
-
<to x="0.
|
|
552
|
-
</path>
|
|
553
|
-
<path x="0.15" y="0.00">
|
|
554
|
-
<to x="0.55" y="0.00" />
|
|
547
|
+
<path x="0.10" y="0.30">
|
|
548
|
+
<to x="0.55" y="0.30" b="-1.00" />
|
|
549
|
+
<to x="0.55" y="0.70" />
|
|
550
|
+
<to x="0.10" y="0.70" b="-1.00" />
|
|
551
|
+
<to x="0.10" y="0.30" />
|
|
555
552
|
</path>
|
|
556
553
|
</letter>
|
|
557
554
|
<!-- DIGIT ONE -->
|
|
@@ -564,10 +561,10 @@
|
|
|
564
561
|
</letter>
|
|
565
562
|
<!-- DIGIT TWO -->
|
|
566
563
|
<letter code="50" start="0.1" end="0.6">
|
|
567
|
-
<path x="0.
|
|
568
|
-
<to x="0.
|
|
569
|
-
<to x="0.
|
|
570
|
-
<to x="0.
|
|
564
|
+
<path x="0.12" y="0.68">
|
|
565
|
+
<to x="0.54" y="0.68" b="1.00" />
|
|
566
|
+
<to x="0.10" y="0.06" />
|
|
567
|
+
<to x="0.56" y="0.06" />
|
|
571
568
|
</path>
|
|
572
569
|
</letter>
|
|
573
570
|
<!-- DIGIT THREE -->
|
|
@@ -609,17 +606,12 @@
|
|
|
609
606
|
</letter>
|
|
610
607
|
<!-- DIGIT SIX -->
|
|
611
608
|
<letter code="54" start="0.1" end="0.6">
|
|
612
|
-
<path x="0.
|
|
613
|
-
<to x="0.
|
|
614
|
-
<to x="0.
|
|
615
|
-
<to x="0.55" y="0.25" />
|
|
616
|
-
<to x="0.35" y="0.05"/>
|
|
617
|
-
<to x="0.15" y="0.25" />
|
|
618
|
-
<to x="0.15" y="0.55" />
|
|
619
|
-
<to x="0.45000000000001" y="0.95" />
|
|
609
|
+
<path x="0.13" y="0.28">
|
|
610
|
+
<to x="0.57" y="0.28" b="-1.00" />
|
|
611
|
+
<to x="0.13" y="0.28" b="-1.00" />
|
|
620
612
|
</path>
|
|
621
|
-
<path x="0.
|
|
622
|
-
<to x="0.
|
|
613
|
+
<path x="0.52" y="0.86">
|
|
614
|
+
<to x="0.135" y="0.40" b="-0.50" />
|
|
623
615
|
</path>
|
|
624
616
|
</letter>
|
|
625
617
|
<!-- DIGIT SEVEN -->
|
|
@@ -632,33 +624,23 @@
|
|
|
632
624
|
</letter>
|
|
633
625
|
<!-- DIGIT EIGHT -->
|
|
634
626
|
<letter code="56" start="0.1" end="0.6">
|
|
635
|
-
<path x="0.
|
|
636
|
-
<to x="0.
|
|
637
|
-
<to x="0.
|
|
638
|
-
<to x="0.4349056604" y="0.0971698113" />
|
|
639
|
-
<to x="0.2650943396" y="0.0971698113" />
|
|
640
|
-
<to x="0.2650943396" y="0.4125006848" />
|
|
641
|
-
<to x="0.4349056604" y="0.5874993152" />
|
|
642
|
-
<to x="0.4349056604" y="0.9028301887" />
|
|
643
|
-
<to x="0.2650943396" y="0.9028301887" />
|
|
627
|
+
<path x="0.11" y="0.30">
|
|
628
|
+
<to x="0.59" y="0.30" b="-1.00" />
|
|
629
|
+
<to x="0.11" y="0.30" b="-1.00" />
|
|
644
630
|
</path>
|
|
645
|
-
<path x="0.15" y="0.
|
|
646
|
-
<to x="0.55" y="0.00" />
|
|
631
|
+
<path x="0.15" y="0.74">
|
|
632
|
+
<to x="0.55" y="0.74" b="-1.00" />
|
|
633
|
+
<to x="0.15" y="0.74" b="-1.00" />
|
|
647
634
|
</path>
|
|
648
635
|
</letter>
|
|
649
636
|
<!-- DIGIT NINE -->
|
|
650
637
|
<letter code="57" start="0.1" end="0.6">
|
|
651
|
-
<path x="0.
|
|
652
|
-
<to x="0.
|
|
653
|
-
<to x="0.
|
|
654
|
-
<to x="0.15" y="0.75" />
|
|
655
|
-
<to x="0.35" y="0.95" />
|
|
656
|
-
<to x="0.55" y="0.75" />
|
|
657
|
-
<to x="0.55" y="0.45" />
|
|
658
|
-
<to x="0.24999999999999" y="0.05" />
|
|
638
|
+
<path x="0.13" y="0.72">
|
|
639
|
+
<to x="0.57" y="0.72" b="-1.00" />
|
|
640
|
+
<to x="0.13" y="0.72" b="-1.00" />
|
|
659
641
|
</path>
|
|
660
|
-
<path x="0.
|
|
661
|
-
<to x="0.
|
|
642
|
+
<path x="0.18" y="0.14">
|
|
643
|
+
<to x="0.565" y="0.60" b="-0.50" />
|
|
662
644
|
</path>
|
|
663
645
|
</letter>
|
|
664
646
|
<!-- PLUS SIGN -->
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import math
|
|
4
4
|
import os
|
|
5
5
|
|
|
6
|
+
from compas.data import Data
|
|
6
7
|
from compas.data import json_dump
|
|
7
8
|
from compas.geometry import Rotation
|
|
8
9
|
from compas.geometry import Translation
|
|
9
10
|
|
|
10
11
|
|
|
11
|
-
class nest_result:
|
|
12
|
-
"""Placements produced by a nesting engine.
|
|
12
|
+
class nest_result(Data):
|
|
13
|
+
"""Placements produced by a nesting engine (a serializable COMPAS ``Data``).
|
|
13
14
|
|
|
14
15
|
The placement contract (shared by both engines) is::
|
|
15
16
|
|
|
@@ -30,15 +31,37 @@ class nest_result:
|
|
|
30
31
|
Number of sheets actually used.
|
|
31
32
|
fitness : float, optional
|
|
32
33
|
Solver fitness (NFP engine only).
|
|
34
|
+
name : str, optional
|
|
33
35
|
"""
|
|
34
36
|
|
|
35
|
-
def __init__(self, placements, geo, sheet_origins, n_sheets, fitness=None):
|
|
37
|
+
def __init__(self, placements, geo, sheet_origins, n_sheets, fitness=None, name=None):
|
|
38
|
+
super().__init__(name=name)
|
|
36
39
|
self.placements = placements
|
|
37
40
|
self.geo = geo
|
|
38
41
|
self.sheet_origins = sheet_origins
|
|
39
42
|
self.n_sheets = n_sheets
|
|
40
43
|
self.fitness = fitness
|
|
41
44
|
|
|
45
|
+
@property
|
|
46
|
+
def __data__(self):
|
|
47
|
+
return {
|
|
48
|
+
"placements": [dict(p) for p in self.placements],
|
|
49
|
+
"geo": self.geo,
|
|
50
|
+
"sheet_origins": [[float(o[0]), float(o[1])] for o in self.sheet_origins],
|
|
51
|
+
"n_sheets": int(self.n_sheets),
|
|
52
|
+
"fitness": self.fitness,
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@classmethod
|
|
56
|
+
def __from_data__(cls, data):
|
|
57
|
+
return cls(
|
|
58
|
+
data["placements"],
|
|
59
|
+
data["geo"],
|
|
60
|
+
[tuple(o) for o in data["sheet_origins"]],
|
|
61
|
+
data["n_sheets"],
|
|
62
|
+
data.get("fitness"),
|
|
63
|
+
)
|
|
64
|
+
|
|
42
65
|
@property
|
|
43
66
|
def placed(self):
|
|
44
67
|
"""list[dict] : Placements that landed on a sheet (``sheet_id >= 0``)."""
|
|
@@ -90,9 +90,14 @@ def _font(name="regular"):
|
|
|
90
90
|
return _FONTS[name]
|
|
91
91
|
|
|
92
92
|
|
|
93
|
-
def text_to_polylines(text, height=1.0, font="regular",
|
|
93
|
+
def text_to_polylines(text, height=1.0, font="regular", frame=None, spacing=H_SPACING):
|
|
94
94
|
"""Render ``text`` to a list of single-stroke :class:`compas.geometry.Polyline`.
|
|
95
95
|
|
|
96
|
+
The text is laid out on the XY plane with the first line's baseline-left at the origin, then
|
|
97
|
+
oriented/placed onto ``frame`` — so you can drop a label anywhere (e.g. on a nested sheet) with
|
|
98
|
+
any orientation. ``frame`` axes also scale: use a frame with unit axes to keep ``height`` as the
|
|
99
|
+
cap height.
|
|
100
|
+
|
|
96
101
|
Parameters
|
|
97
102
|
----------
|
|
98
103
|
text : str
|
|
@@ -101,23 +106,23 @@ def text_to_polylines(text, height=1.0, font="regular", origin=(0.0, 0.0), spaci
|
|
|
101
106
|
Cap height (em) the glyphs are scaled to.
|
|
102
107
|
font : str, optional
|
|
103
108
|
Packaged font name: ``"regular"`` or ``"bold"``.
|
|
104
|
-
|
|
105
|
-
|
|
109
|
+
frame : :class:`compas.geometry.Frame`, optional
|
|
110
|
+
Where to place/orient the text. Its origin is the text origin, its x-axis the reading
|
|
111
|
+
direction and y-axis "up". Defaults to the world XY frame.
|
|
106
112
|
spacing : float, optional
|
|
107
113
|
Extra gap between glyphs, in em.
|
|
108
114
|
|
|
109
115
|
Returns
|
|
110
116
|
-------
|
|
111
117
|
list[:class:`compas.geometry.Polyline`]
|
|
112
|
-
One polyline per stroke
|
|
118
|
+
One polyline per stroke.
|
|
113
119
|
"""
|
|
114
120
|
glyphs = _font(font)
|
|
115
121
|
fallback = glyphs.get("\0")
|
|
116
|
-
ox, oy = origin
|
|
117
122
|
out = []
|
|
118
123
|
for line_i, line in enumerate(text.split("\n")):
|
|
119
|
-
x =
|
|
120
|
-
y =
|
|
124
|
+
x = 0.0
|
|
125
|
+
y = -line_i * V_SPACING * height
|
|
121
126
|
for ch in line:
|
|
122
127
|
glyph = glyphs.get(ch, fallback)
|
|
123
128
|
if glyph is None:
|
|
@@ -127,4 +132,10 @@ def text_to_polylines(text, height=1.0, font="regular", origin=(0.0, 0.0), spaci
|
|
|
127
132
|
for stroke in glyph["strokes"]:
|
|
128
133
|
out.append(Polyline([[x + px * height, y + py * height, 0.0] for (px, py) in stroke]))
|
|
129
134
|
x += glyph["end"] * height + spacing * height
|
|
135
|
+
|
|
136
|
+
if frame is not None:
|
|
137
|
+
from compas.geometry import Transformation
|
|
138
|
+
|
|
139
|
+
matrix = Transformation.from_frame(frame)
|
|
140
|
+
out = [pl.transformed(matrix) for pl in out]
|
|
130
141
|
return out
|
|
@@ -137,6 +137,23 @@ def test_text_to_polylines():
|
|
|
137
137
|
assert max(len(pl.points) for pl in text_to_polylines("C", height=10.0)) > 3
|
|
138
138
|
|
|
139
139
|
|
|
140
|
+
def test_result_serialization_roundtrip(geo, sheets):
|
|
141
|
+
result = opennest_collision(iterations=200, num_rotations=8, seed=1, verbose=False).solve(geo, sheets)
|
|
142
|
+
reloaded = json_loads(json_dumps(result))
|
|
143
|
+
assert type(reloaded).__name__ == "nest_result"
|
|
144
|
+
assert reloaded.n_sheets == result.n_sheets
|
|
145
|
+
assert len(reloaded.placed) == len(result.placed)
|
|
146
|
+
assert len(reloaded.placed_polylines()) == len(result.placed_polylines()) # geo survived too
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
def test_text_frame_places_and_orients():
|
|
150
|
+
from compas.geometry import Frame
|
|
151
|
+
|
|
152
|
+
plain = text_to_polylines("A", height=10.0)
|
|
153
|
+
framed = text_to_polylines("A", height=10.0, frame=Frame([100, 0, 0], [1, 0, 0], [0, 1, 0]))
|
|
154
|
+
assert framed[0].points[0][0] > plain[0].points[0][0] + 90 # shifted to the frame origin
|
|
155
|
+
|
|
156
|
+
|
|
140
157
|
def test_from_size_factory():
|
|
141
158
|
sheets = nest_sheets.from_size(100, 50, count=2)
|
|
142
159
|
assert len(sheets.sheets) == 2
|
|
@@ -1,23 +0,0 @@
|
|
|
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" / "08_text.json"
|
|
11
|
-
|
|
12
|
-
# 1. render text to single-stroke polylines (OpenNest XML font), 10-unit cap height
|
|
13
|
-
strokes: list = text_to_polylines("compas_nest\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)
|
|
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
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/CMakeLists.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/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.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/geometry/scene.hpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/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.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/nest_physics.cpp
RENAMED
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/nest_physics_capi.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/config.hpp
RENAMED
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/driver.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/overlap.hpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/rng.hpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/sampler.hpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/nest_physics_cpp/solver/util.hpp
RENAMED
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/ClipperUtil.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/GeneticAlgorithm.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/GeometryUtil.cpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/GeometryUtil.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/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.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NestConfig.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NestingContext.cpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NestingContext.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NestingEngine.cpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NestingEngine.h
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/external/nest/opennest_cpp/src/NfpWorker.cpp
RENAMED
|
File without changes
|
{compas_nest-0.1.1.dev5 → compas_nest-0.1.1.dev7}/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.dev5 → compas_nest-0.1.1.dev7}/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
|