Skip to content

UnitSystem

UnitSystem identifies the measurement system in use for a drawing, either metric or imperial. The model records the unit system type together with a reference ID that links the finding back to the drawing. Knowing the unit system ensures dimensions and tolerances are interpreted correctly and supports automatic conversions when integrating with other tools. It is especially useful when global teams collaborate on a single project, helping avoid costly unit-conversion errors and supporting analytics that compare projects across regions.

Bases: Reference

Represents the unit system used in the technical drawing

PARAMETER DESCRIPTION
reference_id

Reference ID to identify the object.

TYPE: int

unit_system_type

TYPE: UnitSystemType

Source code in werk24/models/v2/models.py
class UnitSystem(Reference):
    """
    Represents the unit system used in the technical drawing
    """

    unit_system_type: UnitSystemType