Chamfer
The Chamfer model records beveled edges that the drawing specifies for corners or hole entrances. It stores the size and angle defining the chamfer geometry, each with tolerances where specified, along with the quantity, the label as it appears on the drawing, and a confidence score. By normalizing the annotation, the API enables you to automatically program deburring operations, verify compliance with machining standards, or compare revisions that tweak edge break dimensions. Whether the drawing calls out a 45° x 1 mm chamfer or another size-angle combination, this model captures the extracted values so downstream tools can ensure sharp edges are relieved as intended.
Bases: Feature
Represents a chamfer feature in an engineering or technical drawing.
| PARAMETER | DESCRIPTION |
|---|---|
reference_id | Reference ID to identify the object. TYPE: |
label | A short description of the feature in a human-readable format. TYPE: |
confidence | Confidence in the feature extraction or interpretation. TYPE: |
quantity | The number of chamfers or instances. Must be at least 1. TYPE: |
size | The linear size of the chamfer, such as the width or depth. TYPE: |
angle | The angle of the chamfer, typically specified in degrees. TYPE: |