Part::BezierSurfacePy Class Reference

The python export class for GeomBezierSurface. More...

#include <BezierSurfacePy.h>

Inheritance diagram for Part::BezierSurfacePy:
Part::GeometrySurfacePy Part::GeometryPy Base::PyObjectBase

List of all members.

Public Types

typedef GeomBezierSurfacePointerType

Public Member Functions

PyObject_getattr (char *attr)
 GetAttribute implementation This method implements the retriavel of object attributes.
virtual PyObject_repr (void)
 _repr method Overide this method to return a string object with some invormation about the object.
int _setattr (char *attr, PyObject *value)
 SetAttribute implementation This method implements the seting of object attributes.
 BezierSurfacePy (GeomBezierSurface *pcObject, PyTypeObject *T=&Type)
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones)
GeomBezierSurfacegetGeomBezierSurfacePtr (void) const
 getter for the object handled by this class
virtual PyParentObjectGetParents (void)
virtual PyTypeObject * GetType (void)
virtual int PyInit (PyObject *args, PyObject *k)
 PyInit method Overide this method to initialize a newly created instance of the class (Constuctor).
std::string representation (void) const
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. dynamic ones)
 ~BezierSurfacePy ()

Static Public Member Functions

static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)

Static Public Attributes

static PyGetSetDef GetterSetter []
 Attribute structure of BezierSurfacePy.
static PyMethodDef Methods []
 Methods structure of BezierSurfacePy.
static PyParentObject Parents [] = { PARENTSPartBezierSurfacePy }
static PyTypeObject Type
 Type structure of BezierSurfacePy.

callbacks and implementers for the python object methods



PyObjectbounds (PyObject *args)
 implementer for the bounds() method
PyObjectexchangeUV (PyObject *args)
 implementer for the exchangeUV() method
PyObjectgetPole (PyObject *args)
 implementer for the getPole() method
PyObjectgetPoles (PyObject *args)
 implementer for the getPoles() method
PyObjectgetResolution (PyObject *args)
 implementer for the getResolution() method
PyObjectgetWeight (PyObject *args)
 implementer for the getWeight() method
PyObjectgetWeights (PyObject *args)
 implementer for the getWeights() method
PyObjectincrease (PyObject *args)
 implementer for the increase() method
PyObjectinsertPoleColAfter (PyObject *args)
 implementer for the insertPoleColAfter() method
PyObjectinsertPoleColBefore (PyObject *args)
 implementer for the insertPoleColBefore() method
PyObjectinsertPoleRowAfter (PyObject *args)
 implementer for the insertPoleRowAfter() method
PyObjectinsertPoleRowBefore (PyObject *args)
 implementer for the insertPoleRowBefore() method
PyObjectisUClosed (PyObject *args)
 implementer for the isUClosed() method
PyObjectisUPeriodic (PyObject *args)
 implementer for the isUPeriodic() method
PyObjectisURational (PyObject *args)
 implementer for the isURational() method
PyObjectisVClosed (PyObject *args)
 implementer for the isVClosed() method
PyObjectisVPeriodic (PyObject *args)
 implementer for the isVPeriodic() method
PyObjectisVRational (PyObject *args)
 implementer for the isVRational() method
PyObjectremovePoleCol (PyObject *args)
 implementer for the removePoleCol() method
PyObjectremovePoleRow (PyObject *args)
 implementer for the removePoleRow() method
PyObjectsegment (PyObject *args)
 implementer for the segment() method
PyObjectsetPole (PyObject *args)
 implementer for the setPole() method
PyObjectsetPoleCol (PyObject *args)
 implementer for the setPoleCol() method
PyObjectsetPoleRow (PyObject *args)
 implementer for the setPoleRow() method
PyObjectsetWeight (PyObject *args)
 implementer for the setWeight() method
PyObjectsetWeightCol (PyObject *args)
 implementer for the setWeightCol() method
PyObjectsetWeightRow (PyObject *args)
 implementer for the setWeightRow() method
PyObjectuIso (PyObject *args)
 implementer for the uIso() method
PyObjectvIso (PyObject *args)
 implementer for the vIso() method
static PyObjectstaticCallback_bounds (PyObject *self, PyObject *args)
 callback for the bounds() method
static PyObjectstaticCallback_exchangeUV (PyObject *self, PyObject *args)
 callback for the exchangeUV() method
static PyObjectstaticCallback_getPole (PyObject *self, PyObject *args)
 callback for the getPole() method
static PyObjectstaticCallback_getPoles (PyObject *self, PyObject *args)
 callback for the getPoles() method
static PyObjectstaticCallback_getResolution (PyObject *self, PyObject *args)
 callback for the getResolution() method
static PyObjectstaticCallback_getWeight (PyObject *self, PyObject *args)
 callback for the getWeight() method
static PyObjectstaticCallback_getWeights (PyObject *self, PyObject *args)
 callback for the getWeights() method
static PyObjectstaticCallback_increase (PyObject *self, PyObject *args)
 callback for the increase() method
static PyObjectstaticCallback_insertPoleColAfter (PyObject *self, PyObject *args)
 callback for the insertPoleColAfter() method
static PyObjectstaticCallback_insertPoleColBefore (PyObject *self, PyObject *args)
 callback for the insertPoleColBefore() method
static PyObjectstaticCallback_insertPoleRowAfter (PyObject *self, PyObject *args)
 callback for the insertPoleRowAfter() method
static PyObjectstaticCallback_insertPoleRowBefore (PyObject *self, PyObject *args)
 callback for the insertPoleRowBefore() method
static PyObjectstaticCallback_isUClosed (PyObject *self, PyObject *args)
 callback for the isUClosed() method
static PyObjectstaticCallback_isUPeriodic (PyObject *self, PyObject *args)
 callback for the isUPeriodic() method
static PyObjectstaticCallback_isURational (PyObject *self, PyObject *args)
 callback for the isURational() method
static PyObjectstaticCallback_isVClosed (PyObject *self, PyObject *args)
 callback for the isVClosed() method
static PyObjectstaticCallback_isVPeriodic (PyObject *self, PyObject *args)
 callback for the isVPeriodic() method
static PyObjectstaticCallback_isVRational (PyObject *self, PyObject *args)
 callback for the isVRational() method
static PyObjectstaticCallback_removePoleCol (PyObject *self, PyObject *args)
 callback for the removePoleCol() method
static PyObjectstaticCallback_removePoleRow (PyObject *self, PyObject *args)
 callback for the removePoleRow() method
static PyObjectstaticCallback_segment (PyObject *self, PyObject *args)
 callback for the segment() method
static PyObjectstaticCallback_setPole (PyObject *self, PyObject *args)
 callback for the setPole() method
static PyObjectstaticCallback_setPoleCol (PyObject *self, PyObject *args)
 callback for the setPoleCol() method
static PyObjectstaticCallback_setPoleRow (PyObject *self, PyObject *args)
 callback for the setPoleRow() method
static PyObjectstaticCallback_setWeight (PyObject *self, PyObject *args)
 callback for the setWeight() method
static PyObjectstaticCallback_setWeightCol (PyObject *self, PyObject *args)
 callback for the setWeightCol() method
static PyObjectstaticCallback_setWeightRow (PyObject *self, PyObject *args)
 callback for the setWeightRow() method
static PyObjectstaticCallback_uIso (PyObject *self, PyObject *args)
 callback for the uIso() method
static PyObjectstaticCallback_vIso (PyObject *self, PyObject *args)
 callback for the vIso() method

callbacks and implementers for the python object attributes



Py::Int getMaxDegree (void) const
 getter for the MaxDegree attribute
Py::Int getNbUPoles (void) const
 getter for the NbUPoles attribute
Py::Int getNbVPoles (void) const
 getter for the NbVPoles attribute
Py::Int getUDegree (void) const
 getter for the UDegree attribute
Py::Int getVDegree (void) const
 getter for the VDegree attribute
static PyObjectstaticCallback_getMaxDegree (PyObject *self, void *closure)
 getter callback for the MaxDegree attribute
static PyObjectstaticCallback_getNbUPoles (PyObject *self, void *closure)
 getter callback for the NbUPoles attribute
static PyObjectstaticCallback_getNbVPoles (PyObject *self, void *closure)
 getter callback for the NbVPoles attribute
static PyObjectstaticCallback_getUDegree (PyObject *self, void *closure)
 getter callback for the UDegree attribute
static PyObjectstaticCallback_getVDegree (PyObject *self, void *closure)
 getter callback for the VDegree attribute
static int staticCallback_setMaxDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the MaxDegree attribute
static int staticCallback_setNbUPoles (PyObject *self, PyObject *value, void *closure)
 setter callback for the NbUPoles attribute
static int staticCallback_setNbVPoles (PyObject *self, PyObject *value, void *closure)
 setter callback for the NbVPoles attribute
static int staticCallback_setUDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the UDegree attribute
static int staticCallback_setVDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the VDegree attribute

Detailed Description

The python export class for GeomBezierSurface.

Definition at line 20 of file BezierSurfacePy.h.


Member Typedef Documentation

Reimplemented from Part::GeometrySurfacePy.

Definition at line 36 of file BezierSurfacePy.h.


Constructor & Destructor Documentation

BezierSurfacePy::BezierSurfacePy ( GeomBezierSurface pcObject,
PyTypeObject *  T = &Type 
)

Definition at line 2630 of file BezierSurfacePy.cpp.

Referenced by PyMake().

BezierSurfacePy::~BezierSurfacePy (  ) 

Definition at line 2639 of file BezierSurfacePy.cpp.


Member Function Documentation

PyObject * BezierSurfacePy::_getattr ( char *  attr  )  [virtual]

GetAttribute implementation This method implements the retriavel of object attributes.

If you want to implement attributes in your class, reimplement this method. You have to call the method of the base class. Note: if you reimplement _gettattr() in a inheriting class you need to call the method of the base class! Otherwise even the methods of the object will disapiear!

Reimplemented from Part::GeometrySurfacePy.

Definition at line 2654 of file BezierSurfacePy.cpp.

References Base::Console(), getCustomAttributes(), Methods, Base::Exception::ReportException(), and Base::Exception::what().

PyObject * BezierSurfacePy::_repr ( void   )  [virtual]

_repr method Overide this method to return a string object with some invormation about the object.

 PyObject *MeshFeaturePy::_repr(void)
 {
   std::stringstream a;
   a << "MeshFeature: [ ";
   a << "some realy important info about the object!";
   a << "]" << std::endl;
   return Py_BuildValue("s", a.str().c_str());
 }

Reimplemented from Part::GeometrySurfacePy.

Definition at line 2646 of file BezierSurfacePy.cpp.

References representation().

int BezierSurfacePy::_setattr ( char *  attr,
PyObject value 
) [virtual]

SetAttribute implementation This method implements the seting of object attributes.

If you want to implement attributes in your class, reimplement this method. You have to call the method of the base class.

Reimplemented from Part::GeometrySurfacePy.

Definition at line 2722 of file BezierSurfacePy.cpp.

References Base::Console(), Base::Exception::ReportException(), setCustomAttributes(), and Base::Exception::what().

PyObject * BezierSurfacePy::bounds ( PyObject args  ) 
PyObject * BezierSurfacePy::exchangeUV ( PyObject args  ) 

implementer for the exchangeUV() method

Definition at line 703 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

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

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

Reimplemented from Part::GeometrySurfacePy.

Definition at line 795 of file BezierSurfacePyImp.cpp.

Referenced by _getattr().

GeomBezierSurface * BezierSurfacePy::getGeomBezierSurfacePtr ( void   )  const

getter for the object handled by this class

Definition at line 2781 of file BezierSurfacePy.cpp.

References Base::PyObjectBase::_pcTwinPointer.

Py::Int BezierSurfacePy::getMaxDegree ( void   )  const

getter for the MaxDegree attribute

Definition at line 774 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getMaxDegree().

Py::Int BezierSurfacePy::getNbUPoles ( void   )  const

getter for the NbUPoles attribute

Definition at line 781 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getNbUPoles().

Py::Int BezierSurfacePy::getNbVPoles ( void   )  const

getter for the NbVPoles attribute

Definition at line 788 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getNbVPoles().

virtual PyParentObject* Part::BezierSurfacePy::GetParents ( void   )  [inline, virtual]

Reimplemented from Part::GeometrySurfacePy.

Definition at line 28 of file BezierSurfacePy.h.

PyObject * BezierSurfacePy::getPole ( PyObject args  ) 

implementer for the getPole() method

Definition at line 523 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and draftTools::p.

PyObject * BezierSurfacePy::getPoles ( PyObject args  ) 
PyObject * BezierSurfacePy::getResolution ( PyObject args  ) 

implementer for the getResolution() method

Definition at line 684 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

virtual PyTypeObject* Part::BezierSurfacePy::GetType ( void   )  [inline, virtual]

Reimplemented from Part::GeometrySurfacePy.

Definition at line 27 of file BezierSurfacePy.h.

Py::Int BezierSurfacePy::getUDegree ( void   )  const

getter for the UDegree attribute

Definition at line 760 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getUDegree().

Py::Int BezierSurfacePy::getVDegree ( void   )  const

getter for the VDegree attribute

Definition at line 767 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getVDegree().

PyObject * BezierSurfacePy::getWeight ( PyObject args  ) 

implementer for the getWeight() method

Definition at line 640 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and RobotExample::w.

PyObject * BezierSurfacePy::getWeights ( PyObject args  ) 
PyObject * BezierSurfacePy::increase ( PyObject args  ) 

implementer for the increase() method

Definition at line 188 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BezierSurfacePy::insertPoleColAfter ( PyObject args  ) 
PyObject * BezierSurfacePy::insertPoleColBefore ( PyObject args  ) 
PyObject * BezierSurfacePy::insertPoleRowAfter ( PyObject args  ) 
PyObject * BezierSurfacePy::insertPoleRowBefore ( PyObject args  ) 
PyObject * BezierSurfacePy::isUClosed ( PyObject args  ) 

implementer for the isUClosed() method

Reimplemented from Part::GeometrySurfacePy.

Definition at line 152 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BezierSurfacePy::isUPeriodic ( PyObject args  ) 

implementer for the isUPeriodic() method

Reimplemented from Part::GeometrySurfacePy.

Definition at line 116 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BezierSurfacePy::isURational ( PyObject args  ) 

implementer for the isURational() method

Definition at line 80 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BezierSurfacePy::isVClosed ( PyObject args  ) 

implementer for the isVClosed() method

Reimplemented from Part::GeometrySurfacePy.

Definition at line 170 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BezierSurfacePy::isVPeriodic ( PyObject args  ) 

implementer for the isVPeriodic() method

Reimplemented from Part::GeometrySurfacePy.

Definition at line 134 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BezierSurfacePy::isVRational ( PyObject args  ) 

implementer for the isVRational() method

Definition at line 98 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

int BezierSurfacePy::PyInit ( PyObject ,
PyObject  
) [virtual]

PyInit method Overide this method to initialize a newly created instance of the class (Constuctor).

Reimplemented from Part::GeometrySurfacePy.

Definition at line 58 of file BezierSurfacePyImp.cpp.

PyObject * BezierSurfacePy::PyMake ( struct _typeobject *  ,
PyObject ,
PyObject  
) [static]

Reimplemented from Part::GeometrySurfacePy.

Definition at line 51 of file BezierSurfacePyImp.cpp.

References BezierSurfacePy().

PyObject * BezierSurfacePy::removePoleCol ( PyObject args  ) 

implementer for the removePoleCol() method

Definition at line 363 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BezierSurfacePy::removePoleRow ( PyObject args  ) 

implementer for the removePoleRow() method

Definition at line 381 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

std::string BezierSurfacePy::representation ( void   )  const

Reimplemented from Part::GeometrySurfacePy.

Definition at line 46 of file BezierSurfacePyImp.cpp.

Referenced by _repr().

PyObject * BezierSurfacePy::segment ( PyObject args  ) 
int BezierSurfacePy::setCustomAttributes ( const char *  attr,
PyObject obj 
)

setter for special attributes (e.g. dynamic ones)

Reimplemented from Part::GeometrySurfacePy.

Definition at line 800 of file BezierSurfacePyImp.cpp.

Referenced by _setattr().

PyObject * BezierSurfacePy::setPole ( PyObject args  ) 
PyObject * BezierSurfacePy::setPoleCol ( PyObject args  ) 
PyObject * BezierSurfacePy::setPoleRow ( PyObject args  ) 
PyObject * BezierSurfacePy::setWeight ( PyObject args  ) 

implementer for the setWeight() method

Definition at line 569 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BezierSurfacePy::setWeightCol ( PyObject args  ) 
PyObject * BezierSurfacePy::setWeightRow ( PyObject args  ) 
PyObject * BezierSurfacePy::staticCallback_bounds ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_exchangeUV ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_getMaxDegree ( PyObject self,
void *  closure 
) [static]

getter callback for the MaxDegree attribute

Definition at line 2527 of file BezierSurfacePy.cpp.

References getMaxDegree(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BezierSurfacePy::staticCallback_getNbUPoles ( PyObject self,
void *  closure 
) [static]

getter callback for the NbUPoles attribute

Definition at line 2559 of file BezierSurfacePy.cpp.

References getNbUPoles(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BezierSurfacePy::staticCallback_getNbVPoles ( PyObject self,
void *  closure 
) [static]

getter callback for the NbVPoles attribute

Definition at line 2591 of file BezierSurfacePy.cpp.

References getNbVPoles(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BezierSurfacePy::staticCallback_getPole ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_getPoles ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_getResolution ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_getUDegree ( PyObject self,
void *  closure 
) [static]

getter callback for the UDegree attribute

Definition at line 2463 of file BezierSurfacePy.cpp.

References getUDegree(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BezierSurfacePy::staticCallback_getVDegree ( PyObject self,
void *  closure 
) [static]

getter callback for the VDegree attribute

Definition at line 2495 of file BezierSurfacePy.cpp.

References getVDegree(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BezierSurfacePy::staticCallback_getWeight ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_getWeights ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_increase ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_insertPoleColAfter ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_insertPoleColBefore ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_insertPoleRowAfter ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_insertPoleRowBefore ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_isUClosed ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_isUPeriodic ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_isURational ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_isVClosed ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_isVPeriodic ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_isVRational ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_removePoleCol ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_removePoleRow ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_segment ( PyObject self,
PyObject args 
) [static]
int BezierSurfacePy::staticCallback_setMaxDegree ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the MaxDegree attribute

Definition at line 2545 of file BezierSurfacePy.cpp.

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

int BezierSurfacePy::staticCallback_setNbUPoles ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the NbUPoles attribute

Definition at line 2577 of file BezierSurfacePy.cpp.

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

int BezierSurfacePy::staticCallback_setNbVPoles ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the NbVPoles attribute

Definition at line 2609 of file BezierSurfacePy.cpp.

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

PyObject * BezierSurfacePy::staticCallback_setPole ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_setPoleCol ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_setPoleRow ( PyObject self,
PyObject args 
) [static]
int BezierSurfacePy::staticCallback_setUDegree ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the UDegree attribute

Definition at line 2481 of file BezierSurfacePy.cpp.

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

int BezierSurfacePy::staticCallback_setVDegree ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the VDegree attribute

Definition at line 2513 of file BezierSurfacePy.cpp.

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

PyObject * BezierSurfacePy::staticCallback_setWeight ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_setWeightCol ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_setWeightRow ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_uIso ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::staticCallback_vIso ( PyObject self,
PyObject args 
) [static]
PyObject * BezierSurfacePy::uIso ( PyObject args  ) 

implementer for the uIso() method

Definition at line 722 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BezierSurfacePy::vIso ( PyObject args  ) 

implementer for the vIso() method

Definition at line 741 of file BezierSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().


Member Data Documentation

PyGetSetDef BezierSurfacePy::GetterSetter [static]

Attribute structure of BezierSurfacePy.

Reimplemented from Part::GeometrySurfacePy.

Definition at line 25 of file BezierSurfacePy.h.

PyMethodDef BezierSurfacePy::Methods [static]

Methods structure of BezierSurfacePy.

Reimplemented from Part::GeometrySurfacePy.

Definition at line 24 of file BezierSurfacePy.h.

Referenced by _getattr().

PyParentObject BezierSurfacePy::Parents = { PARENTSPartBezierSurfacePy } [static]

Reimplemented from Part::GeometrySurfacePy.

Definition at line 26 of file BezierSurfacePy.h.

PyTypeObject BezierSurfacePy::Type [static]

Type structure of BezierSurfacePy.

Reimplemented from Part::GeometrySurfacePy.

Definition at line 23 of file BezierSurfacePy.h.

Referenced by initPart().


The documentation for this class was generated from the following files:

Generated on Wed Nov 23 19:02:30 2011 for FreeCAD by  doxygen 1.6.1