The python export class for GeomBezierCurve. More...

#include <BezierCurvePy.h>

Public Types

typedef GeomBezierCurvePointerType
 
- Public Types inherited from Part::BoundedCurvePy
typedef GeomBoundedCurvePointerType
 
- Public Types inherited from Part::GeometryCurvePy
typedef GeomCurvePointerType
 
- Public Types inherited from Part::GeometryPy
typedef GeometryPointerType
 
- Public Types inherited from Base::PyObjectBase
typedef void * PointerType
 
enum  Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 }
 

Public Member Functions

 BezierCurvePy (GeomBezierCurve *pcObject, PyTypeObject *T=&Type)
 
virtual PyTypeObject * GetType (void)
 
virtual int PyInit (PyObject *args, PyObject *k)
 PyInit method Override this method to initialize a newly created instance of the class (Constructor) More...
 
std::string representation (void) const
 
- Public Member Functions inherited from Part::BoundedCurvePy
 BoundedCurvePy (GeomBoundedCurve *pcObject, PyTypeObject *T=&Type)
 
std::string representation (void) const
 
Py::Object getStartPoint (void) const
 getter for the StartPoint attribute More...
 
Py::Object getEndPoint (void) const
 getter for the EndPoint attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
GeomBoundedCurvegetGeomBoundedCurvePtr (void) const
 getter for the object handled by this class More...
 
- Public Member Functions inherited from Part::GeometryCurvePy
 GeometryCurvePy (GeomCurve *pcObject, PyTypeObject *T=&Type)
 
std::string representation (void) const
 
PyObjecttoShape (PyObject *args)
 implementer for the toShape() method More...
 
PyObjectdiscretize (PyObject *args, PyObject *kwd)
 implementer for the discretize() method More...
 
PyObjectlength (PyObject *args)
 implementer for the length() method More...
 
PyObjectparameterAtDistance (PyObject *args)
 implementer for the parameterAtDistance() method More...
 
PyObjectvalue (PyObject *args)
 implementer for the value() method More...
 
PyObjecttangent (PyObject *args)
 implementer for the tangent() method More...
 
PyObjectmakeRuledSurface (PyObject *args)
 implementer for the makeRuledSurface() method More...
 
PyObjectintersect2d (PyObject *args)
 implementer for the intersect2d() method More...
 
PyObjectparameter (PyObject *args)
 implementer for the parameter() method More...
 
PyObjectnormal (PyObject *args)
 implementer for the normal() method More...
 
PyObjectcurvature (PyObject *args)
 implementer for the curvature() method More...
 
PyObjectcenterOfCurvature (PyObject *args)
 implementer for the centerOfCurvature() method More...
 
PyObjectintersect (PyObject *args)
 implementer for the intersect() method More...
 
PyObjectintersectCS (PyObject *args)
 implementer for the intersectCS() method More...
 
PyObjectintersectCC (PyObject *args)
 implementer for the intersectCC() method More...
 
PyObjecttoBSpline (PyObject *args)
 implementer for the toBSpline() method More...
 
PyObjecttoNurbs (PyObject *args)
 implementer for the toNurbs() method More...
 
PyObjecttrim (PyObject *args)
 implementer for the trim() method More...
 
PyObjectapproximateBSpline (PyObject *args)
 implementer for the approximateBSpline() method More...
 
PyObjectreverse (PyObject *args)
 implementer for the reverse() method More...
 
PyObjectreversedParameter (PyObject *args)
 implementer for the reversedParameter() method More...
 
PyObjectisPeriodic (PyObject *args)
 implementer for the isPeriodic() method More...
 
PyObjectperiod (PyObject *args)
 implementer for the period() method More...
 
PyObjectisClosed (PyObject *args)
 implementer for the isClosed() method More...
 
Py::String getContinuity (void) const
 getter for the Continuity attribute More...
 
Py::Float getFirstParameter (void) const
 getter for the FirstParameter attribute More...
 
Py::Float getLastParameter (void) const
 getter for the LastParameter attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
GeomCurvegetGeomCurvePtr (void) const
 getter for the object handled by this class More...
 
- Public Member Functions inherited from Part::GeometryPy
 GeometryPy (Geometry *pcObject, PyTypeObject *T=&Type)
 
std::string representation (void) const
 
PyObjectmirror (PyObject *args)
 implementer for the mirror() method More...
 
PyObjectrotate (PyObject *args)
 implementer for the rotate() method More...
 
PyObjectscale (PyObject *args)
 implementer for the scale() method More...
 
PyObjecttransform (PyObject *args)
 implementer for the transform() method More...
 
PyObjecttranslate (PyObject *args)
 implementer for the translate() method More...
 
PyObjectcopy (PyObject *args)
 implementer for the copy() method More...
 
PyObjectclone (PyObject *args)
 implementer for the clone() method More...
 
PyObjecthasExtensionOfType (PyObject *args)
 implementer for the hasExtensionOfType() method More...
 
PyObjecthasExtensionOfName (PyObject *args)
 implementer for the hasExtensionOfName() method More...
 
PyObjectgetExtensionOfType (PyObject *args)
 implementer for the getExtensionOfType() method More...
 
PyObjectgetExtensionOfName (PyObject *args)
 implementer for the getExtensionOfName() method More...
 
PyObjectsetExtension (PyObject *args)
 implementer for the setExtension() method More...
 
PyObjectdeleteExtensionOfType (PyObject *args)
 implementer for the deleteExtensionOfType() method More...
 
PyObjectdeleteExtensionOfName (PyObject *args)
 implementer for the deleteExtensionOfName() method More...
 
PyObjectgetExtensions (PyObject *args)
 implementer for the getExtensions() method More...
 
Py::Boolean getConstruction (void) const
 getter for the Construction attribute More...
 
void setConstruction (Py::Boolean arg)
 setter for the Construction attribute More...
 
Py::String getTag (void) const
 getter for the Tag attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
GeometrygetGeometryPtr (void) const
 getter for the object handled by this class More...
 
- Public Member Functions inherited from Base::PyObjectBase
PyObjectBaseDecRef (void)
 decref method wrapper (see python extending manual)
More...
 
PyObjectBaseIncRef (void)
 incref method wrapper (see python extending manual) More...
 
bool isConst ()
 
bool isNotTracking () const
 
bool isValid ()
 
 PyObjectBase (void *, PyTypeObject *T)
 Constructor Sets the Type of the object (for inheritance) and decrease the the reference count of the PyObject. More...
 
void setConst ()
 
void setInvalid ()
 
void setNotTracking (bool on=true)
 
void setShouldNotify (bool on)
 
bool shouldNotify () const
 
void startNotify ()
 

Static Public Member Functions

static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
- Static Public Member Functions inherited from Part::BoundedCurvePy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_getStartPoint (PyObject *self, void *closure)
 getter callback for the StartPoint attribute More...
 
static int staticCallback_setStartPoint (PyObject *self, PyObject *value, void *closure)
 setter callback for the StartPoint attribute More...
 
static PyObjectstaticCallback_getEndPoint (PyObject *self, void *closure)
 getter callback for the EndPoint attribute More...
 
static int staticCallback_setEndPoint (PyObject *self, PyObject *value, void *closure)
 setter callback for the EndPoint attribute More...
 
- Static Public Member Functions inherited from Part::GeometryCurvePy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_toShape (PyObject *self, PyObject *args)
 callback for the toShape() method More...
 
static PyObjectstaticCallback_discretize (PyObject *self, PyObject *args, PyObject *kwd)
 callback for the discretize() method More...
 
static PyObjectstaticCallback_length (PyObject *self, PyObject *args)
 callback for the length() method More...
 
static PyObjectstaticCallback_parameterAtDistance (PyObject *self, PyObject *args)
 callback for the parameterAtDistance() method More...
 
static PyObjectstaticCallback_value (PyObject *self, PyObject *args)
 callback for the value() method More...
 
static PyObjectstaticCallback_tangent (PyObject *self, PyObject *args)
 callback for the tangent() method More...
 
static PyObjectstaticCallback_makeRuledSurface (PyObject *self, PyObject *args)
 callback for the makeRuledSurface() method More...
 
static PyObjectstaticCallback_intersect2d (PyObject *self, PyObject *args)
 callback for the intersect2d() method More...
 
static PyObjectstaticCallback_parameter (PyObject *self, PyObject *args)
 callback for the parameter() method More...
 
static PyObjectstaticCallback_normal (PyObject *self, PyObject *args)
 callback for the normal() method More...
 
static PyObjectstaticCallback_curvature (PyObject *self, PyObject *args)
 callback for the curvature() method More...
 
static PyObjectstaticCallback_centerOfCurvature (PyObject *self, PyObject *args)
 callback for the centerOfCurvature() method More...
 
static PyObjectstaticCallback_intersect (PyObject *self, PyObject *args)
 callback for the intersect() method More...
 
static PyObjectstaticCallback_intersectCS (PyObject *self, PyObject *args)
 callback for the intersectCS() method More...
 
static PyObjectstaticCallback_intersectCC (PyObject *self, PyObject *args)
 callback for the intersectCC() method More...
 
static PyObjectstaticCallback_toBSpline (PyObject *self, PyObject *args)
 callback for the toBSpline() method More...
 
static PyObjectstaticCallback_toNurbs (PyObject *self, PyObject *args)
 callback for the toNurbs() method More...
 
static PyObjectstaticCallback_trim (PyObject *self, PyObject *args)
 callback for the trim() method More...
 
static PyObjectstaticCallback_approximateBSpline (PyObject *self, PyObject *args)
 callback for the approximateBSpline() method More...
 
static PyObjectstaticCallback_reverse (PyObject *self, PyObject *args)
 callback for the reverse() method More...
 
static PyObjectstaticCallback_reversedParameter (PyObject *self, PyObject *args)
 callback for the reversedParameter() method More...
 
static PyObjectstaticCallback_isPeriodic (PyObject *self, PyObject *args)
 callback for the isPeriodic() method More...
 
static PyObjectstaticCallback_period (PyObject *self, PyObject *args)
 callback for the period() method More...
 
static PyObjectstaticCallback_isClosed (PyObject *self, PyObject *args)
 callback for the isClosed() method More...
 
static PyObjectstaticCallback_getContinuity (PyObject *self, void *closure)
 getter callback for the Continuity attribute More...
 
static int staticCallback_setContinuity (PyObject *self, PyObject *value, void *closure)
 setter callback for the Continuity attribute More...
 
static PyObjectstaticCallback_getFirstParameter (PyObject *self, void *closure)
 getter callback for the FirstParameter attribute More...
 
static int staticCallback_setFirstParameter (PyObject *self, PyObject *value, void *closure)
 setter callback for the FirstParameter attribute More...
 
static PyObjectstaticCallback_getLastParameter (PyObject *self, void *closure)
 getter callback for the LastParameter attribute More...
 
static int staticCallback_setLastParameter (PyObject *self, PyObject *value, void *closure)
 setter callback for the LastParameter attribute More...
 
- Static Public Member Functions inherited from Part::GeometryPy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_mirror (PyObject *self, PyObject *args)
 callback for the mirror() method More...
 
static PyObjectstaticCallback_rotate (PyObject *self, PyObject *args)
 callback for the rotate() method More...
 
static PyObjectstaticCallback_scale (PyObject *self, PyObject *args)
 callback for the scale() method More...
 
static PyObjectstaticCallback_transform (PyObject *self, PyObject *args)
 callback for the transform() method More...
 
static PyObjectstaticCallback_translate (PyObject *self, PyObject *args)
 callback for the translate() method More...
 
static PyObjectstaticCallback_copy (PyObject *self, PyObject *args)
 callback for the copy() method More...
 
static PyObjectstaticCallback_clone (PyObject *self, PyObject *args)
 callback for the clone() method More...
 
static PyObjectstaticCallback_hasExtensionOfType (PyObject *self, PyObject *args)
 callback for the hasExtensionOfType() method More...
 
static PyObjectstaticCallback_hasExtensionOfName (PyObject *self, PyObject *args)
 callback for the hasExtensionOfName() method More...
 
static PyObjectstaticCallback_getExtensionOfType (PyObject *self, PyObject *args)
 callback for the getExtensionOfType() method More...
 
static PyObjectstaticCallback_getExtensionOfName (PyObject *self, PyObject *args)
 callback for the getExtensionOfName() method More...
 
static PyObjectstaticCallback_setExtension (PyObject *self, PyObject *args)
 callback for the setExtension() method More...
 
static PyObjectstaticCallback_deleteExtensionOfType (PyObject *self, PyObject *args)
 callback for the deleteExtensionOfType() method More...
 
static PyObjectstaticCallback_deleteExtensionOfName (PyObject *self, PyObject *args)
 callback for the deleteExtensionOfName() method More...
 
static PyObjectstaticCallback_getExtensions (PyObject *self, PyObject *args)
 callback for the getExtensions() method More...
 
static PyObjectstaticCallback_getConstruction (PyObject *self, void *closure)
 getter callback for the Construction attribute More...
 
static int staticCallback_setConstruction (PyObject *self, PyObject *value, void *closure)
 setter callback for the Construction attribute More...
 
static PyObjectstaticCallback_getTag (PyObject *self, void *closure)
 getter callback for the Tag attribute More...
 
static int staticCallback_setTag (PyObject *self, PyObject *value, void *closure)
 setter callback for the Tag attribute More...
 
- Static Public Member Functions inherited from Base::PyObjectBase
static void PyDestructor (PyObject *P)
 Wrapper for the Python destructor. More...
 

Static Public Attributes

static PyGetSetDef GetterSetter []
 Attribute structure of BezierCurvePy. More...
 
static PyMethodDef Methods []
 Methods structure of BezierCurvePy. More...
 
static PyTypeObject Type
 Type structure of BezierCurvePy. More...
 
- Static Public Attributes inherited from Part::BoundedCurvePy
static PyGetSetDef GetterSetter []
 Attribute structure of BoundedCurvePy. More...
 
static PyMethodDef Methods []
 Methods structure of BoundedCurvePy. More...
 
static PyTypeObject Type
 Type structure of BoundedCurvePy. More...
 
- Static Public Attributes inherited from Part::GeometryCurvePy
static PyGetSetDef GetterSetter []
 Attribute structure of GeometryCurvePy. More...
 
static PyMethodDef Methods []
 Methods structure of GeometryCurvePy. More...
 
static PyTypeObject Type
 Type structure of GeometryCurvePy. More...
 
- Static Public Attributes inherited from Part::GeometryPy
static PyGetSetDef GetterSetter []
 Attribute structure of GeometryPy. More...
 
static PyMethodDef Methods []
 Methods structure of GeometryPy. More...
 
static PyTypeObject Type
 Type structure of GeometryPy. More...
 
- Static Public Attributes inherited from Base::PyObjectBase
static PyMethodDef Methods []
 
static PyTypeObject Type
 Py_Header struct from python.h. More...
 

Protected Member Functions

 ~BezierCurvePy ()
 
- Protected Member Functions inherited from Part::BoundedCurvePy
 ~BoundedCurvePy ()
 
- Protected Member Functions inherited from Part::GeometryCurvePy
 ~GeometryCurvePy ()
 
- Protected Member Functions inherited from Part::GeometryPy
 ~GeometryPy ()
 
- Protected Member Functions inherited from Base::PyObjectBase
virtual ~PyObjectBase ()
 destructor More...
 

callbacks and implementers for the python object methods

PyObjectisRational (PyObject *args)
 implementer for the isRational() method More...
 
PyObjectisPeriodic (PyObject *args)
 implementer for the isPeriodic() method More...
 
PyObjectisClosed (PyObject *args)
 implementer for the isClosed() method More...
 
PyObjectincrease (PyObject *args)
 implementer for the increase() method More...
 
PyObjectinsertPoleAfter (PyObject *args)
 implementer for the insertPoleAfter() method More...
 
PyObjectinsertPoleBefore (PyObject *args)
 implementer for the insertPoleBefore() method More...
 
PyObjectremovePole (PyObject *args)
 implementer for the removePole() method More...
 
PyObjectsegment (PyObject *args)
 implementer for the segment() method More...
 
PyObjectsetPole (PyObject *args)
 implementer for the setPole() method More...
 
PyObjectgetPole (PyObject *args)
 implementer for the getPole() method More...
 
PyObjectgetPoles (PyObject *args)
 implementer for the getPoles() method More...
 
PyObjectsetPoles (PyObject *args)
 implementer for the setPoles() method More...
 
PyObjectsetWeight (PyObject *args)
 implementer for the setWeight() method More...
 
PyObjectgetWeight (PyObject *args)
 implementer for the getWeight() method More...
 
PyObjectgetWeights (PyObject *args)
 implementer for the getWeights() method More...
 
PyObjectgetResolution (PyObject *args)
 implementer for the getResolution() method More...
 
static PyObjectstaticCallback_isRational (PyObject *self, PyObject *args)
 callback for the isRational() method More...
 
static PyObjectstaticCallback_isPeriodic (PyObject *self, PyObject *args)
 callback for the isPeriodic() method More...
 
static PyObjectstaticCallback_isClosed (PyObject *self, PyObject *args)
 callback for the isClosed() method More...
 
static PyObjectstaticCallback_increase (PyObject *self, PyObject *args)
 callback for the increase() method More...
 
static PyObjectstaticCallback_insertPoleAfter (PyObject *self, PyObject *args)
 callback for the insertPoleAfter() method More...
 
static PyObjectstaticCallback_insertPoleBefore (PyObject *self, PyObject *args)
 callback for the insertPoleBefore() method More...
 
static PyObjectstaticCallback_removePole (PyObject *self, PyObject *args)
 callback for the removePole() method More...
 
static PyObjectstaticCallback_segment (PyObject *self, PyObject *args)
 callback for the segment() method More...
 
static PyObjectstaticCallback_setPole (PyObject *self, PyObject *args)
 callback for the setPole() method More...
 
static PyObjectstaticCallback_getPole (PyObject *self, PyObject *args)
 callback for the getPole() method More...
 
static PyObjectstaticCallback_getPoles (PyObject *self, PyObject *args)
 callback for the getPoles() method More...
 
static PyObjectstaticCallback_setPoles (PyObject *self, PyObject *args)
 callback for the setPoles() method More...
 
static PyObjectstaticCallback_setWeight (PyObject *self, PyObject *args)
 callback for the setWeight() method More...
 
static PyObjectstaticCallback_getWeight (PyObject *self, PyObject *args)
 callback for the getWeight() method More...
 
static PyObjectstaticCallback_getWeights (PyObject *self, PyObject *args)
 callback for the getWeights() method More...
 
static PyObjectstaticCallback_getResolution (PyObject *self, PyObject *args)
 callback for the getResolution() method More...
 

callbacks and implementers for the python object attributes

Py::Long getDegree (void) const
 getter for the Degree attribute More...
 
Py::Long getMaxDegree (void) const
 getter for the MaxDegree attribute More...
 
Py::Long getNbPoles (void) const
 getter for the NbPoles attribute More...
 
Py::Object getStartPoint (void) const
 getter for the StartPoint attribute More...
 
Py::Object getEndPoint (void) const
 getter for the EndPoint attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
GeomBezierCurvegetGeomBezierCurvePtr (void) const
 getter for the object handled by this class More...
 
static PyObjectstaticCallback_getDegree (PyObject *self, void *closure)
 getter callback for the Degree attribute More...
 
static int staticCallback_setDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the Degree attribute More...
 
static PyObjectstaticCallback_getMaxDegree (PyObject *self, void *closure)
 getter callback for the MaxDegree attribute More...
 
static int staticCallback_setMaxDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the MaxDegree attribute More...
 
static PyObjectstaticCallback_getNbPoles (PyObject *self, void *closure)
 getter callback for the NbPoles attribute More...
 
static int staticCallback_setNbPoles (PyObject *self, PyObject *value, void *closure)
 setter callback for the NbPoles attribute More...
 
static PyObjectstaticCallback_getStartPoint (PyObject *self, void *closure)
 getter callback for the StartPoint attribute More...
 
static int staticCallback_setStartPoint (PyObject *self, PyObject *value, void *closure)
 setter callback for the StartPoint attribute More...
 
static PyObjectstaticCallback_getEndPoint (PyObject *self, void *closure)
 getter callback for the EndPoint attribute More...
 
static int staticCallback_setEndPoint (PyObject *self, PyObject *value, void *closure)
 setter callback for the EndPoint attribute More...
 

Additional Inherited Members

- Protected Attributes inherited from Base::PyObjectBase
std::bitset< 32 > StatusBits
 

Detailed Description

The python export class for GeomBezierCurve.

Member Typedef Documentation

◆ PointerType

Constructor & Destructor Documentation

◆ ~BezierCurvePy()

BezierCurvePy::~BezierCurvePy ( )
protected

◆ BezierCurvePy()

BezierCurvePy::BezierCurvePy ( GeomBezierCurve pcObject,
PyTypeObject *  T = &Type 
)

Referenced by PyMake().

Member Function Documentation

◆ getCustomAttributes()

PyObject * BezierCurvePy::getCustomAttributes ( const char *  attr) const

getter method for special attributes (e.g. dynamic ones)

◆ getDegree()

Py::Long BezierCurvePy::getDegree ( void  ) const

getter for the Degree attribute

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_getDegree().

◆ getEndPoint()

Py::Object BezierCurvePy::getEndPoint ( void  ) const

getter for the EndPoint attribute

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_getEndPoint().

◆ getGeomBezierCurvePtr()

GeomBezierCurve * BezierCurvePy::getGeomBezierCurvePtr ( void  ) const

getter for the object handled by this class

Referenced by setPoles().

◆ getMaxDegree()

Py::Long BezierCurvePy::getMaxDegree ( void  ) const

getter for the MaxDegree attribute

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_getMaxDegree().

◆ getNbPoles()

Py::Long BezierCurvePy::getNbPoles ( void  ) const

getter for the NbPoles attribute

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_getNbPoles().

◆ getPole()

PyObject * BezierCurvePy::getPole ( PyObject args)

implementer for the getPole() method

References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.

Referenced by staticCallback_getPole().

◆ getPoles()

PyObject * BezierCurvePy::getPoles ( PyObject args)

implementer for the getPoles() method

References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.

Referenced by staticCallback_getPoles().

◆ getResolution()

PyObject * BezierCurvePy::getResolution ( PyObject args)

◆ getStartPoint()

Py::Object BezierCurvePy::getStartPoint ( void  ) const

getter for the StartPoint attribute

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_getStartPoint().

◆ GetType()

virtual PyTypeObject* Part::BezierCurvePy::GetType ( void  )
virtual

Reimplemented from Part::BoundedCurvePy.

◆ getWeight()

PyObject * BezierCurvePy::getWeight ( PyObject args)

◆ getWeights()

PyObject * BezierCurvePy::getWeights ( PyObject args)

◆ increase()

PyObject * BezierCurvePy::increase ( PyObject args)

implementer for the increase() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_increase().

◆ insertPoleAfter()

◆ insertPoleBefore()

◆ isClosed()

PyObject * BezierCurvePy::isClosed ( PyObject args)

implementer for the isClosed() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_isClosed().

◆ isPeriodic()

PyObject * BezierCurvePy::isPeriodic ( PyObject args)

implementer for the isPeriodic() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_isPeriodic().

◆ isRational()

PyObject * BezierCurvePy::isRational ( PyObject args)

implementer for the isRational() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_isRational().

◆ PyInit()

int BezierCurvePy::PyInit ( PyObject ,
PyObject  
)
virtual

PyInit method Override this method to initialize a newly created instance of the class (Constructor)

Reimplemented from Part::BoundedCurvePy.

◆ PyMake()

PyObject * BezierCurvePy::PyMake ( struct _typeobject *  ,
PyObject ,
PyObject  
)
static

References BezierCurvePy().

◆ removePole()

PyObject * BezierCurvePy::removePole ( PyObject args)

◆ representation()

◆ segment()

PyObject * BezierCurvePy::segment ( PyObject args)

implementer for the segment() method

References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.

Referenced by staticCallback_segment().

◆ setCustomAttributes()

int BezierCurvePy::setCustomAttributes ( const char *  attr,
PyObject obj 
)

setter for special attributes (e.g.

dynamic ones) Output: Success=1, Failure=-1, Ignore=0

◆ setPole()

PyObject * BezierCurvePy::setPole ( PyObject args)

◆ setPoles()

◆ setWeight()

PyObject * BezierCurvePy::setWeight ( PyObject args)

◆ staticCallback_getDegree()

PyObject * BezierCurvePy::staticCallback_getDegree ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getEndPoint()

PyObject * BezierCurvePy::staticCallback_getEndPoint ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getMaxDegree()

PyObject * BezierCurvePy::staticCallback_getMaxDegree ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getNbPoles()

PyObject * BezierCurvePy::staticCallback_getNbPoles ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getPole()

PyObject * BezierCurvePy::staticCallback_getPole ( PyObject self,
PyObject args 
)
static

◆ staticCallback_getPoles()

PyObject * BezierCurvePy::staticCallback_getPoles ( PyObject self,
PyObject args 
)
static

◆ staticCallback_getResolution()

PyObject * BezierCurvePy::staticCallback_getResolution ( PyObject self,
PyObject args 
)
static

◆ staticCallback_getStartPoint()

PyObject * BezierCurvePy::staticCallback_getStartPoint ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getWeight()

PyObject * BezierCurvePy::staticCallback_getWeight ( PyObject self,
PyObject args 
)
static

◆ staticCallback_getWeights()

PyObject * BezierCurvePy::staticCallback_getWeights ( PyObject self,
PyObject args 
)
static

◆ staticCallback_increase()

◆ staticCallback_insertPoleAfter()

◆ staticCallback_insertPoleBefore()

◆ staticCallback_isClosed()

PyObject * BezierCurvePy::staticCallback_isClosed ( PyObject self,
PyObject args 
)
static

◆ staticCallback_isPeriodic()

PyObject * BezierCurvePy::staticCallback_isPeriodic ( PyObject self,
PyObject args 
)
static

◆ staticCallback_isRational()

PyObject * BezierCurvePy::staticCallback_isRational ( PyObject self,
PyObject args 
)
static

◆ staticCallback_removePole()

◆ staticCallback_segment()

◆ staticCallback_setDegree()

int BezierCurvePy::staticCallback_setDegree ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the Degree attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

◆ staticCallback_setEndPoint()

int BezierCurvePy::staticCallback_setEndPoint ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the EndPoint attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

◆ staticCallback_setMaxDegree()

int BezierCurvePy::staticCallback_setMaxDegree ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the MaxDegree attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

◆ staticCallback_setNbPoles()

int BezierCurvePy::staticCallback_setNbPoles ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the NbPoles attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

◆ staticCallback_setPole()

◆ staticCallback_setPoles()

◆ staticCallback_setStartPoint()

int BezierCurvePy::staticCallback_setStartPoint ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the StartPoint attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

◆ staticCallback_setWeight()

Member Data Documentation

◆ GetterSetter

PyGetSetDef BezierCurvePy::GetterSetter
static

Attribute structure of BezierCurvePy.

◆ Methods

PyMethodDef BezierCurvePy::Methods
static

Methods structure of BezierCurvePy.

◆ Type


The documentation for this class was generated from the following files:
  • build/webdoc/src/Mod/Part/App/BezierCurvePy.h
  • src/Mod/Part/App/BezierCurvePyImp.cpp
  • build/webdoc/src/Mod/Part/App/BezierCurvePy.cpp