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.

Main Toolbar
Sheet Metal includes the shared main toolbar buttons plus these workbench-specific buttons:
FPSheet Metal Flat Pattern Export exports visible sheet-metal flat patterns as DXF or SVG.SMDBGSheet Metal Debug JSON is a localhost-only diagnostic export for sheet-metal history and tree data.
Features
- Setup geometry: Datium, Plane, Sketch
- Base sheet creation: Sheet Metal Tab, Sheet Metal Contour Flange
- Sheet editing: Sheet Metal Flange, Sheet Metal Hem, Sheet Metal Cutout
- Shared finishing tools: Fillet, Hole
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
profileinput. - 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/edgeIdmetadata shows Sheet Metal Flange. The created feature receives the selected face or edge as itsfacesinput. - 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
- Create a base sheet with Tab from a closed sketch/profile, or Contour Flange from an open sketch/path.
- Select generated sheet-metal side faces or edge overlays to add Flange or Hem features.
- Add Cutout features from sketches, faces, or external solid tools when material needs to be removed.
- Use the PMI Views and 2D Sheets panels when the model needs manufacturing views or sheet documentation.
- Use
FPSheet 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.