{ "cells": [ { "cell_type": "markdown", "id": "56acdc51", "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": "42064ca7", "metadata": { "execution": { "iopub.execute_input": "2024-10-31T14:36:36.121264Z", "iopub.status.busy": "2024-10-31T14:36:36.121264Z", "iopub.status.idle": "2024-10-31T14:36:43.275557Z", "shell.execute_reply": "2024-10-31T14:36:43.275557Z" } }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "0ca53b66ded44d678db8041af198bf5f", "version_major": 2, "version_minor": 0 }, "text/plain": [ "EmbeddableWidget(value='" } }, "9297a102669d433b8580b34e5f00c4d4": { "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 } }, "9c1b04002a6e41af8dff4cec70a95e09": { "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 }