Skip to content

ProjectionMethod

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