{ "cells": [ { "cell_type": "markdown", "id": "103f0729", "metadata": {}, "source": [ "# Modeling: Exporting designs\n", "\n", "After creating a design, you typically want to bring it into a CAD tool for further\n", "development. This notebook demonstrates how to export a design to the various supported\n", "CAD formats.\n", "\n", "## Create a design\n", "\n", "The code creates a simple design for demonstration purposes. The design consists of\n", "a set of rectangular pads with a circular hole in the center." ] }, { "cell_type": "code", "execution_count": 1, "id": "7a33d34e", "metadata": { "execution": { "iopub.execute_input": "2025-04-16T10:59:36.382300Z", "iopub.status.busy": "2025-04-16T10:59:36.382120Z", "iopub.status.idle": "2025-04-16T10:59:39.838653Z", "shell.execute_reply": "2025-04-16T10:59:39.838050Z" } }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "d300235084224c41918a8c62fbb43b27", "version_major": 2, "version_minor": 0 }, "text/plain": [ "EmbeddableWidget(value='" } }, "db0a9326e94f4722805846149e38c303": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } } }, "version_major": 2, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 5 }