//! The "Modeling" workbench (the DEFAULT): general solid modeling.
//!
//! Includes every feature EXCEPT the sheet-metal ones and the assembly
//! component — i.e. the modeling features plus the shared building blocks
//! (sketch / datum / plane). The `SM.*` codes and `ACOMP` are filtered out of
//! the creation UI (ACOMP is the Assembly workbench's creatable, spec §8.1).
//! Classification lives HERE, off the feature type code (the kernel is
//! untouched).
use ;
/// Everything that is not sheet-metal (`SM.*`) or the assembly component
/// (`ACOMP`) — which naturally keeps the modeling features AND the common
/// building blocks (`S` / `D` / `P`).
/// No extra toolbar buttons in v1.
static BUTTONS: & = &;
/// No panel claims (v1).
static PANELS: & = &;
pub static MODELING: Workbench = Workbench ;