Chamfer
The Chamfer
model records beveled edges that the drawing specifies for corners or hole entrances. It stores the leg lengths or angles defining the chamfer geometry, along with tolerance bands, surface finish requirements, and any notes about manufacturing method. Because chamfers can appear on both external profiles and internal bores, the object keeps track of the reference feature and orientation to prevent ambiguity. 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 specifies equal legs, 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: |