The python export class for Geom2dBezierCurve. More...
#include <BezierCurve2dPy.h>
Public Types | |
typedef Geom2dBezierCurve * | PointerType |
Public Types inherited from Part::Curve2dPy | |
typedef Geom2dCurve * | PointerType |
Public Types inherited from Part::Geometry2dPy | |
typedef Geometry2d * | PointerType |
Public Types inherited from Base::PyObjectBase | |
typedef void * | PointerType |
enum | Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } |
Public Member Functions | |
BezierCurve2dPy (Geom2dBezierCurve *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::Curve2dPy | |
Curve2dPy (Geom2dCurve *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | reverse (PyObject *args) |
implementer for the reverse() method More... | |
PyObject * | toShape (PyObject *args) |
implementer for the toShape() method More... | |
PyObject * | discretize (PyObject *args, PyObject *kwd) |
implementer for the discretize() method More... | |
PyObject * | length (PyObject *args) |
implementer for the length() method More... | |
PyObject * | parameterAtDistance (PyObject *args) |
implementer for the parameterAtDistance() method More... | |
PyObject * | value (PyObject *args) |
implementer for the value() method More... | |
PyObject * | tangent (PyObject *args) |
implementer for the tangent() method More... | |
PyObject * | parameter (PyObject *args) |
implementer for the parameter() method More... | |
PyObject * | normal (PyObject *args) |
implementer for the normal() method More... | |
PyObject * | curvature (PyObject *args) |
implementer for the curvature() method More... | |
PyObject * | centerOfCurvature (PyObject *args) |
implementer for the centerOfCurvature() method More... | |
PyObject * | intersectCC (PyObject *args) |
implementer for the intersectCC() method More... | |
PyObject * | toBSpline (PyObject *args) |
implementer for the toBSpline() method More... | |
PyObject * | approximateBSpline (PyObject *args) |
implementer for the approximateBSpline() method More... | |
Py::String | getContinuity (void) const |
getter for the Continuity attribute More... | |
Py::Boolean | getClosed (void) const |
getter for the Closed attribute More... | |
Py::Boolean | getPeriodic (void) const |
getter for the Periodic attribute More... | |
Py::Float | getFirstParameter (void) const |
getter for the FirstParameter attribute More... | |
Py::Float | getLastParameter (void) const |
getter for the LastParameter attribute More... | |
PyObject * | getCustomAttributes (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... | |
Geom2dCurve * | getGeom2dCurvePtr (void) const |
getter for the object handled by this class More... | |
Public Member Functions inherited from Part::Geometry2dPy | |
Geometry2dPy (Geometry2d *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | getCustomAttributes (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... | |
Geometry2d * | getGeometry2dPtr (void) const |
getter for the object handled by this class More... | |
PyObject * | mirror (PyObject *args) |
implementer for the mirror() method More... | |
PyObject * | rotate (PyObject *args) |
implementer for the rotate() method More... | |
PyObject * | scale (PyObject *args) |
implementer for the scale() method More... | |
PyObject * | transform (PyObject *args) |
implementer for the transform() method More... | |
PyObject * | translate (PyObject *args) |
implementer for the translate() method More... | |
PyObject * | copy (PyObject *args) |
implementer for the copy() method More... | |
Public Member Functions inherited from Base::PyObjectBase | |
PyObjectBase * | DecRef (void) |
decref method wrapper (see python extending manual) More... | |
PyObjectBase * | IncRef (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 PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
Static Public Member Functions inherited from Part::Curve2dPy | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_reverse (PyObject *self, PyObject *args) |
callback for the reverse() method More... | |
static PyObject * | staticCallback_toShape (PyObject *self, PyObject *args) |
callback for the toShape() method More... | |
static PyObject * | staticCallback_discretize (PyObject *self, PyObject *args, PyObject *kwd) |
callback for the discretize() method More... | |
static PyObject * | staticCallback_length (PyObject *self, PyObject *args) |
callback for the length() method More... | |
static PyObject * | staticCallback_parameterAtDistance (PyObject *self, PyObject *args) |
callback for the parameterAtDistance() method More... | |
static PyObject * | staticCallback_value (PyObject *self, PyObject *args) |
callback for the value() method More... | |
static PyObject * | staticCallback_tangent (PyObject *self, PyObject *args) |
callback for the tangent() method More... | |
static PyObject * | staticCallback_parameter (PyObject *self, PyObject *args) |
callback for the parameter() method More... | |
static PyObject * | staticCallback_normal (PyObject *self, PyObject *args) |
callback for the normal() method More... | |
static PyObject * | staticCallback_curvature (PyObject *self, PyObject *args) |
callback for the curvature() method More... | |
static PyObject * | staticCallback_centerOfCurvature (PyObject *self, PyObject *args) |
callback for the centerOfCurvature() method More... | |
static PyObject * | staticCallback_intersectCC (PyObject *self, PyObject *args) |
callback for the intersectCC() method More... | |
static PyObject * | staticCallback_toBSpline (PyObject *self, PyObject *args) |
callback for the toBSpline() method More... | |
static PyObject * | staticCallback_approximateBSpline (PyObject *self, PyObject *args) |
callback for the approximateBSpline() method More... | |
static PyObject * | staticCallback_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 PyObject * | staticCallback_getClosed (PyObject *self, void *closure) |
getter callback for the Closed attribute More... | |
static int | staticCallback_setClosed (PyObject *self, PyObject *value, void *closure) |
setter callback for the Closed attribute More... | |
static PyObject * | staticCallback_getPeriodic (PyObject *self, void *closure) |
getter callback for the Periodic attribute More... | |
static int | staticCallback_setPeriodic (PyObject *self, PyObject *value, void *closure) |
setter callback for the Periodic attribute More... | |
static PyObject * | staticCallback_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 PyObject * | staticCallback_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::Geometry2dPy | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_mirror (PyObject *self, PyObject *args) |
callback for the mirror() method More... | |
static PyObject * | staticCallback_rotate (PyObject *self, PyObject *args) |
callback for the rotate() method More... | |
static PyObject * | staticCallback_scale (PyObject *self, PyObject *args) |
callback for the scale() method More... | |
static PyObject * | staticCallback_transform (PyObject *self, PyObject *args) |
callback for the transform() method More... | |
static PyObject * | staticCallback_translate (PyObject *self, PyObject *args) |
callback for the translate() method More... | |
static PyObject * | staticCallback_copy (PyObject *self, PyObject *args) |
callback for the copy() method 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 BezierCurve2dPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of BezierCurve2dPy. More... | |
static PyTypeObject | Type |
Type structure of BezierCurve2dPy. More... | |
Static Public Attributes inherited from Part::Curve2dPy | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of Curve2dPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of Curve2dPy. More... | |
static PyTypeObject | Type |
Type structure of Curve2dPy. More... | |
Static Public Attributes inherited from Part::Geometry2dPy | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of Geometry2dPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of Geometry2dPy. More... | |
static PyTypeObject | Type |
Type structure of Geometry2dPy. More... | |
Static Public Attributes inherited from Base::PyObjectBase | |
static PyMethodDef | Methods [] |
static PyTypeObject | Type |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~BezierCurve2dPy () | |
Protected Member Functions inherited from Part::Curve2dPy | |
~Curve2dPy () | |
Protected Member Functions inherited from Part::Geometry2dPy | |
~Geometry2dPy () | |
Protected Member Functions inherited from Base::PyObjectBase | |
virtual | ~PyObjectBase () |
destructor 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... | |
PyObject * | getCustomAttributes (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... | |
Geom2dBezierCurve * | getGeom2dBezierCurvePtr (void) const |
getter for the object handled by this class More... | |
static PyObject * | staticCallback_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 PyObject * | staticCallback_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 PyObject * | staticCallback_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 PyObject * | staticCallback_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 PyObject * | staticCallback_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 Geom2dBezierCurve.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~BezierCurve2dPy()
|
protected |
◆ BezierCurve2dPy()
BezierCurve2dPy::BezierCurve2dPy | ( | Geom2dBezierCurve * | pcObject, |
PyTypeObject * | T = &Type |
||
) |
Referenced by PyMake().
Member Function Documentation
◆ getCustomAttributes()
PyObject * BezierCurve2dPy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getDegree()
Py::Long BezierCurve2dPy::getDegree | ( | void | ) | const |
getter for the Degree attribute
References Part::Geometry2dPy::getGeometry2dPtr().
Referenced by staticCallback_getDegree().
◆ getEndPoint()
Py::Object BezierCurve2dPy::getEndPoint | ( | void | ) | const |
getter for the EndPoint attribute
References Part::Geometry2dPy::getGeometry2dPtr().
Referenced by staticCallback_getEndPoint().
◆ getGeom2dBezierCurvePtr()
Geom2dBezierCurve * BezierCurve2dPy::getGeom2dBezierCurvePtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by setPoles().
◆ getMaxDegree()
Py::Long BezierCurve2dPy::getMaxDegree | ( | void | ) | const |
getter for the MaxDegree attribute
References Part::Geometry2dPy::getGeometry2dPtr().
Referenced by staticCallback_getMaxDegree().
◆ getNbPoles()
Py::Long BezierCurve2dPy::getNbPoles | ( | void | ) | const |
getter for the NbPoles attribute
References Part::Geometry2dPy::getGeometry2dPtr().
Referenced by staticCallback_getNbPoles().
◆ getPole()
implementer for the getPole() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getPole().
◆ getPoles()
implementer for the getPoles() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getPoles().
◆ getResolution()
implementer for the getResolution() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getResolution().
◆ getStartPoint()
Py::Object BezierCurve2dPy::getStartPoint | ( | void | ) | const |
getter for the StartPoint attribute
References Part::Geometry2dPy::getGeometry2dPtr().
Referenced by staticCallback_getStartPoint().
◆ GetType()
|
virtual |
Reimplemented from Part::Curve2dPy.
◆ getWeight()
implementer for the getWeight() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getWeight().
◆ getWeights()
implementer for the getWeights() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getWeights().
◆ increase()
implementer for the increase() method
References Part::Geometry2dPy::getGeometry2dPtr().
Referenced by staticCallback_increase().
◆ insertPoleAfter()
implementer for the insertPoleAfter() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertPoleAfter().
◆ insertPoleBefore()
implementer for the insertPoleBefore() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertPoleBefore().
◆ isClosed()
implementer for the isClosed() method
References Part::Geometry2dPy::getGeometry2dPtr().
Referenced by staticCallback_isClosed().
◆ isPeriodic()
implementer for the isPeriodic() method
References Part::Geometry2dPy::getGeometry2dPtr().
Referenced by staticCallback_isPeriodic().
◆ isRational()
implementer for the isRational() method
References Part::Geometry2dPy::getGeometry2dPtr().
Referenced by staticCallback_isRational().
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Part::Curve2dPy.
◆ PyMake()
References BezierCurve2dPy().
◆ removePole()
implementer for the removePole() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_removePole().
◆ representation()
std::string BezierCurve2dPy::representation | ( | void | ) | const |
Referenced by config_control_design.pcurve::wr1(), config_control_design.degenerate_pcurve::wr1(), automotive_design.motion_link_relationship::wr1(), automotive_design.pcurve::wr1(), automotive_design.degenerate_pcurve::wr1(), config_control_design.pcurve::wr2(), config_control_design.degenerate_pcurve::wr2(), automotive_design.pcurve::wr2(), and automotive_design.degenerate_pcurve::wr2().
◆ segment()
implementer for the segment() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_segment().
◆ setCustomAttributes()
int BezierCurve2dPy::setCustomAttributes | ( | const char * | attr, |
PyObject * | obj | ||
) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ setPole()
implementer for the setPole() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setPole().
◆ setPoles()
implementer for the setPoles() method
References getGeom2dBezierCurvePtr(), Part::PartExceptionOCCError, Part::Geom2dBezierCurve::setHandle(), Base::Vector2d::x, and Base::Vector2d::y.
Referenced by staticCallback_setPoles().
◆ setWeight()
implementer for the setWeight() method
References Part::Geometry2dPy::getGeometry2dPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setWeight().
◆ staticCallback_getDegree()
getter callback for the Degree attribute
References Base::BaseExceptionFreeCADError, getDegree(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getEndPoint()
getter callback for the EndPoint attribute
References Base::BaseExceptionFreeCADError, getEndPoint(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getMaxDegree()
getter callback for the MaxDegree attribute
References Base::BaseExceptionFreeCADError, getMaxDegree(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getNbPoles()
getter callback for the NbPoles attribute
References Base::BaseExceptionFreeCADError, getNbPoles(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getPole()
callback for the getPole() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getPole(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
◆ staticCallback_getPoles()
◆ staticCallback_getResolution()
|
static |
callback for the getResolution() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getResolution(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getStartPoint()
getter callback for the StartPoint attribute
References Base::BaseExceptionFreeCADError, getStartPoint(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getWeight()
◆ staticCallback_getWeights()
◆ staticCallback_increase()
◆ staticCallback_insertPoleAfter()
◆ staticCallback_insertPoleBefore()
◆ staticCallback_isClosed()
◆ staticCallback_isPeriodic()
◆ staticCallback_isRational()
◆ staticCallback_removePole()
◆ staticCallback_segment()
callback for the segment() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), segment(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setDegree()
|
static |
setter callback for the Degree attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setEndPoint()
|
static |
setter callback for the EndPoint attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setMaxDegree()
|
static |
setter callback for the MaxDegree attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setNbPoles()
|
static |
setter callback for the NbPoles attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setPole()
callback for the setPole() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), setPole(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setPoles()
◆ staticCallback_setStartPoint()
|
static |
setter callback for the StartPoint attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setWeight()
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of BezierCurve2dPy.
◆ Methods
|
static |
Methods structure of BezierCurve2dPy.
◆ Type
|
static |
The documentation for this class was generated from the following files:
- build/webdoc/src/Mod/Part/App/Geom2d/BezierCurve2dPy.h
- src/Mod/Part/App/Geom2d/BezierCurve2dPyImp.cpp
- build/webdoc/src/Mod/Part/App/Geom2d/BezierCurve2dPy.cpp