{ "cells": [ { "cell_type": "markdown", "id": "77b6f667", "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": "14ec9887", "metadata": { "execution": { "iopub.execute_input": "2025-02-18T15:29:21.606157Z", "iopub.status.busy": "2025-02-18T15:29:21.606157Z", "iopub.status.idle": "2025-02-18T15:29:29.589364Z", "shell.execute_reply": "2025-02-18T15:29:29.589364Z" } }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "d60c30f5f70f4ccda462aa9ef08288ac", "version_major": 2, "version_minor": 0 }, "text/plain": [ "EmbeddableWidget(value='" } }, "f37ef71095274f44b296d8bd68bec43f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } } }, "version_major": 2, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 5 }