Skip to content

Release v0.8.0

Features

External Dimensions

External Dimensions Thumbnail

WERK24 is now extracts the external dimensions (enclosing cuboid and enclosing cylinder) from Technical Drawings. See Feature: External Dimensions for details.

Test Dimensions

Test Dimensions Thumbnail

WERK24 now supports Test Dimensions. See Features:Test Dimensions for details.

Adds Radii

Radius Example

WERK24 now supports the extraction of Radii. See Features:Radii for details.

Remove Canvas Notes

Looking for a full neutralization of the Technical Drawing? With the new attribute remove_canvas_notes__dangerous this is note possible. Be aware that you might be removing information from the canvas that is relevant to production. We discourage the use. See Features:Thumbnails - Canvas.

Adds Blurb to General Tolerances

Obtaining a string describing the General Tolerances for the consumption of the user used to be difficult. Release 0.8.0. adds the field blurb to the GeneralTolances object.

    "blurb": "ISO 2768-mK-E",

Adds Depth to Threads and Bores

The information of a bore's or thread's depth, is now available in the depth field of the label.

Note

The field only contains the information if it was listed in the label, and does not obtain the information from the geometric information.

    "depth": "50.0"

Adds Tolerance Grades to Fits and Special Tolerances

Tolerance Grades (or IT Grades) described in ISO 286-1 give a good indication on how difficult it is to achieve a given tolerance width, give the nominal size. This information is now available in the tolerance_grade field for measures and radii. See Features:Measure - ToleranceGrade

Adds DRAWING_PAPER_SIZE_TOO_LARGE

WERK24 is currently supporting paper sizes up to and including DIN-A2. In the past, when WERK24 received a document with a larger paper size, the document was down-sampled to A2. The results where however suboptimal. In these situations, the API now returns the exception DRAWING_PAPER_SIZE_TOO_LARGE.

Adds PMIExtract

The PMI information is now available through a unified request type: Product:PMIExtract.

Adds Weight to Title Block

Now the Weight as indicated on the Title Block is available TitleBlock:Weight