@@ -52,6 +52,7 @@ https://www.opencascade.com/doc/occt-7.7.0/refman/html/package_brepadaptor.html"
52
52
#include < TColStd_module.hxx>
53
53
#include < GeomAdaptor_module.hxx>
54
54
#include < Geom2dAdaptor_module.hxx>
55
+ #include < Adaptor2d_module.hxx>
55
56
#include < TopLoc_module.hxx>
56
57
#include < Geom2d_module.hxx>
57
58
#include < Message_module.hxx>
@@ -71,6 +72,7 @@ https://www.opencascade.com/doc/occt-7.7.0/refman/html/package_brepadaptor.html"
71
72
%import TColStd.i
72
73
%import GeomAdaptor.i
73
74
%import Geom2dAdaptor.i
75
+ %import Adaptor2d.i
74
76
75
77
%pythoncode {
76
78
from enum import IntEnum
@@ -644,6 +646,19 @@ Returns the parametric resolution.
644
646
" ) Resolution;
645
647
Standard_Real Resolution (const Standard_Real R3d);
646
648
649
+ /* ***************** ShallowCopy ******************/
650
+ /* *** md5 signature: 1b6b0927543eab9d05e2c875c0c3efb6 ****/
651
+ %feature(" compactdefaultargs" ) ShallowCopy;
652
+ %feature(" autodoc" , " Return
653
+ -------
654
+ opencascade::handle<Adaptor3d_Curve>
655
+
656
+ Description
657
+ -----------
658
+ Shallow copy of adaptor.
659
+ " ) ShallowCopy;
660
+ virtual opencascade::handle<Adaptor3d_Curve> ShallowCopy ();
661
+
647
662
/* ***************** Trim ******************/
648
663
/* *** md5 signature: 40a46ffe7379c6d919968b501b8343a5 ****/
649
664
%feature(" compactdefaultargs" ) Trim;
@@ -1279,6 +1294,19 @@ Returns the parametric resolution.
1279
1294
" ) Resolution;
1280
1295
Standard_Real Resolution (const Standard_Real R3d);
1281
1296
1297
+ /* ***************** ShallowCopy ******************/
1298
+ /* *** md5 signature: 1b6b0927543eab9d05e2c875c0c3efb6 ****/
1299
+ %feature(" compactdefaultargs" ) ShallowCopy;
1300
+ %feature(" autodoc" , " Return
1301
+ -------
1302
+ opencascade::handle<Adaptor3d_Curve>
1303
+
1304
+ Description
1305
+ -----------
1306
+ Shallow copy of adaptor.
1307
+ " ) ShallowCopy;
1308
+ virtual opencascade::handle<Adaptor3d_Curve> ShallowCopy ();
1309
+
1282
1310
/* ***************** Tolerance ******************/
1283
1311
/* *** md5 signature: 9e5775014410d884d1a1adc1cd47930b ****/
1284
1312
%feature(" compactdefaultargs" ) Tolerance;
@@ -1436,6 +1464,19 @@ Initialize with the pcurve of <e> on <f>.
1436
1464
" ) Initialize;
1437
1465
void Initialize (const TopoDS_Edge & E, const TopoDS_Face & F);
1438
1466
1467
+ /* ***************** ShallowCopy ******************/
1468
+ /* *** md5 signature: 7526aff3b770b4e3b1eb3cc08adfb4b0 ****/
1469
+ %feature(" compactdefaultargs" ) ShallowCopy;
1470
+ %feature(" autodoc" , " Return
1471
+ -------
1472
+ opencascade::handle<Adaptor2d_Curve2d>
1473
+
1474
+ Description
1475
+ -----------
1476
+ Shallow copy of adaptor.
1477
+ " ) ShallowCopy;
1478
+ virtual opencascade::handle<Adaptor2d_Curve2d> ShallowCopy ();
1479
+
1439
1480
};
1440
1481
1441
1482
@@ -2007,6 +2048,19 @@ No available documentation.
2007
2048
" ) Plane;
2008
2049
gp_Pln Plane ();
2009
2050
2051
+ /* ***************** ShallowCopy ******************/
2052
+ /* *** md5 signature: 0f1e5e5cc4137678a63b6cdf38f07462 ****/
2053
+ %feature(" compactdefaultargs" ) ShallowCopy;
2054
+ %feature(" autodoc" , " Return
2055
+ -------
2056
+ opencascade::handle<Adaptor3d_Surface>
2057
+
2058
+ Description
2059
+ -----------
2060
+ Shallow copy of adaptor.
2061
+ " ) ShallowCopy;
2062
+ virtual opencascade::handle<Adaptor3d_Surface> ShallowCopy ();
2063
+
2010
2064
/* ***************** Sphere ******************/
2011
2065
/* *** md5 signature: d13f3935ec312564a2f8ef1b299ecf9a ****/
2012
2066
%feature(" compactdefaultargs" ) Sphere;
0 commit comments