aboutsummaryrefslogtreecommitdiff
path: root/cad/pythonocc-core/files/patch-src_SWIG__files_wrapper_Approx.pyi
blob: 85ae3271b3b21c51cf7de4f7576882c9111abd06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/SWIG_files/wrapper/Approx.pyi.orig	2026-08-04 19:52:44 UTC
+++ src/SWIG_files/wrapper/Approx.pyi
@@ -100,6 +100,7 @@ Approx_NoApproximation = Approx_Status.Approx_NoApprox
 Approx_NoPointsAdded = Approx_Status.Approx_NoPointsAdded
 Approx_NoApproximation = Approx_Status.Approx_NoApproximation
 
+"""
 class Approx_BSplineApproxInterp:
     def __init__(self, thePoints: TColgp_Array1OfPnt, theNbControlPts: int, theDegree: Optional[int] = 3, theContinuousIfClosed: Optional[bool] = false) -> None: ...
     def Curve(self) -> Geom_BSplineCurve: ...
@@ -120,6 +121,7 @@ class Approx_BSplineApproxInterp:
     def SetMinPivot(self, theMinPivot: float) -> None: ...
     def SetParametrizationAlpha(self, theAlpha: float) -> None: ...
     def SetProjectionTolerance(self, theTol: float) -> None: ...
+""" 
 
 class Approx_Curve2d:
     def __init__(self, C2D: Adaptor2d_Curve2d, First: float, Last: float, TolU: float, TolV: float, Continuity: GeomAbs_Shape, MaxDegree: int, MaxSegments: int) -> None: ...