Back to Documentation Index
ISO / ASME StandardManufacturing Documentation

Automated 2D Drawing Engine & GD&T

Automated 2D engineering drafting sheet generator producing ISO/ANSI drawings, ASME Y14.5 GD&T callouts, and live Bill of Materials.

Drafting Standard
ASME Y14.5-2018 & ISO 1101
Projection Types
Third Angle (US) & First Angle (EU)
BOM Auto-Sync
Dynamic Part Table Binding
Export Formats
Vector PDF, DXF, DWG

The Automated Drawing Engine derives 2D orthographic projections directly from 3D B-Rep solid models.

Geometric Dimensioning and Tolerancing (GD&T) callouts for flatness, perpendicularity, and datum features generate automatically based on component fitment.

Bill of Materials (BOM) tables update dynamically whenever underlying part parameters change.

Technical Code Example
Production API
// Generate ISO Drawing Sheet
ZylforgeDrawingEngine.generateSheet({
  projection: "THIRD_ANGLE",
  sheetSize: "A2",
  gdtStandard: "ASME_Y14_5"
});
Documentation verified against ZylForge Release v1.0.0-rc1
Get Desktop Build