1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
|
// pybind 11 related includes
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
namespace py = pybind11;
// Standard Handle
#include <Standard_Handle.hxx>
// user-defined inclusion per module before includes
// includes to resolve forward declarations
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Geom2d_Curve.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Geom2d_TrimmedCurve.hxx>
#include <Geom2d_Curve.hxx>
#include <gp_Pnt2d.hxx>
#include <gp_Vec2d.hxx>
#include <Geom2d_Point.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Geom2d_TrimmedCurve.hxx>
#include <gp_Pnt2d.hxx>
#include <gp_Vec2d.hxx>
#include <Geom2d_Point.hxx>
#include <GccInt_Bisec.hxx>
#include <gp_Trsf2d.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <gp_Pnt2d.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Geom2d_Curve.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Geom2d_Curve.hxx>
#include <Bisector_Curve.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Bisector_Bisec.hxx>
#include <IntRes2d_Domain.hxx>
#include <Geom2d_Curve.hxx>
#include <Bisector_BisecCC.hxx>
#include <Geom2d_Line.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
#include <Adaptor2d_Curve2d.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Adaptor3d_Surface.hxx>
// module includes
#include <Bisector.hxx>
#include <Bisector_Bisec.hxx>
#include <Bisector_BisecAna.hxx>
#include <Bisector_BisecCC.hxx>
#include <Bisector_BisecPC.hxx>
#include <Bisector_Curve.hxx>
#include <Bisector_FunctionH.hxx>
#include <Bisector_FunctionInter.hxx>
#include <Bisector_Inter.hxx>
#include <Bisector_PointOnBis.hxx>
#include <Bisector_PolyBis.hxx>
// template related includes
// user-defined pre
#include "OCP_specific.inc"
// user-defined inclusion per module
// Module definiiton
void register_Bisector_enums(py::module &main_module) {
py::module m = main_module.def_submodule("Bisector", R"#()#");
// add namespaces as submodules
// user-defined inclusion per module in the body
// enums
//Python trampoline classes
class Py_Bisector_Curve : public Bisector_Curve{
public:
using Bisector_Curve::Bisector_Curve;
// public pure virtual
Standard_Real Parameter( const gp_Pnt2d & P) const override { using return_type = Standard_Real;
PYBIND11_OVERLOAD_PURE(return_type,Bisector_Curve,Parameter,P) };
Standard_Boolean IsExtendAtStart() const override { using return_type = Standard_Boolean;
PYBIND11_OVERLOAD_PURE(return_type,Bisector_Curve,IsExtendAtStart,) };
Standard_Boolean IsExtendAtEnd() const override { using return_type = Standard_Boolean;
PYBIND11_OVERLOAD_PURE(return_type,Bisector_Curve,IsExtendAtEnd,) };
Standard_Integer NbIntervals() const override { using return_type = Standard_Integer;
PYBIND11_OVERLOAD_PURE(return_type,Bisector_Curve,NbIntervals,) };
Standard_Real IntervalFirst( const Standard_Integer Index) const override { using return_type = Standard_Real;
PYBIND11_OVERLOAD_PURE(return_type,Bisector_Curve,IntervalFirst,Index) };
Standard_Real IntervalLast( const Standard_Integer Index) const override { using return_type = Standard_Real;
PYBIND11_OVERLOAD_PURE(return_type,Bisector_Curve,IntervalLast,Index) };
void Reverse() override { using return_type = void;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,Reverse,) };
Standard_Real ReversedParameter( const Standard_Real U) const override { using return_type = Standard_Real;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,ReversedParameter,U) };
Standard_Real FirstParameter() const override { using return_type = Standard_Real;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,FirstParameter,) };
Standard_Real LastParameter() const override { using return_type = Standard_Real;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,LastParameter,) };
Standard_Boolean IsClosed() const override { using return_type = Standard_Boolean;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,IsClosed,) };
Standard_Boolean IsPeriodic() const override { using return_type = Standard_Boolean;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,IsPeriodic,) };
GeomAbs_Shape Continuity() const override { using return_type = GeomAbs_Shape;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,Continuity,) };
Standard_Boolean IsCN( const Standard_Integer N) const override { using return_type = Standard_Boolean;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,IsCN,N) };
void D0( const Standard_Real U,gp_Pnt2d & P) const override { using return_type = void;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,D0,U,P) };
void D1( const Standard_Real U,gp_Pnt2d & P,gp_Vec2d & V1) const override { using return_type = void;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,D1,U,P,V1) };
void D2( const Standard_Real U,gp_Pnt2d & P,gp_Vec2d & V1,gp_Vec2d & V2) const override { using return_type = void;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,D2,U,P,V1,V2) };
void D3( const Standard_Real U,gp_Pnt2d & P,gp_Vec2d & V1,gp_Vec2d & V2,gp_Vec2d & V3) const override { using return_type = void;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,D3,U,P,V1,V2,V3) };
gp_Vec2d DN( const Standard_Real U, const Standard_Integer N) const override { using return_type = gp_Vec2d;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Curve,DN,U,N) };
void Transform( const gp_Trsf2d & T) override { using return_type = void;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Geometry,Transform,T) };
handle<Geom2d_Geometry> Copy() const override { using return_type = handle<Geom2d_Geometry>;
PYBIND11_OVERLOAD_PURE(return_type,Geom2d_Geometry,Copy,) };
// protected pure virtual
// private pure virtual
};
// pre-register typdefs+classes (topologically sorted)
py::class_<Bisector , shared_ptr<Bisector> >(m,"Bisector",R"#(This package provides the bisecting line between two geometric elements.)#");
py::class_<Bisector_Bisec , shared_ptr<Bisector_Bisec> >(m,"Bisector_Bisec",R"#(Bisec provides the bisecting line between two elements This line is trimmed by a point <P> and it's contained in the domain defined by the two vectors <V1>, <V2> and <Sense>.)#");
py::class_<Bisector_PointOnBis , shared_ptr<Bisector_PointOnBis> >(m,"Bisector_PointOnBis",R"#()#");
py::class_<Bisector_PolyBis , shared_ptr<Bisector_PolyBis> >(m,"Bisector_PolyBis",R"#(Polygon of PointOnBis)#");
py::class_<Bisector_Curve ,opencascade::handle<Bisector_Curve> ,Py_Bisector_Curve , Geom2d_Curve >(m,"Bisector_Curve",R"#()#");
py::class_<Bisector_FunctionH , shared_ptr<Bisector_FunctionH> , math_FunctionWithDerivative >(m,"Bisector_FunctionH",R"#(H(v) = (T1 .P2(v) - P1) * ||T(v)|| - 2 2 (T(v).P2(v) - P1) * ||T1||)#");
py::class_<Bisector_FunctionInter , shared_ptr<Bisector_FunctionInter> , math_FunctionWithDerivative >(m,"Bisector_FunctionInter",R"#(2 2 F(u) = (PC(u) - PBis1(u)) + (PC(u) - PBis2(u)))#");
py::class_<Bisector_Inter , shared_ptr<Bisector_Inter> , IntRes2d_Intersection >(m,"Bisector_Inter",R"#(Intersection between two <Bisec> from Bisector.)#");
py::class_<Bisector_BisecAna ,opencascade::handle<Bisector_BisecAna> , Bisector_Curve >(m,"Bisector_BisecAna",R"#(This class provides the bisecting line between two geometric elements.The elements are Circles,Lines or Points.This class provides the bisecting line between two geometric elements.The elements are Circles,Lines or Points.This class provides the bisecting line between two geometric elements.The elements are Circles,Lines or Points.)#");
py::class_<Bisector_BisecCC ,opencascade::handle<Bisector_BisecCC> , Bisector_Curve >(m,"Bisector_BisecCC",R"#(Construct the bisector between two curves. The curves can intersect only in their extremities.Construct the bisector between two curves. The curves can intersect only in their extremities.Construct the bisector between two curves. The curves can intersect only in their extremities.)#");
py::class_<Bisector_BisecPC ,opencascade::handle<Bisector_BisecPC> , Bisector_Curve >(m,"Bisector_BisecPC",R"#(Provides the bisector between a point and a curve. the curvature on the curve has to be monoton. the point can't be on the curve except at the extremities.Provides the bisector between a point and a curve. the curvature on the curve has to be monoton. the point can't be on the curve except at the extremities.Provides the bisector between a point and a curve. the curvature on the curve has to be monoton. the point can't be on the curve except at the extremities.)#");
};
// user-defined post-inclusion per module
// user-defined post
|