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

Loading…
Cancel
Save