Browse Source

Passage en A5

master
hadware 1 month ago
parent
commit
777189e555
  1. 11
      tractocadre.ipynb

11
tractocadre.ipynb

@ -59,8 +59,8 @@
{ {
"metadata": { "metadata": {
"ExecuteTime": { "ExecuteTime": {
"end_time": "2026-05-22T18:35:49.426903482Z", "end_time": "2026-05-22T18:42:04.979828290Z",
"start_time": "2026-05-22T18:35:48.369326760Z" "start_time": "2026-05-22T18:42:03.360023251Z"
} }
}, },
"cell_type": "code", "cell_type": "code",
@ -90,8 +90,9 @@
" make_brake_formed(\n", " make_brake_formed(\n",
" thickness=stand_epaisseur,\n", " thickness=stand_epaisseur,\n",
" station_widths=stand_largueur,\n", " station_widths=stand_largueur,\n",
" #side=Side.BOTH,\n",
" )\n", " )\n",
" chamfer(edges().filter_by(Axis.Y), length=1)\n",
" chamfer(edges().filter_by(Axis.X), length=1)\n",
"\n", "\n",
" bottom_face = faces().filter_by(Plane.XY).sort_by(Axis.Z)[0]\n", " bottom_face = faces().filter_by(Plane.XY).sort_by(Axis.Z)[0]\n",
" with BuildSketch(bottom_face):\n", " with BuildSketch(bottom_face):\n",
@ -177,11 +178,11 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"c++\n" "+++\n"
] ]
} }
], ],
"execution_count": 126 "execution_count": 130
}, },
{ {
"metadata": { "metadata": {

Loading…
Cancel
Save