{ "cells": [ { "cell_type": "markdown", "id": "4ede4cdf", "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": "ecd5c7eb", "metadata": { "execution": { "iopub.execute_input": "2025-01-16T08:17:28.181948Z", "iopub.status.busy": "2025-01-16T08:17:28.181948Z", "iopub.status.idle": "2025-01-16T08:17:39.648374Z", "shell.execute_reply": "2025-01-16T08:17:39.648374Z" } }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "aec2ddfe419e420c817c0246a526d9b1", "version_major": 2, "version_minor": 0 }, "text/plain": [ "EmbeddableWidget(value='" } } }, "version_major": 2, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 5 }