{
  "version": 3,
  "sources": ["../../src/types/tolerance-entity.ts"],
  "sourcesContent": ["// TOLERANCE entity type (feature control frame)\n\nimport type { BaseEntity } from './base-entity'\nimport type { Point3D } from './common'\n\nexport interface ToleranceEntity extends BaseEntity {\n  type: 'TOLERANCE'\n\n  /** Insertion point (WCS). */\n  insertionPoint: Point3D\n\n  /** Raw tolerance string (may include control codes like %%v). */\n  text?: string\n\n  /** Dimension style name (group code 3). */\n  dimensionStyleName?: string\n\n  /** X-axis direction vector (group codes 11/21/31). */\n  xAxisDirection?: Point3D\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
