Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 905 Bytes

File metadata and controls

25 lines (18 loc) · 905 Bytes

OpenCAD Examples

This repository contains small, focused OpenCAD scripts that demonstrate how to model hardware, software interface, firmware support, and full-device parts. Each example is standalone and can be run directly with the OpenCAD CLI.

Repository layout

  • examples/hardware — mechanical brackets, carriers, and similar parts
  • examples/software — enclosures or panels driven by software UI needs
  • examples/firmware — fixtures and tooling that support firmware workflows
  • examples/device — full-device or multi-discipline parts
  • examples/agents — agent-driven code generation examples

For a detailed list of scripts, see examples/README.md.

Running an example

From the repository root:

python -m opencad.cli run examples/hardware/hardware_mounting_bracket.py \
  --export bracket.step \
  --tree-output bracket-tree.json