blob: 5b6f457f1b936756445baa7550cffe46a7c5d813 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/SWIG_files/wrapper/GeomFill.pyi.orig 2026-08-04 19:52:44 UTC
+++ src/SWIG_files/wrapper/GeomFill.pyi
@@ -397,6 +397,7 @@ class GeomFill_Gordon:
def SetParallelMode(self, theToUseParallel: bool) -> None: ...
def Surface(self) -> Geom_BSplineSurface: ...
+"""
class GeomFill_GordonBuilder:
def __init__(self) -> None: ...
def GuideSurface(self) -> Geom_BSplineSurface: ...
@@ -408,6 +409,7 @@ class GeomFill_GordonBuilder:
def SetParallelMode(self, theToUseParallel: bool) -> None: ...
def Surface(self) -> Geom_BSplineSurface: ...
def TensorSurface(self) -> Geom_BSplineSurface: ...
+"""
class GeomFill_Line(Standard_Transient):
@overload
|