
    ^j                     4    d Z ddlmZ ddlmZ  G d d      Zy)z
SPDX-License-Identifier: Apache-20
SPDX-FileCopyrightText: 2020 German Aerospace Center (DLR)

Created: 2020-07-15 Martin Siggel <Martin.Siggel@dlr.de>
    )Geom_BSplineCurve)Optionalc                   (    e Zd ZdZddedz  defdZy)ApproxResultzQ
    Structure to hold the result of a B-spline approximation/interpolation.
    Ncurveerrorc                      || _         || _        y )N)r   r   )selfr   r   s      Z/opt/ringagent/.cad-venv/lib/python3.12/site-packages/ocp_gordon/internal/approx_result.py__init__zApproxResult.__init__   s    

    )Ng        )__name__
__module____qualname____doc__r   floatr    r   r   r   r      s     /$6 e r   r   N)r   OCP.Geomr   typingr   r   r   r   r   <module>r      s    '  r   