Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SWIG_files/wrapper/AppCont.i
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Description
-----------
No available documentation.
") Value;
const AppParCurves_MultiCurve & Value();
AppParCurves_MultiCurve Value();

};

Expand Down
24 changes: 12 additions & 12 deletions src/SWIG_files/wrapper/AppDef.i
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ Description
-----------
Returns the result of the approximation, i.e. all the curves. an exception is raised if notdone.
") BSplineValue;
const AppParCurves_MultiBSpCurve & BSplineValue();
AppParCurves_MultiBSpCurve BSplineValue();

/****************** BezierValue ******************/
/**** md5 signature: 2bbd29cb039e6bcdcdf61afe82651ac1 ****/
Expand Down Expand Up @@ -1256,7 +1256,7 @@ Description
-----------
Returns the result of the approximation.
") Value;
const AppParCurves_MultiBSpCurve & Value();
AppParCurves_MultiBSpCurve Value();

};

Expand Down Expand Up @@ -1592,7 +1592,7 @@ Description
-----------
Returns the result of the approximation.
") SplineValue;
const AppParCurves_MultiBSpCurve & SplineValue();
AppParCurves_MultiBSpCurve SplineValue();

/****************** Value ******************/
/**** md5 signature: ce9a9d43a5aa1f3754abfba817bb7838 ****/
Expand All @@ -1610,7 +1610,7 @@ Description
-----------
Returns the result of the approximation.
") Value;
const AppParCurves_MultiCurve & Value(const Standard_Integer Index = 1);
AppParCurves_MultiCurve Value(const Standard_Integer Index = 1);

};

Expand Down Expand Up @@ -3155,7 +3155,7 @@ Description
-----------
Returns the multicurve approximating the set after computing the value f or grad(f).
") CurveValue;
const AppParCurves_MultiCurve & CurveValue();
AppParCurves_MultiCurve CurveValue();

/****************** Error ******************/
/**** md5 signature: 59bc36aa259ae04fcbc9c2a60fae6dfb ****/
Expand Down Expand Up @@ -3370,7 +3370,7 @@ Description
-----------
Returns the multicurve approximating the set after computing the value f or grad(f).
") CurveValue;
const AppParCurves_MultiCurve & CurveValue();
AppParCurves_MultiCurve CurveValue();

/****************** Error ******************/
/**** md5 signature: 59bc36aa259ae04fcbc9c2a60fae6dfb ****/
Expand Down Expand Up @@ -3585,7 +3585,7 @@ Description
-----------
Returns the multicurve approximating the set after computing the value f or grad(f).
") CurveValue;
const AppParCurves_MultiCurve & CurveValue();
AppParCurves_MultiCurve CurveValue();

/****************** Error ******************/
/**** md5 signature: 59bc36aa259ae04fcbc9c2a60fae6dfb ****/
Expand Down Expand Up @@ -3875,7 +3875,7 @@ Description
-----------
Returns the result of the approximation, i.e. all the curves. an exception is raised if notdone.
") BSplineValue;
const AppParCurves_MultiBSpCurve & BSplineValue();
AppParCurves_MultiBSpCurve BSplineValue();

/****************** BezierValue ******************/
/**** md5 signature: 2bbd29cb039e6bcdcdf61afe82651ac1 ****/
Expand Down Expand Up @@ -4253,7 +4253,7 @@ Description
-----------
Returns the result of the approximation, i.e. all the curves. an exception is raised if notdone.
") BSplineValue;
const AppParCurves_MultiBSpCurve & BSplineValue();
AppParCurves_MultiBSpCurve BSplineValue();

/****************** BezierValue ******************/
/**** md5 signature: 2bbd29cb039e6bcdcdf61afe82651ac1 ****/
Expand Down Expand Up @@ -4631,7 +4631,7 @@ Description
-----------
Returns the result of the approximation, i.e. all the curves. an exception is raised if notdone.
") BSplineValue;
const AppParCurves_MultiBSpCurve & BSplineValue();
AppParCurves_MultiBSpCurve BSplineValue();

/****************** BezierValue ******************/
/**** md5 signature: 2bbd29cb039e6bcdcdf61afe82651ac1 ****/
Expand Down Expand Up @@ -5590,7 +5590,7 @@ Description
-----------
Returns the multicurve approximating the set after computing the value f or grad(f).
") CurveValue;
const AppParCurves_MultiCurve & CurveValue();
AppParCurves_MultiCurve CurveValue();

/****************** Error ******************/
/**** md5 signature: 59bc36aa259ae04fcbc9c2a60fae6dfb ****/
Expand Down Expand Up @@ -6003,7 +6003,7 @@ Description
-----------
Returns the result of the approximation, i.e. all the curves. an exception is raised if notdone.
") BSplineValue;
const AppParCurves_MultiBSpCurve & BSplineValue();
AppParCurves_MultiBSpCurve BSplineValue();

/****************** BezierValue ******************/
/**** md5 signature: 2bbd29cb039e6bcdcdf61afe82651ac1 ****/
Expand Down
2 changes: 1 addition & 1 deletion src/SWIG_files/wrapper/AppParCurves.i
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ Description
-----------
Returns the index multipoint. an exception is raised if index <0 or index >degree+1.
") Value;
const AppParCurves_MultiPoint & Value(const Standard_Integer Index);
AppParCurves_MultiPoint Value(const Standard_Integer Index);

/****************** Value ******************/
/**** md5 signature: 36d681f12c55158bec87d7926565a2ae ****/
Expand Down
4 changes: 2 additions & 2 deletions src/SWIG_files/wrapper/Approx.i
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ Description
-----------
Return the composite multicurves as a multibspcurve.
") ChangeValue;
const AppParCurves_MultiBSpCurve & ChangeValue();
AppParCurves_MultiBSpCurve ChangeValue();

/****************** Perform ******************/
/**** md5 signature: c04b01412cba7220c024b5eb4532697f ****/
Expand Down Expand Up @@ -1799,7 +1799,7 @@ Description
-----------
Return the composite multicurves as a multibspcurve.
") Value;
const AppParCurves_MultiBSpCurve & Value();
AppParCurves_MultiBSpCurve Value();

};

Expand Down
4 changes: 2 additions & 2 deletions src/SWIG_files/wrapper/BOPDS.i
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ Description
-----------
Selector returns the curve.
") Curve;
const IntTools_Curve & Curve();
IntTools_Curve Curve();

/****************** HasEdge ******************/
/**** md5 signature: b29d7c6fb0d75a5501e02d3f7002ad41 ****/
Expand Down Expand Up @@ -4877,7 +4877,7 @@ Description
-----------
/** * selector * returns the intersection curves * return * intersection curves */.
") Curves;
const BOPDS_VectorOfCurve & Curves();
BOPDS_VectorOfCurve Curves();

/****************** Init ******************/
/**** md5 signature: 4ef383c666596f906f9ce4d66071677d ****/
Expand Down
2 changes: 1 addition & 1 deletion src/SWIG_files/wrapper/BRep.i
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ Description
-----------
No available documentation.
") Curves;
const BRep_ListOfCurveRepresentation & Curves();
BRep_ListOfCurveRepresentation Curves();

/****************** Degenerated ******************/
/**** md5 signature: ecd3f4abf547c73285489df59f09d893 ****/
Expand Down
10 changes: 5 additions & 5 deletions src/SWIG_files/wrapper/BRepAdaptor.i
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ https://dev.opencascade.org/doc/occt-7.7.0/refman/html/package_brepadaptor.html"
#include<gp_module.hxx>
#include<GeomAbs_module.hxx>
#include<TColStd_module.hxx>
#include<GeomAdaptor_module.hxx>
#include<Geom2dAdaptor_module.hxx>
#include<Adaptor2d_module.hxx>
#include<GeomAdaptor_module.hxx>
#include<TopLoc_module.hxx>
#include<Geom2d_module.hxx>
#include<Message_module.hxx>
Expand All @@ -69,9 +69,9 @@ https://dev.opencascade.org/doc/occt-7.7.0/refman/html/package_brepadaptor.html"
%import gp.i
%import GeomAbs.i
%import TColStd.i
%import GeomAdaptor.i
%import Geom2dAdaptor.i
%import Adaptor2d.i
%import GeomAdaptor.i

%pythoncode {
from enum import IntEnum
Expand Down Expand Up @@ -838,7 +838,7 @@ Description
-----------
Returns the curve of the edge.
") Curve;
const GeomAdaptor_Curve & Curve();
GeomAdaptor_Curve Curve();

/****************** CurveOnSurface ******************/
/**** md5 signature: f06c54ea203f128f90114fb7bd684518 ****/
Expand All @@ -851,7 +851,7 @@ Description
-----------
Returns the curveonsurface of the edge.
") CurveOnSurface;
const Adaptor3d_CurveOnSurface & CurveOnSurface();
Adaptor3d_CurveOnSurface CurveOnSurface();

/****************** D0 ******************/
/**** md5 signature: 5f7d08d8d17afc516aac9ef64bf9711f ****/
Expand Down Expand Up @@ -2084,7 +2084,7 @@ Description
-----------
Returns the surface.
") Surface;
const GeomAdaptor_Surface & Surface();
GeomAdaptor_Surface Surface();

/****************** Tolerance ******************/
/**** md5 signature: 9e5775014410d884d1a1adc1cd47930b ****/
Expand Down
2 changes: 1 addition & 1 deletion src/SWIG_files/wrapper/BRepAdaptor.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ from OCC.Core.Geom import *
from OCC.Core.gp import *
from OCC.Core.GeomAbs import *
from OCC.Core.TColStd import *
from OCC.Core.GeomAdaptor import *
from OCC.Core.Geom2dAdaptor import *
from OCC.Core.Adaptor2d import *
from OCC.Core.GeomAdaptor import *


class BRepAdaptor_Array1OfCurve:
Expand Down
28 changes: 14 additions & 14 deletions src/SWIG_files/wrapper/BRepApprox.i
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ https://dev.opencascade.org/doc/occt-7.7.0/refman/html/package_brepapprox.html"
#include<NCollection_module.hxx>
#include<Approx_module.hxx>
#include<math_module.hxx>
#include<AppParCurves_module.hxx>
#include<Geom_module.hxx>
#include<Geom2d_module.hxx>
#include<IntSurf_module.hxx>
#include<AppParCurves_module.hxx>
#include<TColStd_module.hxx>
#include<BRepAdaptor_module.hxx>
#include<gp_module.hxx>
Expand Down Expand Up @@ -76,10 +76,10 @@ https://dev.opencascade.org/doc/occt-7.7.0/refman/html/package_brepapprox.html"
%import NCollection.i
%import Approx.i
%import math.i
%import AppParCurves.i
%import Geom.i
%import Geom2d.i
%import IntSurf.i
%import AppParCurves.i
%import TColStd.i
%import BRepAdaptor.i
%import gp.i
Expand Down Expand Up @@ -246,7 +246,7 @@ Description
-----------
No available documentation.
") Value;
const AppParCurves_MultiBSpCurve & Value(const Standard_Integer Index);
AppParCurves_MultiBSpCurve Value(const Standard_Integer Index);

};

Expand Down Expand Up @@ -808,7 +808,7 @@ Description
-----------
Returns the result of the approximation, i.e. all the curves. an exception is raised if notdone.
") BSplineValue;
const AppParCurves_MultiBSpCurve & BSplineValue();
AppParCurves_MultiBSpCurve BSplineValue();

/****************** BezierValue ******************/
/**** md5 signature: 2bbd29cb039e6bcdcdf61afe82651ac1 ****/
Expand Down Expand Up @@ -1622,7 +1622,7 @@ Description
-----------
Returns the multicurve approximating the set after computing the value f or grad(f).
") CurveValue;
const AppParCurves_MultiCurve & CurveValue();
AppParCurves_MultiCurve CurveValue();

/****************** Error ******************/
/**** md5 signature: 59bc36aa259ae04fcbc9c2a60fae6dfb ****/
Expand Down Expand Up @@ -1837,7 +1837,7 @@ Description
-----------
Returns the multicurve approximating the set after computing the value f or grad(f).
") CurveValue;
const AppParCurves_MultiCurve & CurveValue();
AppParCurves_MultiCurve CurveValue();

/****************** Error ******************/
/**** md5 signature: 59bc36aa259ae04fcbc9c2a60fae6dfb ****/
Expand Down Expand Up @@ -2127,7 +2127,7 @@ Description
-----------
Returns the result of the approximation, i.e. all the curves. an exception is raised if notdone.
") BSplineValue;
const AppParCurves_MultiBSpCurve & BSplineValue();
AppParCurves_MultiBSpCurve BSplineValue();

/****************** BezierValue ******************/
/**** md5 signature: 2bbd29cb039e6bcdcdf61afe82651ac1 ****/
Expand Down Expand Up @@ -2505,7 +2505,7 @@ Description
-----------
Returns the result of the approximation, i.e. all the curves. an exception is raised if notdone.
") BSplineValue;
const AppParCurves_MultiBSpCurve & BSplineValue();
AppParCurves_MultiBSpCurve BSplineValue();

/****************** BezierValue ******************/
/**** md5 signature: 2bbd29cb039e6bcdcdf61afe82651ac1 ****/
Expand Down Expand Up @@ -4094,7 +4094,7 @@ Description
-----------
Returns the result of the approximation.
") SplineValue;
const AppParCurves_MultiBSpCurve & SplineValue();
AppParCurves_MultiBSpCurve SplineValue();

/****************** Value ******************/
/**** md5 signature: ce9a9d43a5aa1f3754abfba817bb7838 ****/
Expand All @@ -4112,7 +4112,7 @@ Description
-----------
Returns the result of the approximation.
") Value;
const AppParCurves_MultiCurve & Value(const Standard_Integer Index = 1);
AppParCurves_MultiCurve Value(const Standard_Integer Index = 1);

};

Expand Down Expand Up @@ -4520,7 +4520,7 @@ Description
-----------
Returns the result of the approximation.
") Value;
const AppParCurves_MultiBSpCurve & Value();
AppParCurves_MultiBSpCurve Value();

};

Expand Down Expand Up @@ -4566,7 +4566,7 @@ Description
-----------
No available documentation.
") AuxillarSurface1;
const BRepAdaptor_Surface & AuxillarSurface1();
BRepAdaptor_Surface AuxillarSurface1();

/****************** AuxillarSurface2 ******************/
/**** md5 signature: 6195097157048ebf7856e69ebf2099cb ****/
Expand All @@ -4579,7 +4579,7 @@ Description
-----------
No available documentation.
") AuxillarSurface2;
const BRepAdaptor_Surface & AuxillarSurface2();
BRepAdaptor_Surface AuxillarSurface2();

/****************** ComputeParameters ******************/
/**** md5 signature: 5686d6c4ca7c470ce5a820727bd25544 ****/
Expand Down Expand Up @@ -6189,7 +6189,7 @@ Description
-----------
No available documentation.
") PSurface;
const BRepAdaptor_Surface & PSurface();
BRepAdaptor_Surface PSurface();

/****************** Point ******************/
/**** md5 signature: 177e376cc11d1fedb2819bac56591ea8 ****/
Expand Down
2 changes: 1 addition & 1 deletion src/SWIG_files/wrapper/BRepApprox.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ from OCC.Core.Standard import *
from OCC.Core.NCollection import *
from OCC.Core.Approx import *
from OCC.Core.math import *
from OCC.Core.AppParCurves import *
from OCC.Core.Geom import *
from OCC.Core.Geom2d import *
from OCC.Core.IntSurf import *
from OCC.Core.AppParCurves import *
from OCC.Core.TColStd import *
from OCC.Core.BRepAdaptor import *
from OCC.Core.gp import *
Expand Down
4 changes: 1 addition & 3 deletions src/SWIG_files/wrapper/BRepMAT2d.i
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ https://dev.opencascade.org/doc/occt-7.7.0/refman/html/package_brepmat2d.html"
#include<Geom2d_module.hxx>
#include<gp_module.hxx>
#include<TopoDS_module.hxx>
#include<TColGeom2d_module.hxx>
#include<TColStd_module.hxx>
#include<TopLoc_module.hxx>
#include<Message_module.hxx>
Expand All @@ -67,7 +66,6 @@ https://dev.opencascade.org/doc/occt-7.7.0/refman/html/package_brepmat2d.html"
%import Geom2d.i
%import gp.i
%import TopoDS.i
%import TColGeom2d.i
%import TColStd.i

%pythoncode {
Expand Down Expand Up @@ -361,7 +359,7 @@ Description
-----------
No available documentation.
") Contour;
const TColGeom2d_SequenceOfCurve & Contour(const Standard_Integer IndexContour);
TColGeom2d_SequenceOfCurve Contour(const Standard_Integer IndexContour);

/****************** GetIsClosed ******************/
/**** md5 signature: fe2549f56b3cb80b5c2da5e5e50f62a0 ****/
Expand Down
Loading