Sheet Metal Workbench

July 1, 2026 ยท View on GitHub

The Sheet Metal workbench focuses the modeling UI on deterministic sheet-metal creation, editing, flat-pattern export, and sheet-metal diagnostics.

Sheet-metal features build and update a stored SheetMetalTree. The folded 3D model and flat 2D representation are regenerated from that tree, and generated faces/edges carry stable flatId / edgeId metadata so later operations can target the correct sheet edge.

Sheet Metal workbench showing a tab, flanges, and rounded edges

Main Toolbar

Sheet Metal includes the shared main toolbar buttons plus these workbench-specific buttons:

Features

Context Toolbar

The selection context toolbar is enabled for sheet-metal features in this workbench. It shows feature buttons only when the current selection can seed the required input.

  • Selecting a sketch or a sketch profile face shows Sheet Metal Tab. The created feature uses the owning sketch/profile as its profile input.
  • Selecting an open sketch, sketch edge, sketch face, model edge, or model face that can define an open path shows Sheet Metal Contour Flange. Sketch child selections promote to the owning sketch so the contour path uses the whole sketch.
  • Selecting a sheet-metal thickness face, cutout wall face, or sheet-metal edge overlay with flatId / edgeId metadata shows Sheet Metal Flange. The created feature receives the selected face or edge as its faces input.
  • Selecting a sketch, sketch profile face, or external solid shows Sheet Metal Cutout. Plain faces from the target sheet are not offered as cutout profiles because that would self-reference the sheet body.
  • General context actions from shared features, such as Fillet and Hole, remain available when their normal selection rules match.

The context toolbar does not show assembly constraints or PMI annotations in Sheet Metal mode.

Panels

Workflow Notes

  1. Create a base sheet with Tab from a closed sketch/profile, or Contour Flange from an open sketch/path.
  2. Select generated sheet-metal side faces or edge overlays to add Flange or Hem features.
  3. Add Cutout features from sketches, faces, or external solid tools when material needs to be removed.
  4. Use the PMI Views and 2D Sheets panels when the model needs manufacturing views or sheet documentation.
  5. Use FP Sheet Metal Flat Pattern Export for DXF/SVG output after the tree evaluates successfully.

Diagnostics

The SMDBG Sheet Metal Debug JSON window packages the current feature history and sheet-metal tree so a failing flat pattern or geometry case can be reproduced.