The python export class for Geom2dArcOfParabola. More...
#include <ArcOfParabola2dPy.h>
Public Types | |
typedef Geom2dArcOfParabola * PointerType | |
![]() | |
typedef Geom2dArcOfConic * PointerType | |
![]() | |
typedef Geom2dCurve * PointerType | |
![]() | |
typedef Geometry2d * PointerType | |
![]() | |
typedef void * PointerType | |
enum Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } | |
Public Member Functions | |
ArcOfParabola2dPy (Geom2dArcOfParabola *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 | |
![]() | |
ArcOfConic2dPy (Geom2dArcOfConic *pcObject, PyTypeObject *T=&Type) | |
std::string representation (void) const | |
Py::Object getLocation (void) const | |
getter for the Location attribute More... | |
void setLocation (Py::Object arg) | |
setter for the Location attribute More... | |
Py::Float getEccentricity (void) const | |
getter for the Eccentricity attribute More... | |
Py::Object getXAxis (void) const | |
getter for the XAxis attribute More... | |
void setXAxis (Py::Object arg) | |
setter for the XAxis attribute More... | |
Py::Object getYAxis (void) const | |
getter for the YAxis attribute More... | |
void setYAxis (Py::Object arg) | |
setter for the YAxis 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... | |
Geom2dArcOfConic * getGeom2dArcOfConicPtr (void) const | |
getter for the object handled by this class More... | |
![]() | |
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... | |
![]() | |
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... | |
![]() | |
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 PyObject * PyMake (struct _typeobject *, PyObject *, PyObject *) | |
static PyObject * staticCallback_getLocation (PyObject *self, void *closure) | |
getter callback for the Location attribute More... | |
static int staticCallback_setLocation (PyObject *self, PyObject *value, void *closure) | |
setter callback for the Location attribute More... | |
static PyObject * staticCallback_getEccentricity (PyObject *self, void *closure) | |
getter callback for the Eccentricity attribute More... | |
static int staticCallback_setEccentricity (PyObject *self, PyObject *value, void *closure) | |
setter callback for the Eccentricity attribute More... | |
static PyObject * staticCallback_getXAxis (PyObject *self, void *closure) | |
getter callback for the XAxis attribute More... | |
static int staticCallback_setXAxis (PyObject *self, PyObject *value, void *closure) | |
setter callback for the XAxis attribute More... | |
static PyObject * staticCallback_getYAxis (PyObject *self, void *closure) | |
getter callback for the YAxis attribute More... | |
static int staticCallback_setYAxis (PyObject *self, PyObject *value, void *closure) | |
setter callback for the YAxis attribute More... | |
![]() | |
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 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 void PyDestructor (PyObject *P) | |
Wrapper for the Python destructor. More... | |
Static Public Attributes | |
static PyGetSetDef GetterSetter [] | |
Attribute structure of ArcOfParabola2dPy. More... | |
static PyMethodDef Methods [] | |
Methods structure of ArcOfParabola2dPy. More... | |
static PyTypeObject Type | |
Type structure of ArcOfParabola2dPy. More... | |
![]() | |
static PyGetSetDef GetterSetter [] | |
Attribute structure of ArcOfConic2dPy. More... | |
static PyMethodDef Methods [] | |
Methods structure of ArcOfConic2dPy. More... | |
static PyTypeObject Type | |
Type structure of ArcOfConic2dPy. More... | |
![]() | |
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 PyGetSetDef GetterSetter [] | |
Attribute structure of Geometry2dPy. More... | |
static PyMethodDef Methods [] | |
Methods structure of Geometry2dPy. More... | |
static PyTypeObject Type | |
Type structure of Geometry2dPy. More... | |
![]() | |
static PyMethodDef Methods [] | |
static PyTypeObject Type | |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~ArcOfParabola2dPy () | |
![]() | |
~ArcOfConic2dPy () | |
![]() | |
~Curve2dPy () | |
![]() | |
~Geometry2dPy () | |
![]() | |
virtual ~PyObjectBase () | |
destructor More... | |
callbacks and implementers for the python object attributes | |
Py::Float getFocal (void) const | |
getter for the Focal attribute More... | |
void setFocal (Py::Float arg) | |
setter for the Focal attribute More... | |
Py::Object getParabola (void) const | |
getter for the Parabola 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... | |
Geom2dArcOfParabola * getGeom2dArcOfParabolaPtr (void) const | |
getter for the object handled by this class More... | |
static PyObject * staticCallback_getFocal (PyObject *self, void *closure) | |
getter callback for the Focal attribute More... | |
static int staticCallback_setFocal (PyObject *self, PyObject *value, void *closure) | |
setter callback for the Focal attribute More... | |
static PyObject * staticCallback_getParabola (PyObject *self, void *closure) | |
getter callback for the Parabola attribute More... | |
static int staticCallback_setParabola (PyObject *self, PyObject *value, void *closure) | |
setter callback for the Parabola attribute More... | |
Additional Inherited Members | |
![]() | |
std::bitset< 32 > StatusBits | |
Detailed Description
The python export class for Geom2dArcOfParabola.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~ArcOfParabola2dPy()
|
protected |
◆ ArcOfParabola2dPy()
ArcOfParabola2dPy::ArcOfParabola2dPy | ( | Geom2dArcOfParabola * | pcObject, |
PyTypeObject * | T = &Type |
||
) |
Referenced by PyMake().
Member Function Documentation
◆ getCustomAttributes()
PyObject * ArcOfParabola2dPy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getFocal()
Py::Float ArcOfParabola2dPy::getFocal | ( | void | ) | const |
getter for the Focal attribute
References getGeom2dArcOfParabolaPtr().
Referenced by staticCallback_getFocal().
◆ getGeom2dArcOfParabolaPtr()
Geom2dArcOfParabola * ArcOfParabola2dPy::getGeom2dArcOfParabolaPtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by getFocal(), getParabola(), PyInit(), and setFocal().
◆ getParabola()
Py::Object ArcOfParabola2dPy::getParabola | ( | void | ) | const |
getter for the Parabola attribute
References getGeom2dArcOfParabolaPtr().
Referenced by staticCallback_getParabola().
◆ GetType()
|
virtual |
Reimplemented from Part::ArcOfConic2dPy.
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Part::ArcOfConic2dPy.
References getGeom2dArcOfParabolaPtr(), Part::PartExceptionOCCError, Part::Geom2dArcOfParabola::setHandle(), and Part::Parabola2dPy::Type.
◆ PyMake()
References ArcOfParabola2dPy().
◆ representation()
std::string ArcOfParabola2dPy::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().
◆ setCustomAttributes()
int ArcOfParabola2dPy::setCustomAttributes | ( | const char * | attr, |
PyObject * | obj | ||
) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ setFocal()
void ArcOfParabola2dPy::setFocal | ( | Py::Float | arg | ) |
setter for the Focal attribute
References getGeom2dArcOfParabolaPtr(), and Part::Geom2dArcOfParabola::setFocal().
Referenced by staticCallback_setFocal().
◆ staticCallback_getFocal()
getter callback for the Focal attribute
References Base::BaseExceptionFreeCADError, getFocal(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getParabola()
getter callback for the Parabola attribute
References Base::BaseExceptionFreeCADError, getParabola(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setFocal()
|
static |
setter callback for the Focal attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setFocal().
◆ staticCallback_setParabola()
|
static |
setter callback for the Parabola attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of ArcOfParabola2dPy.
◆ Methods
|
static |
Methods structure of ArcOfParabola2dPy.
◆ Type
|
static |
The documentation for this class was generated from the following files:
- build/webdoc/src/Mod/Part/App/Geom2d/ArcOfParabola2dPy.h
- src/Mod/Part/App/Geom2d/ArcOfParabola2dPyImp.cpp
- build/webdoc/src/Mod/Part/App/Geom2d/ArcOfParabola2dPy.cpp