Skip to content

ProjectionMethod

ProjectionMethod identifies the orthographic projection standard—first-angle, third-angle, or others—used in the drawing. This information is critical for interpreting view relationships correctly, since the same geometry appears on opposite sides depending on the projection. The model records the detected method, confidence, and where on the sheet the projection symbol or note was found, as well as any supporting textual clues. Downstream consumers can use it to orient CAD overlays, verify supplier preferences, or flag drawings that require operator awareness before machining. Having the projection method stored centrally also simplifies training datasets and analytics that compare drawings across different regions or customer bases.

Bases: Reference

Projection Method according to ISO 128

PARAMETER DESCRIPTION
reference_id

Reference ID to identify the object.

TYPE: int

projection_method

TYPE: ProjectionMethodType

Source code in werk24/models/v2/models.py
class ProjectionMethod(Reference):
    """Projection Method according to ISO 128"""

    projection_method: ProjectionMethodType