Skip to content

UnitSystem

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