Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.84 KB

File metadata and controls

34 lines (25 loc) · 1.84 KB

Documentation

Technical documentation for Shell Rolling Master — a browser-based calculator for cylindrical and conical plate-shell flat-pattern development.

Contents

Document Audience Description
User guide Fabricators, estimators Inputs, workflow, validation rules, viewing modes
Calculation reference Engineers Neutral-fibre theory, cylinder and cone algorithms
Domain model Developers Parameter and result schemas, defaults, types
Architecture Developers Module map, data flow, CAD worker pipeline
Export formats Developers / CAD users PDF, DXF, STEP, embed share protocol
Development Contributors Environment, scripts, build, CI/CD
Eccentric cone Engineers / developers Specification of the oblique-cone mode: isometric development, layout, exports (RU)

Product summary

Shell Rolling Master develops open-seam shells from plate:

  1. Accept OD or ID diameters, height, thickness, K-factor, and weld gap.
  2. Compute neutral diameters and the flat blank (rectangle or annular sector).
  3. Visualize a thick 3D shell and a dimensioned 2D pattern.
  4. Export PDF reports, DXF cut paths, and STEP solids.

All processing runs in the browser. Current version: 0.21.0.

Recommended reading order

  1. Start with the user guide for operational behaviour.
  2. Read calculations for engineering definitions.
  3. Use domain model and architecture when extending code.
  4. Consult export formats when integrating CAD or host shells.
  5. Follow development for local setup and deployment.