A "Make2D" implementation for COMPAS: import 3D models and export a 2D projection to SVG.
This project uses uv for dependency management.
# Install the project and dependencies
uv syncYou can use the CLI tool to generate 2D projections.
# Run the tool
uv run compas-make2d path/to/model.obj path/to/output.svgTo set up the development environment:
# Install development dependencies
uv sync --dev
# Run linting
uv run ruff check .MIT License. See LICENSE for details.
Copyright (c) 2026 ETH Zurich, Gramazio Kohler Research.